SecureRandom is a command-line tool that generates cryptographically secure random characters in different formats. It can generate random numbers, base64, hex, strings, UUIDs, and more.
- Clone the repository:
git clone https://github.com/emmadal/securerandom.git - Navigate to the project directory:
cd securerandom - Install dependencies:
go mod tidy - Build the project:
go build -ldflags="-s -w" .
Copyright © 2025 Emmanuel Dalougou Emmanuel emmanuel.dalougou@gmail.com