Code Monkey home page Code Monkey logo

file_encryptor's Introduction

AES-256 Encryption Software in Python

Encryption Software that encrypt any type of file on your computer with a password or a keyfile.
Works on any OS.

Get started

Encrypt file

You have to select a file to encrypt.
For the encryption, you have two choices:
  • Create a password
  • Select a key file containing a 256 bits key to be compatible with AES-256. This key can be auto-generated using the button "Generate Key"
After, you can choose to delete the plain file before encrypting it.

Decrypt file

Same choices as Encrypt Mode.
Enter the password or browse to the keyfile you used to encrypt the file,
select the encrypted file and decrypt it.

App Preview

Encrypt mode

image

Decrypt mode

image

Compilation to binary

You can compile this script if you want, using pyinstaller.
Download the repository and open a terminal in it.

Create a virtual environment with the following command and activate it:

python3 -m venv .env

On windows (Powershell):

.\.env\Scripts\Activate.ps1

On linux (bash):

source .env/bin/activate

Install depending libraries:

pip install -r requirements.txt
pip install pyinstaller

Compile the python script in one executable file using pyinstaller:

pyinstaller.exe -F main.py --noconsole --icon=app.ico

You can exit of the virtual environment with deactivate.
You should see the binary compiled in the dist folder.

file_encryptor's People

Contributors

damien-grau avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.