htdvisser.dev

Software Development by Hylke Visser

Base64 Encoder/Decoder

A command-line tool to encode and decode base64 data, typically combined with my b32 and hex tools.

git repository godev reference

Usage: b64 [FLAGS] [FILE]

Base64 encode or decode FILE, or standard input, to standard output

Flag Usage
-d, --decode decode data
-r, --raw raw base64
-u, --url base64 url encoding