Page 1 of 1

CryptAES not working (thqby)

Posted: 29 Oct 2023, 07:06
by Tvlao
How to get CryptAES to work? Nothing works.

Code: Select all

str := "test"

; encrypt
size := CryptAES(str, 8, "password", true)
MsgBox size
Prints: Error: Filed

This is the version of AHK_H v2 thqby - https://github.com/thqby/AutoHotkey_H#how-to-compile

Re: CryptAES not working (thqby)

Posted: 31 Oct 2023, 07:47
by thqby
Has been fixed, and redownload.