Brainfuck encoder
Find a file
2016-05-16 14:50:57 +02:00
AUTHORS Initial commit 2016-05-16 14:50:57 +02:00
COPYING Initial commit 2016-05-16 14:50:57 +02:00
pybfenc.py Initial commit 2016-05-16 14:50:57 +02:00
README Initial commit 2016-05-16 14:50:57 +02:00
test.sh Initial commit 2016-05-16 14:50:57 +02:00

pybfenc 1.0 :
=============

pybfenc is a VERY USEFULL programm that allows you to convert data into
brainfuck code. It try to reduce the brainfuck code size as possible.

You can use it throught a pipe :
cat /dev/urandom | ./pybfenc

or with a file :

./pybfenc foobar