peoplesoft hash help
#1
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.


Messages In This Thread
peoplesoft hash help - by peoplesoft - 08-14-2015, 12:15 AM
RE: peoplesoft hash help - by peoplesoft - 08-14-2015, 01:23 AM
RE: peoplesoft hash help - by peoplesoft - 08-14-2015, 01:31 AM
RE: peoplesoft hash help - by peoplesoft - 08-14-2015, 05:25 AM