Implementation of Koremutake MeRS encoding/decoding for node.
npm install koremutake
var koremutake = require('koremutake');
koremutake.encode(46767000067);
// output: beluhujegibo
koremutake.decode('beluhujegibo');
//output: 46767000067
- For me; see http://x42.com
- For koremutake; see http://shorl.com/koremutake.php
- 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