What’s up guys!
Today I decided to make a recursive encryption script for Python 3.
I had a previous post and video that touched on this same functionality.
This time, however, I decided to expand on its methods and basically make an all-in-one stop for encryption / decryption.
So its something I wanted to make for my own use and figured I might as well share it with you guys. 🙂
Beware though: recursion can be dangerous if used without knowledge. You could end up encrypting your entire system. Also this script will automatically delete the old files after encryption / decryption.
Download link is at the bottom of the post!
Script Requirements
I won’t go into any details regarding the code since I’ve already made a blog post and video going into detail for this exact code.
Anyway, you will need to install pyAesCrypt. This is easiest using pip:
Recent Comments