Cryptopals - CBC bitflipping attacks

2021 February 9 · Cryptopals
Challenge 16 - Set 2 of the Cryptopals Crypto Challenges. The goal is to modify a ciphertext to change our role to 'admin' and gain some cool privileges.

Cryptopals - ECB decryption (Harder)

2020 November 23 · Cryptopals
Challenge 14 - Set 2 of the Cryptopals Crypto Challenges. The goal is to decrypt some target bytes with an oracle function but not much control. This challenge has a lot of similarities with Challenge 12 but there is a twist. I made lots of cool diagrams in this write-up, go check them out!

Cryptopals - ECB cut-and-paste

2020 August 16 · Cryptopals
Challenge 13 - Set 2 of the Cryptopals Crypto Challenges. The goal is to modify a ciphertext to elevate our privileges.

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

2020 August 15 · Cryptopals
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

2020 August 14 · Cryptopals
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.