Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptix/goremutake
Convert to and from Koremutake Memorable Random Strings (for golang).
https://github.com/cryptix/goremutake
Last synced: 29 days 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-06T10:16:07.000Z (about 10 years ago)
- Last Synced: 2024-11-29T00:32:02.691Z (about 1 month ago)
- Language: Go
- Size: 191 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
goremutake
==========
[![GoDoc](https://godoc.org/github.com/cryptix/goremutake?status.svg)](https://godoc.org/github.com/cryptix/goremutake)
[![Build Status](https://travis-ci.org/cryptix/goremutake.png?branch=master)](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.
[![baby-gopher](https://raw2.github.com/drnic/babygopher-site/gh-pages/images/babygopher-badge.png)](http://www.babygopher.org)