Skip to content

DavideGalilei/base45

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base45

With this library you can encode/decode strings using Base45 encoding

Installation

$ nimble install https://github.com/DavideGalilei/base45

Usage

import base45

let encoded = b45encode("Hello World")
let decoded = b45decode(encoded)
echo decoded # Hello World

Run tests

$ nimble test

Credits

This library is inspired from https://github.com/kirei/python-base45

License

This project is under MIT license.

About

A simple to use Nim library to encode/decode using base45 encoding

Topics

Resources

License

Stars

Watchers

Forks

Languages