Skip to content

jmrtt/base62

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

base62

base62 is a command line utility to encode/decode base62 data

Build and development

To build the application is possible to use make build that will create the application binaries in bin folder.

It is also available targets to perform tests with make test and linting with make lint. For more options, please check make help.

Usage

To encode a string in base62 use: base62 encode <STRING>

For decoding a base62 text use: base62 decode <ENCODED_STRING>

About

base62 is a command line utility to encode/decode base62 data

Resources

License

Stars

Watchers

Forks

Packages

No packages published