News

bcrypt Hashing Module in Python bcrypt is a modern password hashing library designed to be slow, making brute-force attacks more difficult. It’s widely used for securely hashing passwords, and its ...
I created this module because using the standard technique of using an archive_file data source has a few shortcomings: This doesn't allow processing a requirements file. Each apply results in a diff ...
This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!