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

https://github.com/englishexe/demo_encryptor

In this project you can add TEXT files to \Encrypted Content and they can be encrypted and decrypted.
https://github.com/englishexe/demo_encryptor

Last synced: 11 months ago
JSON representation

In this project you can add TEXT files to \Encrypted Content and they can be encrypted and decrypted.

Awesome Lists containing this project

README

          

Demo_Encryptor


Project Status: 🟢 - Complete


Overview:


In this project you can add TEXT files to \Encrypted Content and they can be encrypted and decrypted.


Langauges:



Python

Tools:



VisualStudioCode

Description:


Using Python, VSCODE and several modules I have made a SIMPLE encryption and decryption project. This is not intended to encrypt any sensitive data.


Developer Docs:


Modules Used:
(Modules with a * are preinstalled and not needed to be installed using pip)
os*
cryptocode
maskpass
time*


How to use:


First of all run encryptmypass.py to change the default password (Default Password: Demo_Password), once completed run Encrypt.py this will ask for a password (the one you changed it to) and encrypt all contents. To decrypt run Decrypt.py and it will ask for a password, once entered it will decrypt.

12/08/23 - V1 - Build 1


By using this you agree that I do not take responsibility for any data loss or errors.