Re: Password cracking algorithms in Java
From: Bill Unruh (unruh@string.physics.ubc.ca)
Date: 02/17/03
- Next message: nameless: "Re: A 'clean' OS?"
- Previous message: Deeter: "Re: A 'clean' OS?"
- In reply to: cmh: "Password cracking algorithms in Java"
- Next in thread: athegates: "Re: Password cracking algorithms in Java"
- Reply: athegates: "Re: Password cracking algorithms in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: unruh@string.physics.ubc.ca (Bill Unruh) Date: 17 Feb 2003 19:37:42 GMT
chrishern@hotmail.com (cmh) writes:
]Hi,
]As part of one of our modules at Uni, we have to write our own
]password cracking algorithms in Java (using either brute-force or the
]dictionary attack) in order to crack passwords that are stored in a
]text file.
]We then have to compare the performance of our algorithm with the
]performance of already existing algorithms. My problem is that I
]cannot find any algorithms that can crack encrypted passwords stored
]in a text file.
]Could anyone point me to any sites that have such algorithms, they
]would preferable be in C++ or Java but it's not necessary.
crack
jack the ripper
are a couple
(For Unix 8 character crypt(3) passwords.)
- Next message: nameless: "Re: A 'clean' OS?"
- Previous message: Deeter: "Re: A 'clean' OS?"
- In reply to: cmh: "Password cracking algorithms in Java"
- Next in thread: athegates: "Re: Password cracking algorithms in Java"
- Reply: athegates: "Re: Password cracking algorithms in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|