https://github.com/jorgermduarte/file-encryptor
Encrypt and Decrypt files with file-encryptor.
https://github.com/jorgermduarte/file-encryptor
algorithm encrypt encryption encryption-algorithms encryption-decryption fernet fernet-encryption fernet-key password password-manager password-store passwords private-key python python3
Last synced: 4 months ago
JSON representation
Encrypt and Decrypt files with file-encryptor.
- Host: GitHub
- URL: https://github.com/jorgermduarte/file-encryptor
- Owner: jorgermduarte
- License: mit
- Created: 2021-11-18T09:27:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T10:00:14.000Z (over 3 years ago)
- Last Synced: 2025-03-02T10:46:58.498Z (4 months ago)
- Topics: algorithm, encrypt, encryption, encryption-algorithms, encryption-decryption, fernet, fernet-encryption, fernet-key, password, password-manager, password-store, passwords, private-key, python, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/danstarns/project.md) [](https://github.com/danstarns/project.md/issues)
# file-encryptor
A example project for encrypt and decrypt files.# Tech Stack
- Python# Contributing
All contribution's welcome 🍺 Make a PR or issue & let's take it from there.# Features
- Encrypt file
- Decrypt file
- Generate Encryption key# Project Dependencies
- cryptography# Build
The project can be built creating a .exe file based on the program.py using pyinstaller.
If you want to test it out fell free for it !