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.
- Host: GitHub
- URL: https://github.com/englishexe/demo_encryptor
- Owner: Englishexe
- Created: 2023-08-12T21:18:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T21:30:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-06T19:44:28.436Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
Tools:
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.