random-strings

Random Strings and Password Generator

Python 3: secrets module string module secrets module See: https://docs.python.org/3/library/secrets.html Random Strings for Bash For macOS, add env LC_ALL=C to avoid error: tr: Illegal byte sequence Example Strong Password with tr and /dev/urandom For macOS, add env LC_ALL=C to avoid error: tr: Illegal byte sequence Also see: https://gist.github.com/earthgecko/3089509

Perl: Generate Random Value

Using perl -e Using debugger as REPL with perl -de x (x can be anything) See: https://perldoc.perl.org/perlfaq3#How-can-I-use-Perl-interactively? Also see http://www.perlmeme.org/howtos/perlfunc/rand_function.html