Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 309 Bytes

File metadata and controls

8 lines (6 loc) · 309 Bytes

HashingAlgorithms

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.