cryptopals

Matasano's cryptopals challenges (cryptopals.com).
Log | Files | Refs | README | LICENSE

commit 9e353091275011ee2b74f13ccea30e21d65ddcdb
parent 2cfff88329e624f4cfa37a7819b101a8f24e5f3c
Author: Jared Tobin <jared@jtobin.ca>
Date:   Mon, 15 May 2017 22:03:32 +1200

Typo.

Diffstat:
Mdocs/s2.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/s2.md b/docs/s2.md @@ -1,12 +1,12 @@ ### Set 2 -#### 2.1 +#### 2.9 $ echo -n 'YELLOW SUBMARINE' | ./bin/pkcs 20 | xxd 00000000: 5945 4c4c 4f57 2053 5542 4d41 5249 4e45 YELLOW SUBMARINE 00000010: 0404 0404 0a ..... -#### 2.2 +#### 2.10 $ KEY=$(echo -n 'YELLOW SUBMARINE' | xxd -p) $ openssl enc -aes-128-cbc \