Jump to content

Encrypt in AutoIt and Decrypt in Python


taurus905
 Share

Recommended Posts

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

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 by Musashi

Musashi-C64.png

"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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...