full-stack overflow
full-stack overflow
Projects
Blog
Tags
Categories
GitHub
cryptopals-set1
21
Sep 2017
Let's Detect AES! (AES in ECB Mode)
We learn how to detect AES encryption when used in its less-secure form, ECB mode. In the process, we solve Cryptopals Set 1 Challenge 8.
21
Sep 2017
Let's Code AES! (AES in ECB Mode)
As an exercise, we code AES in ECB mode from scratch in JavaScript, and we use the results to solve Cryptopals Set 1 Challenge 7.
16
Sep 2017
Break Repeating-Key XOR
How is repeating-key XOR is vulnerable to attack. Find out by Solving Cryptopals Set 1 Challenge 6.
14
Sep 2017
Implement Repeating-Key XOR
Implement Repeating-key XOR, a slightly more secure version of the single-byte XOR cipher, and solve Cryptopals Set 1 Challenge 5.
14
Sep 2017
Detecting The Single-Byte XOR Cipher
Find the secret text encrypted using a single-byte XOR cipher and solve Cryptopals Set 1 Challenge 4.
14
Sep 2017
Cracking the Single-Byte XOR Cipher
Find the secret text encrypted using a single-byte XOR cipher and solve Cryptopals Set 1 Challenge 3.
14
Sep 2017
Calculating Fixed XOR
Calculate a Fixed XOR between two strings and solve Cryptopals Set 1 Challenge 2.
14
Sep 2017
Convert Hexadecimal String to Base-64
Calculate a Fixed XOR between two strings and solve Cryptopals Set 1 Challenge 1.