1.0.1 • Published 7 years ago

koremutake v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

koremutake

Implementation of Koremutake MeRS encoding/decoding for node.

Installation

npm install koremutake

Usage

var koremutake = require('koremutake');
koremutake.encode(46767000067);
// output: beluhujegibo
koremutake.decode('beluhujegibo');
//output: 46767000067

About

Thanks

  • Thanks Josef Falk and Filip Salomonsson for coming up with Koremutake.
  • Thanks to pschork for the tests.
  • Thanks to PerBol for reminding me.
  • Thanks Blorn and PJocke for corrections