Hashes each password in a given .txt file and stores each property of the hash into a .hash File.
The application comes with a simplistic interface in order to guide you through the process of hashing your desired passwords.
Steps:
- Select the target file.
- Select the desired hashing algorithm.
- Determine salt properties.
- Go.
Each line of the targeted file will be hashed and written to a new file.
Supported Hashing Algorithms: SHA512, SHA384, SHA256, SHA1
