Hi, We use the AES.ecrypt and AES.decrypt functions to encrypt and decrypt secrets within our application. The encryption function works as expected; however, there are instances where the AES.decrypt function outputs incorrect text, despite no changes being made to the encrypted text or the password.
Has anyone else encountered this issue?
This is how we are using the AES encrypt and decrypt functions.
Hi, We use the
AES.ecrypt
andAES.decrypt
functions to encrypt and decrypt secrets within our application. The encryption function works as expected; however, there are instances where the AES.decrypt function outputs incorrect text, despite no changes being made to the encrypted text or the password.Has anyone else encountered this issue?
This is how we are using the AES encrypt and decrypt functions.