Pure python implementation of the ARGON2 password hash
Project description
argon2pure
==========
Pure Python implementation of Argon2_.
If you can, use the argon2_cffi_ or pyargon2_ bindings instead.
TODO
~~~~
- Optimize.
- Use multiple threads.
- Cover corner-cases in tests.
.. _argon2: https://password-hashing.net/#argon2
.. _pyargon2: https://pypi.python.org/pypi/argon2
.. _argon2_cffi: https://pypi.python.org/pypi/argon2_cffi
argon2pure Changelog
====================
1 (2016-01-21)
--------------
- Initial release.
==========
Pure Python implementation of Argon2_.
If you can, use the argon2_cffi_ or pyargon2_ bindings instead.
TODO
~~~~
- Optimize.
- Use multiple threads.
- Cover corner-cases in tests.
.. _argon2: https://password-hashing.net/#argon2
.. _pyargon2: https://pypi.python.org/pypi/argon2
.. _argon2_cffi: https://pypi.python.org/pypi/argon2_cffi
argon2pure Changelog
====================
1 (2016-01-21)
--------------
- Initial release.