Hashes from clear passwords
#3
(03-12-2024, 09:58 AM)DanielG Wrote: You could do every hash / type that Hashcat has in Python. The question is just: Why?

Yes, I 'could' recreate all the hash logic, but existing libraries have limited algorithm support.  

As to why:
  -- rapid audit of client environments during red-teaming, meeting the requirements not to reveal clear-text credentials (yes, you could do a A=B and B=C so A=C exercise, but this meets most requirements) 
  -- simplified data integration into products with specific hashing requirements
  -- etc.
Reply


Messages In This Thread
Hashes from clear passwords - by wallacebw - 03-11-2024, 09:39 PM
RE: Hashes from clear passwords - by DanielG - 03-12-2024, 09:58 AM
RE: Hashes from clear passwords - by wallacebw - 03-12-2024, 03:21 PM
RE: Hashes from clear passwords - by Snoopy - 03-12-2024, 05:44 PM
RE: Hashes from clear passwords - by DanielG - 03-12-2024, 05:10 PM
RE: Hashes from clear passwords - by wallacebw - 03-12-2024, 08:38 PM
RE: Hashes from clear passwords - by wallacebw - 03-19-2024, 01:41 AM