FusionAura Posted November 26, 2008 Posted November 26, 2008 Hi, I was wondering if it is possible to make a cryptor in Autoit....(I've already seen it being done before!), and what are the functions mainly involved in a cryptor for autoit?
FusionAura Posted November 26, 2008 Author Posted November 26, 2008 Forgot to meintion an important factor...(It's a text encryptor, e.g. I put in "Hi I'm Fusion", it encrypts the message to lets say "sflkdsjfl" + you add a password, the other party puts in "sflkdsjfl" + password, and the "Hi I'm Fusion" comes out
Robjong Posted November 26, 2008 Posted November 26, 2008 Hi,check this link:http://www.autoitscript.com/forum/index.php?showtopic=37808
PsaltyDS Posted November 26, 2008 Posted November 26, 2008 Just use the included _StringEncrypt() function (see help file). Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Valuater Posted November 26, 2008 Posted November 26, 2008 Just use the included _StringEncrypt() function (see help file). Also, There is a complete demonstration GUI at the bottom of the page with all the items you asked about8)
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