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)
Dependencies
.NETFramework 4.0
No dependencies.
No dependencies.
Tags
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.