MISIIM Posted February 25, 2008 Posted February 25, 2008 What algorithm does _StringEncrypt use? Thanks.
BigDod Posted February 25, 2008 Posted February 25, 2008 From the help file_StringEncrypt --------------------------------------------------------------------------------An RC4 based string encryption function. Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
mikiutama Posted February 25, 2008 Posted February 25, 2008 or if you really want to know how it's script looks like... just open string.au3 inside include folder...
PsaltyDS Posted February 25, 2008 Posted February 25, 2008 From the help file: Keeping in mind it's RC4-based, not strictly RC4. This means encrypting with AutoIt on one end and decrypting with a Web site's PHP RC4 script on the other (or vice-versa) won't work. Search for SkinnyWhiteGuy's RC4() function if you need RC4 encryption that is compatible outside of AutoIt space. 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
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