DoraCMS icon indicating copy to clipboard operation
DoraCMS copied to clipboard

Usage of Fixed Key

Open tianjk99 opened this issue 1 year ago • 0 comments

Please check if there is any problem with the hard-coded key.

  1. 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.

tianjk99 avatar Dec 14 '23 08:12 tianjk99