Cracking Passwords
1) Check Crackstation https://crackstation.net/ It will be able to crack very simple hashes. 2) Identify Hash Type (and Salt) HashID (https://github.com/psypanda/hashID) Note: This requires Python. You can install it like so: $ pip install hashid Syntax $ python -m hashid [OPTIONS] [HASH] None of the options are necessary so I won’t write them out. Plus, […]