From c15a51456a003158f8f945f1097ed504acdb8790 Mon Sep 17 00:00:00 2001 From: Ronald <ron2tele@gmail.com> Date: Thu, 7 Sep 2017 17:46:43 +0100 Subject: [PATCH] Added HashLib4Python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 871d9b4..64cbd62 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [cryptography](https://cryptography.io/en/latest/) - A package designed to expose cryptographic primitives and recipes to Python developers. * [hashids](https://github.com/davidaurelio/hashids-python) - Implementation of [hashids](http://hashids.org) in Python. +* [HashLib4Python](https://github.com/ron4fun/HashLib4Python-CPPWrapper) - HashLib4Python is a cython wrapper around [HashLib4CPP](https://www.github.com/ron4fun/HashLib4CPP) library that provides an easy to use interface for computing hashes and checksums of strings, files and bytearrays. * [Paramiko](http://www.paramiko.org/) - A Python (2.6+, 3.3+) implementation of the SSHv2 protocol, providing both client and server functionality. * [Passlib](https://pythonhosted.org/passlib/) - Secure password storage/hashing library, very high level. * [PyNacl](https://github.com/pyca/pynacl) - Python binding to the Networking and Cryptography (NaCl) library. -- GitLab