Jump to content

Folder Encryption


dantay9
 Share

Recommended Posts

I am in the process of making a folder locker. It is getting late here, almost 12:45, so I am going to post what I have. The code is raw and needs a hardcoded password. The idea should help some people. I will try to finish this tommorrow. To install, you must edit the source of SetContextMenu.au3. The password is hardcoded into the command.au3 as a global variable. Here's the source.

Set Context Menu.au3

IDEA File Encryption.au3

Command.au3

Edited by dantay9
Link to comment
Share on other sites

Since this is a folder encryption program, what do you think about putting the encrypted password into the encrypted folder? Possibly in the root so I only have to unlock one folder to get to the password.

Edit: Now that I think about it, that would be fine because if someone could get into the folder, the password would be of no use so it really wouldn't matter.

Edited by dantay9
Link to comment
Share on other sites

Edit: Now that I think about it, that would be fine because if someone could get into the folder, the password would be of no use so it really wouldn't matter.

Better don't do it... better practice to NEVER save unencrypted passwords... assume someone accesses the folder, okay, this time he's in, but next time if another folder is locked he hasn't any chance to obtain the password easily...
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...