Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gaussalgo/gauss-hash
Gauss Algorithmic Hash Module
https://github.com/gaussalgo/gauss-hash
Last synced: 13 days ago
JSON representation
Gauss Algorithmic Hash Module
- Host: GitHub
- URL: https://github.com/gaussalgo/gauss-hash
- Owner: gaussalgo
- License: apache-2.0
- Created: 2018-08-01T15:03:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T15:13:00.000Z (over 6 years ago)
- Last Synced: 2024-11-08T12:34:35.492Z (2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Gauss Algorithmic Hash Module
=============================Installation
------------.. code-block:: sh
pip install git+https://github.com/gaussalgo/gauss-hash.git
Python usage
------------.. code-block:: python
from gauss_hash import GuassHashSha256
gh = GuassHashSha256(salt='salt')
print(gh.get_hash('text'))Commandline usage
-----------------.. code-block:: sh
echo 'Krystof Harant z Polzic a Bezdruzic' | gauss-hash --salt 'my_best_salt' --mode dummy
70196dd57853b2c397e3d35ac4943c4b09002a0b9b835b5f43ceadbfdb30b51e