diff options
author | Pablo Santamaria <pablosantamaria@gmail.com> | 2010-05-13 00:32:24 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-16 22:24:30 -0500 |
commit | 455e696cca2a316c0f4fee8e11975347c8a706ff (patch) | |
tree | 53d6e2f0e7029059ae7d07e59115da79452e6b74 /system/makepasswd/README | |
parent | a6458506fbde523a463812d15d6c68d73b307564 (diff) | |
download | slackbuilds-455e696cca2a316c0f4fee8e11975347c8a706ff.tar.gz |
system/makepassword: Added (pseudorandom password generator).
Diffstat (limited to 'system/makepasswd/README')
-rw-r--r-- | system/makepasswd/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/makepasswd/README b/system/makepasswd/README new file mode 100644 index 0000000000..d7082008f2 --- /dev/null +++ b/system/makepasswd/README @@ -0,0 +1,4 @@ +makepasswd (generate pseudo-random passwords of a desired length) + +Makepasswd generates pseudo-random passwords of a desired length. +It is able to generate its crypted equivalent. |