./nugetz
pkg

jon_source/Base64UrlEncoderv1.0.1

docs d<> code .compare c
.NET FW4.0.NET Std2.0

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.

License

Deps

0

Install Size

Vulns

✓ 0

Published

Jul 31, 2018

Get Started

$ dotnet add package Base64UrlEncoder

Readme

No README available.