RE: How to make a Brainfuck: Part 2, implementing the data instructions in C 12-05-2017, 08:22 AM
#8
(12-05-2017, 07:24 AM)Ender Wrote:(12-05-2017, 04:22 AM)alfascanner Wrote:(12-05-2017, 02:16 AM)phyrrus9 Wrote: That would be incredibly difficult to do, unless you're using some rt engine and netcat, but then why bother with bf when you could substitute for ELF's
Bro, I was talking about something like this..
Code:base64(brainfuck_encode($_POST['data']));
Just for basic information.
Why don't you just encrypt the data, instead of encoding it?
Brainfuck was made to be a programming language, not a cipher.
^^^^^^^^^
plus, why would you use brainfuck for that anyways? it would easily make your data length 20 times larger than the plaintext. Just seems like a stupid idea