NAME genpass - Quickly create secure passwords SYNOPSIS genpass [-l | --length LENGTH] [-n | --no-special] [-r | --repeat NUMBER] [--verify | --no-verify] -l | --length password length -r | --repeat NUMBER NUMBER of passwords to output -n | --no-special do NOT include special characters: '!','@','#','$','%','^','&','*','(',')' -e | --readable print only easily readable characters (no "o", "O", "0", "l", "1", "I") | --verify makes sure it's got every type of char (a tad slower), default behavior | --no-verify doesn't make sure you get every type of char (a tad faster) -h | --help print a small usage line DESCRIPTION if you've ever needed to create 10 (or even 10,000) passwords on the fly with varying preferences (lowercase, uppercase, no confusing characters, special characters, minimum length, etc.), you know it can become a pretty pesky task. This script makes it possible to create flexible and secure passwords, quickly and easily. BUGS None that I know of. Please report if and when you find any. SUPPORT If you have any problems or questions, contact me using the details below. AUTHOR Sawyer X CPAN ID: XSAWYERX xsawyerx@cpan.org COPYRIGHT This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. A Word on Moral Our lives depend on the decisions of others in the world, and so, other lives depend on our decisions. When we decide to consume animals, we dedicate the death of others, and it is something to consider giving up. Please review http://www.meatstinks.com and http://www.milksucks.com . Thank you. SEE ALSO perl(1).