/PyHasher

A Python program for hahsing a user string with well-known hashing algorithms (MD5, SHA-1, SHA-256, etc.). To know what algorithms you can use for hashing strings, then you can list all hashing algorithms you can use for hashing the string. Then when you've decied which algorithm to use, then with 2 paramters and arguments you will hash a string with the algorithm provided.

Primary LanguagePython

Watchers