In this video I'm showing you a recursive encryption script I made.
Download files and read article:
https://codeonby.com/2020/01/04/recur...
Programmed for Python 3:
https://python.org
Requires pyAesCrypt for Encryption:
python -m pip install pyaescrypt