Top 20 NuGet base64 Packages

Parser for Apple Receipt that represented in base64 and encoded with ASN.1
BaseN binary to text converters. Base64 converter, Base64 Url-safe converter, Base32 converter, ZBase32 converter, Base16(Hex) converter.
Implementation of Base16, Base64, Base85 codecs
A standards-compliant implementation of url-safe base64 encode/decode for .NET projects with Span optimizations.
A library for base64 encoding / decoding, as well as base64url support. For .NET Core 3.0 onwards encoding / decoding is done with SIMD-support.
Encoding bytes to multiple text format, e.g. Bin, Hex, Base32, Base64, Base95 (and more). Represent an integer in any base. Supports .NET 4.6.1 and Standard 1.1 (Core) Full source code (for review on GitHub) is well documented and tested. For inspirations of possible usage please review Test/Inspir...
This library enables you to serialize an object of any type to json format and to deserialize a resulted string back to object instance based on JavaScriptSerializer.
This library enables you to serialize an object of any type to json format and to deserialize a resulted string back to object instance based on Json.NET.
This library enables you to serialize an object of any type to json format and to deserialize a resulted string back to object instance based on ServiceStack.Text library.
A convenience wrapper struct for dealing with URL-safe Base64 encoded globally unique identifiers (GUID), making a shorter string value (22 vs 36 characters long). As of version 2.0.0, `ShortGuid` performs a sanity check when decoding strings to ensure they haven't been tampered with, i.e. allowing...
This library enables serialization an object of any type to string format (xml/json/base64) and to deserialize a resulted string back to object instance. Also it supports to implement a custom serialization strategy. 1. Serialize : serializes an object to string (depends on type xml/json/jsv/...
Library of encoding/decoding related functionality for Hexadecimal, Base64 and Base32.
Platform.NET A cross-platform library of useful classes and extensions for C# and .NET.
Library for url-compatible base64 encoding/decodin
Kode-Aid base64 URL-safe encoding library.
BaseNEncodings.Net is a general base16, base32, base64 encodings library for .NET 2.0+, which is according to RFC 4648. Full details can be found on the project page here: https://github.com/wallf/BaseNEncodings.Net
Standards based implementations of various Base32 and Base64 encoding/decoding methods. These are designed to encode binary data to plain text, and decode the resulting text back to the original binary. This is useful when you need to transfer binary data through technologies that only support text ...
This library provides adapters for the missing hashing and base 64 algorithms in the .NET Standard frameworks. Specifically this library provides implementations of ICryptoTransform for HashAlgorithm, ToBase64Transform, and FromBase64Transform.
SHA1,SHA256,SHA384,SHA512,MD5,HMACSHA1,HMACSHA256,HMACSHA384,HMACSHA512,HMACMD5,AES,Base64,Bcrypt,RSA,SHA256WithRSA,PBKDF2