πŸ” Crypto & Hash Challenge

Test your knowledge of SHA hashing, encryption, and cryptographic concepts

Score
0
Streak
0
Level
1/12
CRYPTOGRAPHY

πŸ“š Quick Reference

SHA-256 β€” 256-bit hash, used in Bitcoin & SSL certificates

AES β€” Symmetric encryption standard (128/192/256-bit keys)

RSA β€” Asymmetric encryption using prime factorization

Diffie-Hellman β€” Key exchange protocol over insecure channels

bcrypt β€” Password hashing with built-in salt and work factor

HMAC β€” Keyed hash for message authentication