Tag: Cryptography

Cryptopals - Byte-a-time ECB decryption (Simple)

15 August 2020
Challenge 12 - Set 2 of the Cryptopals Crypto Challenges. The goal is to decrypt a ciphertext without the key thanks to an oracle.

Cryptopals - Detect AES in ECB mode

14 August 2020
Challenge 8 - Set 1 of the Cryptopals Crypto Challenges. Given a bunch of hex-encoded ciphertexts, find the one that was encrypted with AES ECB.

The AES decryption algorithm explained

11 August 2020
After encryption comes decryption. In this article I focus on the decryption algorithm of the Advanced Encryption Standard.
← Prev
Page 2 of 3
Next →