Jump to content

[SOLVED] AES encryption / decryption


seesoe
 Share

Recommended Posts

hello autoit forum!

i am trying to figure out how to do AES encryption and decryption in autoit? i have seen it done in php, js, python...

i found a js version in the html source of this site

any help would be greatly appreciated!

thanks

seesoe

Edited by seesoe
Link to comment
Share on other sites

Have a look to the Crypt-UDF :x

;_Crypt_Startup

;_Crypt_Shutdown

;_Crypt_DeriveKey

;_Crypt_DestroyKey

;_Crypt_EncryptData

;_Crypt_DecryptData

;_Crypt_HashData

;_Crypt_HashFile

;_Crypt_EncryptFile

;_Crypt_DecryptFile

Global Const $CALG_MD2 = 0x00008001

Global Const $CALG_MD4 = 0x00008002

Global Const $CALG_MD5 = 0x00008003

Global Const $CALG_SHA1 = 0x00008004

Global Const $CALG_3DES = 0x00006603

Global Const $CALG_AES_128 = 0x0000660e

Global Const $CALG_AES_192 = 0x0000660f

Global Const $CALG_AES_256 = 0x00006610

Global Const $CALG_DES = 0x00006601

Global Const $CALG_RC2 = 0x00006602

Global Const $CALG_RC4 = 0x00006801

Global Const $CALG_USERKEY = 0

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Link to comment
Share on other sites

so stupid lol, i searched aec encryption:S didn't find anything

edit

oops:D i know i searched aec not aes! it is really late im off to bed, will dive into it tomorrow when i wake up

thank you both!

ps the is for a project im working on to access the epoc emotiv headset through autoit

Edited by seesoe
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...