"bigbz2" puzzle

This commit is contained in:
Neale Pickett 2009-09-02 12:03:32 -06:00
parent 5f39aff5de
commit 0b5e216486
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
mom.jpg: key.bz2 1GiB_nulls.bz2
rm -f $@
for i in $$(seq 300); do cat 1GiB_nulls.bz2 >> $@; done
cat key.bz2 >> $@
for i in $$(seq 200); do cat 1GiB_nulls.bz2 >> $@; done
key.bz2: key
cat $< | bzip2 > $@
1GiB_nulls.bz2:
dd if=/dev/zero bs=1G count=1 | bzip2 > $@

1
puzzles/compaq/100/key Normal file
View File

@ -0,0 +1 @@
jackalope wheeze

BIN
puzzles/compaq/100/mom.jpg Normal file

Binary file not shown.