Summary
One of the objectives of this chapter was to learn about the pycryptodome
and cryptography
modules, which allow us to encrypt and decrypt information with the AES and DES algorithms. We also analyzed some tools that allow us to apply code obfuscation in Python.
Everything learned throughout this chapter can be useful for developers in terms of having alternatives when we need to use a module that makes it easier for us to apply cryptographic and steganographic techniques to our applications.
To conclude this book, I would like to emphasize that you should learn more about the topics you consider most important. Each chapter covered the fundamental ideas. With this starting point, you can use the Further reading section to find resources for more information.