You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: