https://github.com/amrsaber/random
CLI tool that generates and outputs secure random string of choice
https://github.com/amrsaber/random
cli csprng generator go golang random secure sprng string
Last synced: 1 day ago
JSON representation
CLI tool that generates and outputs secure random string of choice
- Host: GitHub
- URL: https://github.com/amrsaber/random
- Owner: AmrSaber
- License: mit
- Created: 2020-03-22T02:42:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T21:30:37.000Z (about 2 months ago)
- Last Synced: 2025-08-11T23:29:40.442Z (about 2 months ago)
- Topics: cli, csprng, generator, go, golang, random, secure, sprng, string
- Language: Go
- Homepage:
- Size: 256 KB
- Stars: 16
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Generator CLI
> Old package published on npm has been removed since it was broken and I don't intend to fix it.
Generates and prints a secure random string (and other types) to terminal.
## Install
Install `go` then run
```bash
go install github.com/AmrSaber/random/v3@latest
```Then you can access the command as `random`.
## Usage
After installation, use `random `, you can use `random -h` to show help message related to that command, or use `random -h` to list all the available commands and options.### Commands
Available commands are [`string`, `pick`, `shuffle`, `id`].## Feature requests and bug reports
If you have a bug or have a goode idea for a new feature, please [open an issue](https://github.com/AmrSaber/rand-string/issues).