Skip to content

kalaspuffar/base64url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages