Fast Base64 stream encoder/decoder in C99 with SIMD acceleration
Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
base64
$ base64 < input.txt > output.b64
$ base64 -d < output.b64 > decoded.txt
$ echo 'Hello World' | base64