Further reading
You can use the following links to find more information about the mentioned tools, as well as links to the official Python documentation for some of the modules referenced:
- Cryptography documentation: https://cryptography.io/en/latest.
- PyCryptodome documentation: https://pycryptodome.readthedocs.io/en/latest.
- bcrypt: https://pypi.org/project/bcrypt. This is a library that allows users to generate password hashes.
- secrets: https://docs.python.org/3/library/secrets.html#module-secrets. This is used to generate cryptographically strong random numbers that are suitable for managing data, such as passwords and security tokens.
- The hashlib module: https://docs.python.org/3.10/library/hashlib.html.
- hash-identifier: https://github.com/blackploit/hash-identifier. This is a Python tool for identifying the different types of hashes used to encrypt data.
Join our community on Discord
Join our community’s Discord space...