Category: Uncategorized
-
Convert String to Base64 in Visual Studio Code
I work with .eml files pretty often that have base64 encoded data in their body. By default base64 is not human readable so converting it quickly in my editor is handy. There’s a handy little plugin for Visual Studio Code called Encode Decode by Mitch Denny. After installing the plugin, select your base64 data in…