Further reading
In the following links, you can find more information about the aforementioned tools and the official Python documentation for some of the modules referenced:
- Pycryptodome documentation: (https://pycryptodome.readthedocs.io)
- Encrypt data with AES: (https://pycryptodome.readthedocs.io/en/latest/src/examples.html#encrypt-data-with-aes)
- PyCrypto (https://www.dlitz.net/software/pycrypto/): This is a library that allows users to encrypt and decrypt data.
- Simple-crypt (https://pypi.org/project/simple-crypt/): This is a library that allows users to encrypt and decrypt data, delegating all the hard work to the PyCrypto library.
- Bcrypt (https://pypi.org/project/bcrypt/): Bcrypt is a library that allows users to generate password hashes.
- Matroschka (https://github.com/qbektrix/Matroschka): Matroschka is a tool developed in Python that runs from the command line and allows you to hide text in images and encrypt files using the LSB technique.
- LSB...