Package available in: [8.0] [7.0] [6.0] [2.1]
apg generates several random passwords. It uses several password generation algorithms (currently two) and a built-in pseudo random number generator.
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. The original paper is very old and had never been put online, so I have to use NIST implementation described in FIPS-181.
Another algorithm is simple random character generation algorithm, but it uses four user-defined symbol sets to produce random password. It means that user can choose type of symbols that should appear in pass- word. Symbol sets are: numeric symbol set (0,...,9) , capital letters symbol set (A,...,Z) , small letters symbol set (a,...,z) and special symbols symbol set (#,@,!,...).
apg also have the ability to check generated password quality using dictionary.
... part of T2, get it here
URL: http://www.adel.nursat.kz/apg/
Author: Adel I. Mirzazhanov <a-del [at] iname [dot] com>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>
License: BSD
Status: Stable
Version: 2.2.3
Download: http://www.adel.nursat.kz/apg/download/ apg-2.2.3.tar.gz
T2 source: apg.cache
T2 source: apg.conf
T2 source: apg.desc
Build time (on reference hardware): 1876% (relative to binutils)2
Installed size (on reference hardware): 0.11 MB, 19 files
Dependencies (build time detected): bash binutils bzip2 ccache coreutils diffutils findutils gawk gcc glibc grep linux-header make sed sysfiles tar
Installed files (on reference hardware): n.a.
1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.
2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).