How to Decode Base64 Strings in Linux
Have you ever come across strange-looking jumbled text made up of letters, numbers and sometimes symbols like + and /? Chances are it was Base64 encoded.
Base64 encoding is commonly used to send binary data over media that only supports text - like d...
thetechdeck.hashnode.dev4 min read