Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can't crack salted hash generated by ruby AuthlogicSha512 library
Post: RE: Can't crack salted hash generated by ruby Auth...

Snoopy Wrote: (03-25-2022, 03:14 PM) -- nick8606 Wrote: (03-25-2022, 10:38 AM) -- Dzam Wrote: (03-25-2022, 08:42 AM) -- I'll try to figure out how to add a new module for hashcat -- New module is...
Dzam hashcat 10 16,291 03-25-2022, 03:40 PM
    Thread: Can't crack salted hash generated by ruby AuthlogicSha512 library
Post: RE: Can't crack salted hash generated by ruby Auth...

Snoopy Wrote: (03-23-2022, 07:13 PM) -- i did some quickndirty python script, its more or less the ruby code just for python (tested it with your input and was able to repoduce your hash) -- Wo...
Dzam hashcat 10 16,291 03-25-2022, 08:42 AM
    Thread: Can't crack salted hash generated by ruby AuthlogicSha512 library
Post: RE: Can't crack salted hash generated by ruby Auth...

Snoopy Wrote: (03-22-2022, 03:00 PM) -- there is actual no mode (i think) in hashcat supporting this style of hash -- Actually, I found some examples here (https://hashcat.net/wiki/doku.php?id=exam...
Dzam hashcat 10 16,291 03-23-2022, 02:27 PM
    Thread: Can't crack salted hash generated by ruby AuthlogicSha512 library
Post: RE: Can't crack salted hash generated by ruby Auth...

Snoopy Wrote: (03-22-2022, 02:10 PM) -- the hash algo is (pw, rounds/iterations?, salt and ???) -- The hash algo takes (password, stretches (rounds/iterations), salt, pepper) Snoopy Wrote: (03-22-2...
Dzam hashcat 10 16,291 03-22-2022, 02:41 PM
    Thread: Can't crack salted hash generated by ruby AuthlogicSha512 library
Post: Can't crack salted hash generated by ruby Authlogi...

Hello. The code to generate it is quite simple: Code: -- [23] pry(main)> Devise::Encryptable::Encryptors::AuthlogicSha512.digest("12345", 20, "y9KxS8uhhfRZErYBb2mA", nil) => "2671d2e63de53eX3X...
Dzam hashcat 10 16,291 03-21-2022, 11:03 PM