hashcat Forum
AIX {ssha256} and {ssha512} hash algo ? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: AIX {ssha256} and {ssha512} hash algo ? (/thread-5555.html)



AIX {ssha256} and {ssha512} hash algo ? - fanf - 06-29-2016

Hello,

I'm trying to learn how the AIX implementation for ssha256 / ssha512 differs from the standard algo described in ftp://ftp.arlut.utexas.edu/pub/java_hashes/SHA-crypt.txt (my goal is to be able to generate valid hash from a java app).

I saw that you discussed the subject a lot 3 years ago (https://hashcat.net/forum/thread-2247.html). So I was wondering if you would help about the details of the algo.

Any help or pointer to resources on the subject would be much appreciated.

Thanks,


RE: AIX {ssha256} and {ssha512} hash algo ? - atom - 06-29-2016

Hashcat is OSS, and AIX hashing schemes are supported. So all you need is there


RE: AIX {ssha256} and {ssha512} hash algo ? - fanf - 06-29-2016

(06-29-2016, 11:58 AM)atom Wrote: Hashcat is OSS, and AIX hashing schemes are supported. So all you need is there

OK, thanks, I will dig in the source.