An open API service indexing awesome lists of open source software.

https://github.com/sajad-net/pysafe

Encrypting files with AES algorithm.
https://github.com/sajad-net/pysafe

aes aes-encryption aes-file-encryptor cryptography encryption-decryption-tool file-encryption gui-file-encryptor python python3

Last synced: 10 months ago
JSON representation

Encrypting files with AES algorithm.

Awesome Lists containing this project

README

          

# Pysafe 🔥
âš¡ Encrypting files with AES algorithm.

## Installing dependencies:
pip install -r requirements.txt

## How to use Pysafe (CLI):
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.
## GUI Preview
![pysafe_com](https://github.com/SAJAD-net/Pysafe/assets/71703544/a78cdb20-874c-47aa-b33b-90f5efa277e9)

![pysafe_proc](https://github.com/SAJAD-net/Pysafe/assets/71703544/43e7c352-9ab2-4c0d-ab96-70e08ab6c417)

## TODO
- [ ] A better and more productive UI