Kodo is a generator which utilizes various algorithms such as MD5 and base64 to simplify creation
of random strings and sequences.
Download the gem from rubygems:
$ gem install kodo$ kodo -a random
ocj8=g[imQ`e\?Zu
$ kodo -a random -m 32
JCHeWIbnomFq=[RD\1r0_vE2hTVZXL<>$ kodo -a base64
QfF9SJq9V_SPnvMtnSut2Q==$ kodo -a uuid
2aa2ebca-3116-4e91-884c-73e92710273c$ kodo -a md5
691e5bce9c3f6c45a4dc18f6261d5715usage: kodo [OPTIONS]
-a, --algorithm TYPE Generation algorithm
-c, --count NUMBER Number of entries to generate
-m, --max-length SIZE Length of generated entries (random)
-v, --version Show version information
-h, --help Show this help menuPlease refer to CONTRIBUTORS.md
Please refer to LICENSE.md