base64url icon indicating copy to clipboard operation
base64url copied to clipboard

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

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.