8000 GitHub - gitmko0/base64url: Implement base64url changing +,/ to -,_ and removing = to be more URL friendly
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gitmko0/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

  • Go 100.0%
0