slackbuilds/system/apg
B. Watson 40eb27db1a system/apg: Update email address.
Signed-off-by: B. Watson <urchlay@slackware.uk>
2022-06-09 13:19:28 -04:00
..
README system/apg: Added (automated password generator) 2020-11-29 01:02:53 +07:00
apg.SlackBuild system/apg: Update email address. 2022-06-09 13:19:28 -04:00
apg.info system/apg: Update email address. 2022-06-09 13:19:28 -04:00
slack-desc system/apg: Added (automated password generator) 2020-11-29 01:02:53 +07:00

README

apg (automated password generator)

apg generates random passwords according to several algorithms. The
default algorithm is pronounceable password generation algorithm
designed by Morrie Gasser and described in 'A Random Word Generator
For Pronounceable Passwords (National Technical Information Service
(NTIS) AD-A-017676)'.

This SlackBuild by default patches apg to use /dev/urandom rather than
/dev/random for generating random seeds, to avoid apg blocking while
waiting for the kernel to gather more entropy. If you're worried about
this being possibly insecure, first read:

http://web.archive.org/web/20201109034537/https://www.2uo.de/myths-about-urandom/

Then, if you remain unconvinced, you can run this script with
URANDOM=no in the environment to use /dev/random. Remember, apg is
only using this to generate *seeds* for its own built-in PRNG!