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
Please check if there is any problem with the hard-coded key.
backstage/adminGroup/src/utils/crypto.js, line12
Using fixed keys may reduce encryption security because an attacker can guess or predict them. To enhance security, it is recommended to use randomly generated keys and ensure secure storage and transmission of keys.
The text was updated successfully, but these errors were encountered:
Please check if there is any problem with the hard-coded key.
Using fixed keys may reduce encryption security because an attacker can guess or predict them. To enhance security, it is recommended to use randomly generated keys and ensure secure storage and transmission of keys.
The text was updated successfully, but these errors were encountered: