|
|
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
|
|
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
|
|
|
[COPY]
|
|
|
|
[COPY] Filename: package/.../apg/apg.desc
|
|
|
|
[COPY] Copyright (C) 2006 The OpenSDE Project
|
|
|
|
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
|
|
|
|
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
|
|
|
|
[COPY]
|
|
|
|
[COPY] More information can be found in the files COPYING and README.
|
|
|
|
[COPY]
|
|
|
|
[COPY] This program is free software; you can redistribute it and/or modify
|
|
|
|
[COPY] it under the terms of the GNU General Public License as published by
|
|
|
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
|
|
|
|
[COPY] GNU General Public License can be found in the file COPYING.
|
|
|
|
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
|
|
|
|
|
|
|
|
[I] A random password generator
|
|
|
|
|
|
|
|
[T] apg generates several random passwords. It uses several password
|
|
|
|
[T] generation algorithms (currently two) and a built-in pseudo random
|
|
|
|
[T] number generator.
|
|
|
|
[T]
|
|
|
|
[T] Default algorithm is pronounceable password generation algorithm
|
|
|
|
[T] designed by Morrie Gasser and described in A Random Word Generator For
|
|
|
|
[T] Pronounceable Passwords National Technical Information Service (NTIS)
|
|
|
|
[T] AD-A-017676. The original paper is very old and had never been put
|
|
|
|
[T] online, so I have to use NIST implementation described in FIPS-181.
|
|
|
|
[T]
|
|
|
|
[T] Another algorithm is simple random character generation algorithm, but
|
|
|
|
[T] it uses four user-defined symbol sets to produce random password. It
|
|
|
|
[T] means that user can choose type of symbols that should appear in pass-
|
|
|
|
[T] word. Symbol sets are: numeric symbol set (0,...,9) , capital letters
|
|
|
|
[T] symbol set (A,...,Z) , small letters symbol set (a,...,z) and special
|
|
|
|
[T] symbols symbol set (#,@,!,...).
|
|
|
|
[T]
|
|
|
|
[T] apg also have the ability to check generated password quality using
|
|
|
|
[T] dictionary.
|
|
|
|
|
|
|
|
[U] http://www.adel.nursat.kz/apg/
|
|
|
|
|
|
|
|
[A] Adel I. Mirzazhanov <a-del@iname.com>
|
|
|
|
[M] The OpenSDE Community <list@opensde.org>
|
|
|
|
|
|
|
|
[C] extra/security extra/tool
|
|
|
|
|
|
|
|
[L] BSD
|
|
|
|
[S] Stable
|
|
|
|
[V] 2.2.3
|
|
|
|
[P] X -----5---9 178.900
|
|
|
|
|
|
|
|
[D] 599814718 apg-2.2.3.tar.gz http://www.adel.nursat.kz/apg/download/
|
|
|
|
|