Base64
Trivial Base64 Enc/Decoder
Base64 is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in sequences of 24 bits that can be represented by four 6-bit Base64 digits.
Usage:
Usage of base64:
-d Decode instead of Encode
-n No padding
-w int
Wrap lines after N columns (default 64)
This project is licensed under the ISC License.
