Jukka Zitting wrote: > Santiago Gala wrote: > > > > My guess is that the key bit size is n, such as 2^n == <number of > > different keys> > > Where do you see the key being entered? > > ./penihip -e < test-encipher-input.txt > > There is no key, so the key length is essentially 0.
There is a "-o" option to specify the number of characters to "offset". The default is "1". echo "bar" > tmp penihip -e -o 1 < tmp ... ces penihip -e -o 2 < tmp ... dit penihip -e -o 3 < tmp ... fov penihip -e -o 21 < tmp ... ber penihip -e -o 22 < tmp ... cis I am not sure where the possibilities end. -David --------------------------------------------------------------------- To unsubscribe, e-mail: labs-unsubscr...@labs.apache.org For additional commands, e-mail: labs-h...@labs.apache.org