1 Hashing vs encryption
Hashing is one-way (SHA-256, bcrypt) — used for integrity and password storage. Encryption is reversible with a key — used for confidentiality. Never "encrypt" a password when you should hash it.
Hashing, symmetric vs asymmetric encryption, TLS and digital signatures — used correctly.
Hashing is one-way (SHA-256, bcrypt) — used for integrity and password storage. Encryption is reversible with a key — used for confidentiality. Never "encrypt" a password when you should hash it.
Symmetric crypto (AES) uses one shared secret — fast, but key distribution is hard. Asymmetric crypto (RSA, ECC) uses a public/private key pair — solves key exchange and enables signatures. In practice systems combine both: asymmetric to exchange a symmetric session key.
TLS secures data in transit using a handshake that authenticates the server (via certificates) and negotiates session keys. Digital signatures prove authenticity and integrity: the sender signs a hash with their private key; anyone can verify with the public key.
7 tasks across 3 pages — multiple-choice and fill-in (type the answer). Score 70% or higher to earn your certificate.
🔒 Pass the quiz above (70%+) to unlock your downloadable certificate.
Congratulations! Enter your name to generate your certificate.