Skip to content

wqa/koremutake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node implementation of koremutake

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors