I have a project which allows me to change a password in an ini file. The password is encrypted using AES256 as the algorithm, and then the encrypted password is put into the ini file. When we used Blowfish encryption, this worked fine. When we use AES256, there is a carriage return inserted into the encrypted password that is put into the ini file, which causes actions that retrieve the password (and decrypt it) to fail. If I manually remove the carriage return, uniting the two halves of the password, the processes work fine.
This is definitely a bug, we will look into it.
1 Like
This build has the fix
https://downloads.finalbuilder.com/downloads/automise/550/AT550_1715.exe
https://downloads.finalbuilder.com/downloads/automise/550/ATCMD550_1715.exe
https://downloads.finalbuilder.com/downloads/automise/550/AutomiseRunner550_1715.exe
FWIW, the problem was the base64 encoding defaulting to mime format (inserts linebreaks).
1 Like