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.
- Host: GitHub
- URL: https://github.com/sajad-net/pysafe
- Owner: SAJAD-net
- License: gpl-3.0
- Created: 2023-02-21T13:48:00.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T19:24:22.000Z (over 1 year ago)
- Last Synced: 2025-03-17T06:18:49.976Z (over 1 year ago)
- Topics: aes, aes-encryption, aes-file-encryptor, cryptography, encryption-decryption-tool, file-encryption, gui-file-encryptor, python, python3
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


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