cryptopals

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

commit 0fa0e931e7a4b977200c7e9669a3503e1f9f168b
parent 245f756a723fae2cd493a0f6cbf46d5004d21fee
Author: Jared Tobin <jared@jtobin.ca>
Date:   Sat,  6 May 2017 14:27:07 +1200

Nix unnecessary cats.

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

diff --git a/README.md b/README.md @@ -28,7 +28,7 @@ This is illustrated for 1.1. #### 1.3 - $ ./bin/charfreq $(cat data/s1/q3_input.txt) + $ ./bin/charfreq $(< data/s1/q3_input.txt) original: 1b37373331363f78151b7f2b783431333d78397828372d363c78373e783a393b3736 byte (frequency) ---------------- @@ -58,7 +58,7 @@ This is illustrated for 1.1. #### 1.5 - $ echo -n $(cat data/s1/q5_input.txt) | ./bin/repeating_key_xor ICE | fold -w 74 + $ echo -n $(< data/s1/q5_input.txt) | ./bin/repeating_key_xor ICE | fold -w 74 original: Burning 'em, if you ain't quick and nimble I go crazy when I hear a cymbal xored with: ICE