Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: AIX {ssha256} and {ssha512} hash algo ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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_hash...-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,
Hashcat is OSS, and AIX hashing schemes are supported. So all you need is there
(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.