/koremutake

Node implementation of koremutake

Primary LanguageJavaScriptMIT LicenseMIT

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