TeaCrap is a small java app to recover password stored using Tiny Encryption Algorithm which you should never use in production.
- Configure : change the key in
teaCrap.java - compile :
javac teaCrap.java - put the password you want to "recover" in
teaPass.txt - Exec :
java teaCrap - Enjoy ;)
Because i needed it during a pentest ;) and it helps me recover more than 3000 passwords in plain text. The "cypher" typo helps me in the first place to find this crapy "crypto" function.