machineid-rs icon indicating copy to clipboard operation
machineid-rs copied to clipboard

MD5, SHA1 and SHA256 are hash algorithms and not encryptions

Open hnorkowski opened this issue 1 year ago • 1 comments

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.

hnorkowski avatar Jul 09 '24 10:07 hnorkowski

Oh thanks for the correction, i didn't even notice the mistake until now hehe

Taptiive avatar Jul 20 '24 18:07 Taptiive