Deltron0 Posted August 12, 2012 Posted August 12, 2012 http://www.autoitscript.com/autoit3/docs/libfunctions/_StringEncrypt.htmCan anyone elobarate on exactly what the 4th argument "$i_EncryptLevel" controls? Obviously the higher it is the more complex the encryption, however I'm curious about what is done differently and which algorithm is being used. What is the "break-ability" when setting the level to 1 vs setting it to 2 or 3?
AdmiralAlkex Posted August 12, 2012 Posted August 12, 2012 Why not open String.au3 and look? (if you're in SciTE, Tools > Open Include or ALT+I) Or go directly to the function with CTRL+J. $i_EncryptLevel controls how many times the encryption is applied basically. For $i_EncryptCountF = 0 To $i_EncryptLevel Step 1 .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
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