Towards steganography I: a Brainfuck code generator and interpreter in VB.Net
In order to develop the steganography project I described earlier, I'll need a class that can convert any given text to a Brainfuck program, and also to "run" such a program to reproduce the original text. It turns out, this is not that difficult.