https://github.com/xyproto/symbolhash
Given a string, returns a unicode hash of the desired length
https://github.com/xyproto/symbolhash
admin-dashboard-component hash visual-representation
Last synced: about 1 month ago
JSON representation
Given a string, returns a unicode hash of the desired length
- Host: GitHub
- URL: https://github.com/xyproto/symbolhash
- Owner: xyproto
- License: mit
- Created: 2013-06-27T10:57:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T10:57:03.000Z (about 6 years ago)
- Last Synced: 2025-03-29T03:03:01.218Z (2 months ago)
- Topics: admin-dashboard-component, hash, visual-representation
- Language: Go
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
symbolhash
==========[](https://travis-ci.org/xyproto/symbolhash)
[](http://godoc.org/github.com/xyproto/symbolhash)Online API Documentation
------------------------[godoc.org](http://godoc.org/github.com/xyproto/symbolhash)
Features and limitations
------------------------Given a string, returns a unicode hash of the desired length.
The entropy is reflected by how much repetition there is in the resulting hash.
One possible use, if you administer a user database or is creating a web application admin dashboard, is to visually examine how similar password hashes are without viewing the actual password hashes.
Example
-------Example input and output:
```"Several different words lalalalala"```, ```16``` -> ```♥☻☘⇧❤❄תּ☂☢♞✂♻⚡▷☮♥```
```"hi"```, ```16``` -> ```☭☢☭☢☭☢☭☢☭☢☭☢☭☢☭☢```
General info
------------* Alexander F. Rødseth <[email protected]>
* License: MIT
* Version: 1.0.0