⚡ Encrypting files with AES algorithm.
pip install -r requirements.txt
usage: pysafe.py [-h] [-p PATH] [-s SALT_SIZE] [-e] [-d]
PySafe File Encryptor
options:
-h, --help show this help message and exit
-p PATH, --path PATH Path to encrypt/decrypt
-s SALT_SIZE, --salt-size SALT_SIZE
If this is set, a new salt with the passed size is
generated
-e, --encrypt Whether to encrypt the path, only -e or -d can be
specified.
-d, --decrypt Whether to decrypt the path, only -e or -d can be
specified.
- A better and more productive UI