https://github.com/cryptix/goremutake
Convert to and from Koremutake Memorable Random Strings (for golang).
https://github.com/cryptix/goremutake
Last synced: about 1 year ago
JSON representation
Convert to and from Koremutake Memorable Random Strings (for golang).
- Host: GitHub
- URL: https://github.com/cryptix/goremutake
- Owner: cryptix
- Created: 2014-02-04T13:42:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T10:16:07.000Z (over 11 years ago)
- Last Synced: 2025-04-19T23:54:52.796Z (about 1 year ago)
- Language: Go
- Size: 191 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
goremutake
==========
[](https://godoc.org/github.com/cryptix/goremutake)
[](https://travis-ci.org/cryptix/goremutake)
Convert to and from Koremutake Memorable Random Strings.
Koremutake is a 128bit MeRS encoding algorithm that can convert any large,
unsigned number into a memorable sequence of phonetically unique syllables.
See http://shorl.com/koremutake.php for details
This implementation is based on [Patrick Schork's](http://github.com/pschork/koremutake) implementation in Python.
[](http://www.babygopher.org)