PcExpert Posted April 16, 2006 Posted April 16, 2006 Hello, Is it possible to encrypt a ini? So users won't be able to open or read it?
Thatsgreat2345 Posted April 16, 2006 Posted April 16, 2006 have you tryed using smoke_ns encryptor?http://www.autoitscript.com/forum/index.ph...9442&hl=encrypt
Valuater Posted April 16, 2006 Posted April 16, 2006 like this #include <string.au3> $info = _StringEncrypt(1, "autoit", @ComputerName) IniWrite ( "filename", "section", "key", $info ) 8)
Moderators SmOke_N Posted April 16, 2006 Moderators Posted April 16, 2006 have you tryed using smoke_ns encryptor?http://www.autoitscript.com/forum/index.ph...9442&hl=encryptThat's for you script itself ... but thanks for the push... Valuater has the right idea there. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Thatsgreat2345 Posted April 16, 2006 Posted April 16, 2006 its onyl for scripts? seriously.???? o jesus my bad i just figured it was a UDF for encrypting any text files my bad
Moderators SmOke_N Posted April 16, 2006 Moderators Posted April 16, 2006 its onyl for scripts? seriously.???? o jesus my bad i just figured it was a UDF for encrypting any text files my badNo problem... yeah it's for your scripts only, it's designed to still allow them to run even after being obfuscated, it's not really encryption but obfuscation. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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