Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

superhuman/url64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

url64 is a small drop-in replacement for the base64 utility that handles URL-safe base64. (With - and _ in place of + and /, and with no padding).

Installation

go get github.com/superhuman/url64

Usage

To encode:

cat file | url64

To decode:

cat file | url64 -d

Meta-fu

Bug-reports and pull-requests welcome. Everything is available under the MIT license (see LICENSE.MIT for details)

About

A url-safe base64 command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages