Dash:
[t2.git] / package / security / apg / apg.desc
blob539e2a35f5865c5d5727f9caa41fb90cc818e855
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/apg/apg.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
5 [COPY] 
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
8 [COPY] 
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] A random password generator
15 [T] apg generates several random passwords. It uses several password
16 [T] generation algorithms (currently two) and a built-in pseudo random
17 [T] number generator.
18 [T]
19 [T] Default algorithm is pronounceable password generation algorithm
20 [T] designed by Morrie Gasser and described in A Random Word Generator For
21 [T] Pronounceable Passwords National Technical Information Service (NTIS)
22 [T] AD-A-017676.  The original paper is very old and had never been put
23 [T] online, so I have to use NIST implementation described in FIPS-181.
24 [T]
25 [T] Another algorithm is simple random character generation algorithm, but
26 [T] it uses four user-defined symbol sets to produce random password.  It
27 [T] means that user can choose type of symbols that should appear in pass-
28 [T] word. Symbol sets are: numeric symbol set (0,...,9) , capital letters
29 [T] symbol set (A,...,Z) , small letters symbol set (a,...,z) and special
30 [T] symbols symbol set (#,@,!,...).
31 [T]
32 [T] apg also have the ability to check generated password quality using
33 [T] dictionary.
35 [U] http://www.adel.nursat.kz/apg/
37 [A] Adel I. Mirzazhanov <a-del@iname.com>
38 [M] The T2 Project <t2@t2-project.org>
40 [C] extra/security extra/tool
41 [F] CROSS
43 [L] BSD
44 [S] Stable
45 [V] 2.2.3
46 [P] X -----5---9 178.900
48 [O] var_append makeopt " " "INSTALL_PREFIX=$root/$prefix CS_LIBS=-lnsl"
49 [O] var_append makeinstopt " " "INSTALL_PREFIX=$root/$prefix CS_LIBS=-lnsl"
51 [D] 10487587d6af2882ef9c7d6c656ac3ef8324f012bb5d288910be0cd0 apg-2.2.3.tar.gz http://www.adel.nursat.kz/apg/download/