LINKS 898 B

1234567891011121314151617181920212223242526272829
  1. New versions of this package (crypt_blowfish):
  2. http://www.openwall.com/crypt/
  3. A paper on the algorithm that explains its design decisions:
  4. http://www.usenix.org/events/usenix99/provos.html
  5. Unix Seventh Edition Manual, Volume 2: the password scheme (1978):
  6. http://plan9.bell-labs.com/7thEdMan/vol2/password
  7. The Openwall GNU/*/Linux (Owl) tcb suite implementing the alternative
  8. password shadowing scheme. This includes a PAM module which
  9. supersedes pam_unix and uses the password hashing framework provided
  10. with crypt_blowfish when setting new passwords.
  11. http://www.openwall.com/tcb/
  12. pam_passwdqc, a password strength checking and policy enforcement
  13. module for PAM-aware password changing programs:
  14. http://www.openwall.com/passwdqc/
  15. John the Ripper password cracker:
  16. http://www.openwall.com/john/
  17. $Owl: Owl/packages/glibc/crypt_blowfish/LINKS,v 1.4 2005/11/16 13:09:47 solar Exp $