Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 605 Bytes

readme.md

File metadata and controls

37 lines (26 loc) · 605 Bytes

Rand

A Command-Line tool for generating a cryptographically secure random bytes.

Image

Install

Install it from the sources:

git clone https://github.com/mukailasam/rand
cd rand
go install

Install it from the repository:

go install github.com/mukailasam/rand

Usage

Please note that the script can only generates between 16 and 100000 bytes. The default value is 32 bytes and the output will be in hexadecimal format.

Write to the console:

rand -n <numberOfBytes>

Write to a file:

rand -n <numberOfBytes> -o <file>