An encoder that endlessly encodes your text with Base64 until there's enough left.
python main.py [useful text to encode]To stop the process and get a file with text encoded many times, press Ctrl+C.
$ python main.py hi!
Press CTRL+C if you want get encoded text.
^CDo you want to write 195.32398 Mb to the 'encoded.txt' file? (Y/n):
y
Encoded text writed in 'encoded.txt'. 195323980 bytes.