Articles tagged "Cryptography"
Posts on Orankit tagged "Cryptography". 2 articles.
How to choose between MD5, SHA-1, and SHA-256 in practice
Differences between MD5, SHA-1, and SHA-256, the state of collision attacks, and which to use for checksums vs signatures vs password storage.
4 min read
HMAC vs hash: why message authentication needs a key
How HMAC differs from a plain hash, why adding a key turns hashing into authentication, and where HMAC fits in real protocols.
3 min read