Ready to Start Your Career?

By: Praveen Manohar
February 17, 2018
Cryptographic and Testing Frameworks for Python Developers

By: Praveen Manohar
February 17, 2018

- Cryptography : A package designed to expose cryptographic primitives and recipes to Python developers. It has both top-level recipes and low-level interfaces to some common crypto algorithm's.
- Hashids : A python port of implement hash algorithm, its original link here.
- Passlib : It is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes.
- Nose : nose extends unittest to make testing easier.
- Robot Framework : It is an automation framework for python testing and it has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach
- Splinter : It GUI base python Testing Framework, which is useful to test web applications with a simple for find elements, form actions, and others browser actions.