https://github.com/crhntr/rando
A pseudo-random string generator designed to be a small fun example for new Gophers.
https://github.com/crhntr/rando
Last synced: 4 months ago
JSON representation
A pseudo-random string generator designed to be a small fun example for new Gophers.
- Host: GitHub
- URL: https://github.com/crhntr/rando
- Owner: crhntr
- License: other
- Created: 2017-06-27T04:27:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T07:09:47.000Z (5 months ago)
- Last Synced: 2025-02-18T11:58:03.639Z (4 months ago)
- Language: Go
- Homepage: http://crhntr.com/rando
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rando
A command line utility for creating passwords.
### Flags
* -l : length of each sections (default 3)
* -n : number of sections (default 3)## Website
`rando.New` is wrapped in an HTTP handler at [Rando](http://crhntr.com/rando).
### Query parameters
- `segment-length` maps to the length parameter (default 5)
- `segment-count` maps to the number parameter (default 3)