04-05-2012, 05:12 PM
I am having trouble loading Oracle 11g hashes (type 112) in to oclhashcat-plus.
They are stored in the SYS.USER$.spare4 column and are of the form of 'S:' followed by 40 characters of hex SHA1 hash followed by 20 characters of hex salt.
I've tried the string as is, removing the 'S:', separating the hash and salt, and other permutations, but I am consistently getting line length exceptions.
Does anyone know what the proper format is for Oracle 11g hashes?
They are stored in the SYS.USER$.spare4 column and are of the form of 'S:' followed by 40 characters of hex SHA1 hash followed by 20 characters of hex salt.
I've tried the string as is, removing the 'S:', separating the hash and salt, and other permutations, but I am consistently getting line length exceptions.
Does anyone know what the proper format is for Oracle 11g hashes?