Skip to content
/ NAE Public

NAE - Data security application for Windows devices

License

Notifications You must be signed in to change notification settings

elamirch/NAE

Repository files navigation

ATTENTION: THIS PROJECT IS DISCONTINUED

NAE logo

NAE: Data Security Application For Windows

Features

  1. Encryption/Decrytion
  2. 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:


    encrypted-file
  3. Wiping out files/folders
  4. 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.

  5. Locking folders
  6. 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)


    locked-file
  7. Hiding files/folders/volumes
  8. 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).

  9. Making files/volumes write-protected/readonly
  10. 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