Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 929 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 929 Bytes

zeroone_hash (python) v1.3.1

Python module for ZeroOne's Neoscrypt hashing.

Install

Python 2.7+ or 3.5+ is required as well as a gcc.

$ sudo python setup.py install

Dependencies

$ sudo apt-get install python-dev   # for python2.x installs
$ sudo apt-get install python3-dev  # for python3.x installs

See [1].

Test

After installation, test hash.

$ python test.py

Credits

[1][https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory]