https://github.com/elamirch/nae
NAE - Data security application for Windows devices
https://github.com/elamirch/nae
encryption security visual-basic-net
Last synced: 5 months ago
JSON representation
NAE - Data security application for Windows devices
- Host: GitHub
- URL: https://github.com/elamirch/nae
- Owner: elamirch
- License: mpl-2.0
- Created: 2024-02-25T15:28:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T16:34:47.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T20:54:19.968Z (10 months ago)
- Topics: encryption, security, visual-basic-net
- Language: Visual Basic .NET
- Homepage:
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##
ATTENTION: THIS PROJECT IS DISCONTINUED
NAE: Data Security Application For Windows
# Features
- Encryption/Decrytion
This application uses AES-256 as the encryption algorithm and encrypted files are given a .msh extention, the former extention is added before the .msh and after a @-@ mark just as this photo:
- Wiping out files/folders
You can use this app to wipe out files with leaving minor trace on the hard drive from that file, this feature is brought to the app using sdelete command-line application.
- Locking folders
The locking mechanism is adding the so called "Magic Code" after the folder's name which turns it's icon into a lock and not openable via the file browser (though it's still accessible via the command line)
- Hiding files/folders/volumes
Hiding files and folders are achieved using the attrib command and hiding volumes and disks are achieved with removing the volumes index letter which removes it from the file browser (while keeping all the data within it intact).
- Making files/volumes write-protected/readonly
The files are made write-protected by setting it's name to AUX, which is a reserved name in Windows (upto 10) and thus you can't delete the file from the browser, this method is NOT useful for Windows 11 as there is no restriction on deleted files with reserved names in Windows 11.
The disks are write protected using Windows internal Diskpart utility.
## Logging
Proper live logging is integrated into the app and you can watch the apps actions as it takes them.
# Why is this app so bad?
I looked like this when I wrote this app in 2015 :), and my primary OS was Windows 10 which I haven't used or programmed on for a couple of years, refining the app heavily takes some time for me which includes the time I need to review my VB.NET knowledge too.
P.S: Me explaining the app to the camera for highschool competition