Skip to content
8bitBoy edited this page Apr 26, 2024 · 1 revision

Usage

-D or --dir is used if we want to encrypt or decrypt all the files present in a perticular directory

python3 secure.py -e -D Documents/

-x or --extensions is used if we want to encrypt or decrypt files with specific file extension.

python3 secure.py -e -D Documents/Coding/ -x txt,py

-o or --output is used to specify a custom directory where we want to save our encrypted or decrypted files.

python3 secure.py -e -D Documents/Coding/ -x txt,py -o /tmp

-r or --remove is used to remove the files after they are either encrypted or decrptred

Clone this wiki locally