simple-crypt icon indicating copy to clipboard operation
simple-crypt copied to clipboard

How can I encrypt a folder?

Open StefanMeier12 opened this issue 7 years ago • 1 comments

Encryption with Python is very interesting. I would like to encrypt and decrypt the EBeispielordner1 folder. It would also be interesting to have several Can encrypt folders in a single slide, e.g.

E/Beispielordner1

E/Beispielordner2

E/Beispielordner3

I would like to start this program from the console without GUI.

How can I customize your code?

Of course there are many encryption programs, but it would be interesting to be able to use a Python encryption program without backdoor.

StefanMeier12 avatar Jul 08 '18 07:07 StefanMeier12

You'll need to scan each folder, passing each file in each folder to the encryptor manually. OR, you could turn those folders into a ZIP or TAR.GZ and encrypt that file.

servusdei2018 avatar Apr 29 '19 16:04 servusdei2018