cryptopals

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

commit 55683ed479361e05ea312b3d9e126c810fdace97
parent 3200096b293e28c8b28c139fc86b09a3bbba314a
Author: Jared Tobin <jared@jtobin.ca>
Date:   Wed, 30 Aug 2017 10:51:54 +1200

Print output.

Diffstat:
Mdocs/s1.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/s1.md b/docs/s1.md @@ -137,7 +137,9 @@ Twenty-nine does it: $ xxd -r -p <<< "$INPUTHEX" | \ ./bin/repeating_key_xor "Terminator X: Bring the noise" | \ - xxd -r -p | less + xxd -r -p | tail -c +19 | head -2 + I'm back and I'm ringin' the bell + A rockin' on the mike while the fly girls yell #### 1.7