SecureBase
The SecureBase library offers a secret key option in addition to the standard base64 algorithm. Thus, a base64 operation specific to projects using the library is performed. Since the secret key of each project will be different, the base64 output will also vary depending on the secret key.
Goals
Standard base64 encoding is used in many projects. As a result of data leaks, data encoded with base64 can easily be exposed. This is where SecureBase comes into play to make the encoding more secure.
It is to make Base64 encoding safe.
Requiments & Features
.NET
.Net Framework 4.0+ .Net Core 3.0+ .Net Standart 1.6+ .NET 5.0+
Unicode (UTF-16LE), UTF-8
Delphi
All
Unicode (UTF-16LE), UTF-8
Go
1.13+
Unicode (UTF-16LE), UTF-8
Java
8+
Unicode (UTF-16LE), UTF-8
Python
3.0+
Unicode (UTF-16LE), UTF-8
Go library has not been tested under version Go v1.13.
Algorithm Template

Will be supported Languages & Development Status
.NET
C++
Dart
Delphi
Go
Java
Python
Last updated