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
AES-128-ECB is considered very unsafe and as "never to be used" for encryption for years.
The easiest fix is probably just to use AES-128-CBC instead. Of course, client (using the platform api) must be updated as well.
The text was updated successfully, but these errors were encountered:
AES-128-ECB
is considered very unsafe and as "never to be used" for encryption for years.The easiest fix is probably just to use AES-128-CBC instead. Of course, client (using the platform api) must be updated as well.
The text was updated successfully, but these errors were encountered: