Guest Jin Posted January 6, 2005 Hey! Is there some way to encrypt a thing thats been inserted in an inputbox? example: Ive done a script that requires a login and password. I want to encrypt the password before its saved in a .txt file, and when i run the script again, it reads from the .txt file and decrypts the password. Is that possible with autolt? Share this post Link to post Share on other sites
buzz44 1 Posted January 6, 2005 (edited) Hey!Is there some way to encrypt a thing thats been inserted in an inputbox?example: Ive done a script that requires a login and password. I want to encrypt the password before its saved in a .txt file, and when i run the script again, it reads from the .txt file and decrypts the password.Is that possible with autolt?<{POST_SNAPBACK}>maybe you could give each letter in the alphabet an assigned number 1-26, when u save the file in swaps the letters with the numbers? and arranges them again, dont know if thats good or not lol, or if itd work, ofcourse that wouldnt work if u had a number in your password edit: forgot theres 26 letters in the alphabet lol Edited January 6, 2005 by burrup qq Share this post Link to post Share on other sites
ezzetabi 3 Posted January 6, 2005 (edited) You probably can.But the main problem is that encrypting will need a password too!Where you'll save this password?You may likehttp://www.autoitscript.com/forum/index.ph...wtopic=2625&hl=http://www.autoitscript.com/forum/index.ph...wtopic=2611&hl= Edited January 6, 2005 by ezzetabi Share this post Link to post Share on other sites
Wolvereness 0 Posted January 6, 2005 Just do this: #include <string.au3> _StringEncrypt() Instructions are in the helpfile (note, must have latest unstable version) Offering any help to anyone (to my capabilities of course)Want to say thanks? Click here! [quote name='Albert Einstein']Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.[/quote][quote name='Wolvereness' date='7:35PM Central, Jan 11, 2005']I'm NEVER wrong, I call it something else[/quote] Share this post Link to post Share on other sites