Encode / decode base64 into a list of bytes The demo encodes text from ASCII to base64, then decodes from base64 back to ASCII to see if it is the same. I made this for something I'm working on
@Arctenik for the decoding, I didn't actually use their code but it was sort of an inspiration