AES加密修改

This commit is contained in:
syruan 2025-07-28 13:52:50 +08:00
parent 5295bcc7c2
commit e8162bdb79
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export const SM_CONFIG = {
}
// AES 配置
export const AES_CONFIG = {
AES_KEY: 'zhgd@bonus@zhgd@bonus@1234567890', // AES key值
AES_KEY: 'Zhgd@Bonu123456', // AES key值
AES_IV: '1234567812345678' // AES 偏移量
}