The program is designated to recover passwords for following types of hashes:
MySQL
MySQL5
DES (Unix)
MD4
MD4 (Base64)
MD4 (HMAC)
MD5
MD5 (Base64)
MD5 (HMAC)
MD5 (Unix)
MD5 (APR)
SHA-1
SHA-1 (Base64)
SHA-1 (HMAC)
Domain Cached Credentials
As well as for hashes used by various PHP-programs:
md5(md5($pass))
md5(md5($pass).$salt)
md5(md5($salt).md5($pass))
sha1($username.$pass)
Program also supports external DLL-modules for hashing what allows to
recover passwords to different types of hashes. List of modules
available for hash generating can be found on the program
forum.
Maximal number of external modules program can simultaneously work
with is 32.