Top 20 NuGet base64 Packages

Performs base64url encoding which differs from regular base64 encoding as follows. Padding is skipped so the pad character '=' doesn't have to be percent encoded. The 62nd and 63rd regular base64 encoding characters ('+' and '/') are replace with ('-' and '_') The changes make the encoding alphabet...
base64 encode/decode for URL applications. dotnet global tool of Base64UrlCore.
base64 encode/decode for URL applications.
常用的加密方法:DES、MD5、RNG、SHA
常用的加密方法:DES、MD5、RNG、SHA
Provides ASP.NET Core model binders to clean up string inputs, handle base-64 values portably, and adapt parsing to a legacy paradigm.
Base64 Converter using YaDong.Base64.Converter; var base64string = Base64.FromFile(filePath); var base64string = File.OpenRead(filePath).ToBase64(); var base64string = new List<byte>().ToBase64(); var base64string = new byte[0].ToBase64();
Encode and Decode Base64 Example: Base64.Manager.Action.Encode("mystring")
Implements Base-64 encoding with URL and filename safe alphabet. Add this package to your core library, so it would get the source code of this module without installing a binary dependency. Then proceed with using corresponding functionality from Atom.Util namespace, like if it was installed using...
Package description
Ecoji encodes and decodes data using emojis. Like base64, except it's base1024, and uses an emoji alphabet!
The .NET command line tool for Ecoji encoding and decoding. Ecoji is like base64, except it's base1024, and uses an emoji alphabet!
In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Only authorized parties can decipher a ciphertext back to plaintext and access the original info...
Package Description