1 2 3 4 5 6 7 8 9 10
# Base64 Tool This tool allows encoding and decoding of files from binary to base64 b64encode /input/binary /output/base64 b64decode /input/base64 /output/binary