Base64 for Developers
I created this section for developers who plan to study Base64 and use it for their projects. Perhaps this section may be interesting for “regular” users who want to know what kind of magic works under the hood.
Technologies and programming languages that support Base64:
Of course, this is far to be a full list, but I will try to add new stuff as soon as I gather enough information about it. Unfortunately, my knowledge is limited, so I will be grateful for any help to correct inaccuracies or add new goodies.
What is "aaaaigz0...my4xmda="?
Validate Base64 using Notepad++
Base64 encryption is a lie
Comments (4)
I hope you enjoy this discussion. In any case, I ask you to join it.
Some other languages I use (and have used in the past) that also support the Base64 encoding and decoding algorithms would include:
C#
Swift
VB.NET
PowerShell Script
VBScript
Kotlin
Go Lang
XAML - If I'm not mistaken, when using Visual Studio IDE, XAML can display and render Base64 input from within the Preview tab of the project or/and the published project/application itself!
Perl
ActionScript 3.0 - (Deprecated due to it being the language Adobe Flash files were programmed in [which is obviously discontinued nowadays after the HTML5 movement, as well as many security issues and exploits in the file format of SWFs])
ActionScript 2.0 - (Deprecated as well for the same reasons above) Also had Base64 support as well if I remember correctly.. but at the very least i do remember it could be implemented manually into a function.
C++
--
I'm positive there are many other languages that also include native support for the Base64 algorithms too, but those are some that were not on your list above.
Happy to help!! ❤️
Buffer.from(wkuaun).toString('base64');
(wkuaun contains my jpg)
When I encode it using your encoder I get this:/9j/4eq4RXhpZgAATU0AKgAAAAgACw
(your version of the encoded base64 jpg file displays correctly)