in reply to Re: encryption golf (one time pad)
in thread encryption golf (one time pad)
>echo abc>corpus >echo def>key >perl -e"undef$/;print<>^<>" corpus key >enc >debug enc -rcx CX 0004 : -d100 l4 0AFB:0100 05 07 05 00 .... -q >perl -e"undef$/;print<>^<>" enc key >dec >type dec abc
Updated test to include decrpytion.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: encryption golf (one time pad)
by jwkrahn (Abbot) on Mar 17, 2008 at 09:31 UTC | |
by ikegami (Patriarch) on Mar 17, 2008 at 09:40 UTC |