gitmko0 / base64url

Implement base64url changing +,/ to -,_ and removing = to be more URL friendly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base64URL

Implementation of base64url removing the traling = and also changing +,/ to the more url friendly -,_ characters.

The decode implementation is reversing the process before running DecodeString from the base64 package.

About

Implement base64url changing +,/ to -,_ and removing = to be more URL friendly

License:MIT License


Languages

Language:Go 100.0%