Passwords are stored as salted MD5 values according to
programming4.us/database/8126.aspx
What you need after extracting the hash values is to use a password
cracker that handles Oracle specific salted MD5. Both John the Ripper &
Hashcat can do that:
programming4.us/database/8126.aspx
What you need after extracting the hash values is to use a password
cracker that handles Oracle specific salted MD5. Both John the Ripper &
Hashcat can do that:
www.hashcat.net
www.openwall.com/john/
Both...
[ more ]