taurus905 Posted September 30, 2023 Share Posted September 30, 2023 Hello All, I've spent all morning trying to see if I could encrypt some text in AutoIt and decrypt that text in Python. The ultimate goal is to ensure that both the encryption and decryption scripts are using compatible algorithms, modes, and parameters. Any tips on what I need to study would be greatly appreciated. Thank you. taurus905 "Never mistake kindness for weakness."-- Author Unknown --"The highest point to which a weak but experienced mind can rise is detecting the weakness of better men."-- Georg Lichtenberg --Simple Obfuscator (Beta not needed.), Random names for Vars and Funcs Link to comment Share on other sites More sharing options...
Musashi Posted September 30, 2023 Share Posted September 30, 2023 (edited) 1 hour ago, taurus905 said: Any tips on what I need to study would be greatly appreciated. Here is a link to an older post regarding AutoIt and Python encryption. However, I would like to explicitly point out that this method is in the meantime no longer considered to be absolutely secure. https://stackoverflow.com/questions/20510975/autoit-to-python-encrypt-decrypt Edited September 30, 2023 by Musashi taurus905 1 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Link to comment Share on other sites More sharing options...
taurus905 Posted September 30, 2023 Author Share Posted September 30, 2023 46 minutes ago, Musashi said: Here is a link to an older post regarding AutoIt and Python encryption. However, I would like to explicitly point out that this method is in the meantime no longer considered to be absolutely secure. https://stackoverflow.com/questions/20510975/autoit-to-python-encrypt-decrypt That's great, Musashi. Thank you for the tip. I did have clues that it was a padding issue, but didn't spend enough time to resolve it. "AutoIT by default uses 0x00 for padding and python uses 0x20" Now I know where to concentrate my efforts. taurus905 "Never mistake kindness for weakness."-- Author Unknown --"The highest point to which a weak but experienced mind can rise is detecting the weakness of better men."-- Georg Lichtenberg --Simple Obfuscator (Beta not needed.), Random names for Vars and Funcs Link to comment Share on other sites More sharing options...
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