https://github.com/mwmorale/storingencryptiondata
Welcome! Here, I am working with some very basic encryption. This is a work in progress and, for now, is only compatible with Windows OS. Using a password, a user can easily encrypt their “notes” file after writing. Then, later, decrypt when desired in order to view/edit their notes. This is hiding information in plain sight. Eventually, this project will be merged with my folder locker so that an encrypted file can be stored in a "locked" directory/folder. Avoid personal use for I am releasing the encryption key and/or “cipher solution” in my code. When used, run the file called “RUN_ME.py”.
https://github.com/mwmorale/storingencryptiondata
cipher ciphertext data decryption encryption filesystem graphical gui gui-application notes privacy rotation-encryption secure security-tools user-interface whitehat
Last synced: 5 months ago
JSON representation
Welcome! Here, I am working with some very basic encryption. This is a work in progress and, for now, is only compatible with Windows OS. Using a password, a user can easily encrypt their “notes” file after writing. Then, later, decrypt when desired in order to view/edit their notes. This is hiding information in plain sight. Eventually, this project will be merged with my folder locker so that an encrypted file can be stored in a "locked" directory/folder. Avoid personal use for I am releasing the encryption key and/or “cipher solution” in my code. When used, run the file called “RUN_ME.py”.
- Host: GitHub
- URL: https://github.com/mwmorale/storingencryptiondata
- Owner: mwmorale
- Created: 2021-10-01T01:36:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T12:51:07.000Z (about 2 years ago)
- Last Synced: 2025-02-17T05:42:56.154Z (8 months ago)
- Topics: cipher, ciphertext, data, decryption, encryption, filesystem, graphical, gui, gui-application, notes, privacy, rotation-encryption, secure, security-tools, user-interface, whitehat
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StoringEncryptionData
Welcome!
Here, I am working with some very basic encryption. This is a work in progress and, for now, is only compatible with Windows OS. Using a password, a user can easily encrypt their “notes” file after writing. Then, later, decrypt when desired in order to view/edit their notes. This is hiding information in plain sight. Eventually, this project will be merged with my folder locker so that an encrypted file can be stored in a "locked" directory/folder. Avoid personal use for I am releasing the encryption key and/or “cipher solution” in my code. When used, run the file called “RUN_ME.py”.New Feature(10/4/2022): User(s) utilize a password that individualizes their encryption and therefore privacy.
New Feature(10/9/2022): Fully operable through a GUI and less typing input due to the pre-set GUI "buttons"
New Feature(9/1/2023): DISCOVERED PYTHON "Cryptography" MODULE. I should probably make use of this as my work thus far could be "cracked" by a simple brute force attack