Twar3Draconis Posted February 2, 2007 Posted February 2, 2007 Is there a way to encrypt .reg files so that an AutoIt program can still access them and put them in the registry?
Shevilie Posted February 2, 2007 Posted February 2, 2007 Short version yes.... But why ??? Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
Twar3Draconis Posted February 2, 2007 Author Posted February 2, 2007 Making one of my applications portable. It opens and inputs the reg key into the system, and when the app closes AutoIt uses another reg file to remove those keys. Like [-HKCU...]. I would need to encrypt the file that removes the keys so that it cannot be editted by the end user.
CyberSlug Posted February 2, 2007 Posted February 2, 2007 Why don't you just use AutoIt's built-in RegWrite and RegDelete commands??If you have a bunch of keys to manipulate, take a look at http://www.autoitscript.com/forum/index.php?showtopic=7771 to automatically convert the REG file to an AutoIt script Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Twar3Draconis Posted February 2, 2007 Author Posted February 2, 2007 I've got the system working the way I want it too, sans the encryption. I'm using reg files for simplicity.
improbability_paradox Posted February 2, 2007 Posted February 2, 2007 A simple search for +file +encrypt yielded multiple results which may be useful to you. A few links http://www.autoitscript.com/forum/index.ph...l=file++encrypthttp://www.autoitscript.com/forum/index.ph...l=file++encryptI haven't checked any of them out, so I don't know which will best suit your needgood luck
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now