Base64UrlEncoder NuGet Package

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 file and URL safe.




Got any Base64UrlEncoder Question?





Info

Version: 1.0.1
Author(s): Jon Edwards
Last Update: Tuesday, July 31, 2018
.NET Fiddle: Online Example
NuGet Url: https://www.nuget.org/packages/Base64UrlEncoder


Install
Install-Package Base64UrlEncoder
dotnet add package Base64UrlEncoder
paket add Base64UrlEncoder
Base64UrlEncoder Download (Unzip the "nupkg" after downloading)

.NETFramework 4.0
  • No dependencies.
.NETStandard 2.0
  • No dependencies.


Tags



STATS

must-have-score

avg-downloads-per-day

3

days-since-last-release

2103