Encode: String ➜ Base64
UTF-8 safe
Decode: Base64 ➜ String
UTF-8 safe
Replaces “-”→“+”, “_”→“/” and auto-pads to length % 4 = 0.
Quick Utilities
“Swap” moves Encoder output into Decoder input (and vice-versa).