📄️ Python bcrypt
Learn to use Python bcrypt module for hashing a plain text password into encrypted String
📄️ Python hashlib
Learn to calculate the Hash of a file in Python, with examples. It is also called the file checksum or digest.
📄️ Python Httplib2
Python httplib2 module provides methods for accessing Web resources via HTTP GET and POST requests, authentication, caching, redirects, and compression.
📄️ Python JSON
Learn to read a JSON file in Python with the help of json.load() method which reads the data into a Python object.