machineid-rs
machineid-rs copied to clipboard
MD5, SHA1 and SHA256 are hash algorithms and not encryptions
The README.md states that: // There are 3 different encryption types: MD5, SHA1 and SHA256.. However, MD5, SHA1 and SHA256 are hashing algorithms which are completely different from encryption algorithms.
Oh thanks for the correction, i didn't even notice the mistake until now hehe