https://github.com/felott/dmep
A simple program coded in C# to en- and decrypt files into .dmef files using a password.
https://github.com/felott/dmep
Last synced: 2 months ago
JSON representation
A simple program coded in C# to en- and decrypt files into .dmef files using a password.
- Host: GitHub
- URL: https://github.com/felott/dmep
- Owner: FelOtt
- License: mit
- Created: 2024-05-23T10:19:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-24T09:36:50.000Z (about 1 year ago)
- Last Synced: 2024-05-27T11:47:19.163Z (about 1 year ago)
- Language: C#
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DMep
## Description
A simple program coded in C# to en- and decrypt files into .dmef files using a password.
It uses AES for en- and decryption. The filename will stay, but the type (.txt e.g.) will disappear for more security.## !!Disclaimer!!
Parts of the code were coded with ChatGPT. Be careful using this code, as I can't promise you wont get DMCA striked.