08-14-2015, 12:15 AM
(This post was last modified: 08-14-2015, 12:56 AM by peoplesoft.)
I've read through this forum and haven't found this answer, so hopefully I've missed something.
I see hash type 133 (Peoplesoft). From my understanding on reading the support ticket when it was implemented it assumes no salt.
The hash I'm dealing with is as follows:
sha1 ( salt + convert_to_utf-16le(password) ) )
The salt has characters outside of ascii range. For example, hex bytes 01, 02, 03, etc. I can calculate the salt for each hash. For the example I have the salt is 226 hex characters or 113 bytes.
Any suggestions on what to try?
Any help is appreciated.
I see hash type 133 (Peoplesoft). From my understanding on reading the support ticket when it was implemented it assumes no salt.
The hash I'm dealing with is as follows:
sha1 ( salt + convert_to_utf-16le(password) ) )
The salt has characters outside of ascii range. For example, hex bytes 01, 02, 03, etc. I can calculate the salt for each hash. For the example I have the salt is 226 hex characters or 113 bytes.
Any suggestions on what to try?
Any help is appreciated.