DESCR 1.1 KB

1234567891011121314151617181920212223
  1. John the Ripper -- Password Cracker
  2. =====================================
  3. John the Ripper is designed to be both powerful and fast. It combines
  4. several cracking modes in one program, and is fully configurable for your
  5. particular needs (you can even define a custom cracking mode using the
  6. built-in compiler supporting a subset of C).
  7. Out of the box, John supports (and autodetects) the following ciphertext
  8. formats: standard and double-length DES-based, BSDI's extended DES-based,
  9. FreeBSD's (and not only) MD5-based and OpenBSD's Blowfish-based.
  10. With just one extra command (required to extract the passwords), John can
  11. crack AFS passwords and WinNT LM hashes.
  12. Unlike other crackers, John doesn't use a crypt(3)-style routine. Instead,
  13. it has its own highly optimized modules for different ciphertext formats
  14. and architectures. Some of the algorithms used couldn't be implemented in
  15. a crypt(3)-style routine: they require a more powerful interface (bitslice
  16. DES is an example). Additionally, there're assembly routines for several
  17. processors and architectures (special Intel Pentium version, x86 with MMX,
  18. generic x86, Alpha EV4, SPARC V8).