Base64 Encode & Decode on OSX
On OSX you can quickly base64 encode:
base64 -in filename.txt > filename.b64
and decode files:
base64 -D -in filename.b64 > filename.txt
Found this useful? Everything here is free and stays that way. If it saved you an afternoon, you can buy me a coffee.