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

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.

Awesome Lists containing this project

README

        

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/danstarns/project.md) [![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](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 !