Console app that accepts user input which gets hashed with user selected hashing algorithm, the result then prints to the console.
- SHA256
- SHA256 with Salt
- Additive hashing
This program has several methods that take the unhashed user input value, hash it, and return to the caller.