NAME

bin/Passworder - Generate a finite number of results, given a length and type

VERSION

version 0.05

TYPES

Types     output sample
default   0xaVbi3O2Lz8E69s  # 0..9 a..z A..Z
ascii     n:.T<Gr!,e*[k=eu  # visible ascii (a.k.a. spaghetti)
base64    PC2gb5/8+fBDuw+d  # 0..9 a..z A..Z /+
simple    xek4imbjcmctsxd3  # 0..9 a..z
alpha     femvifzscyvvlwvn  # a..z
digit     7563919623282657  # 0..9
binary    1001011110000101
morse     -.--...-.--.-..-

AUTHOR

Gene Boggs <gene@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Gene Boggs.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.