OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.0 KiB

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