mirror of
https://github.com/fumiama/paper-manager.git
synced 2026-06-04 23:40:24 +08:00
fix aes
This commit is contained in:
@@ -5,8 +5,8 @@ export const DEFAULT_CACHE_TIME = 60 * 60 * 24 * 7
|
||||
|
||||
// aes encryption key
|
||||
export const cacheCipher = {
|
||||
key: 'xyY$#$%^&&56^$&Y&YR^fiu|\\{pop{Poi<:6%@#$^CJ&^^gHU',
|
||||
iv: 'knG^&e43w@65&90i90*YH-0+{K][;]\\}|kIOUGftyDTRFuy',
|
||||
key: '_10101010110101@',
|
||||
iv: '@01001010110010_',
|
||||
}
|
||||
|
||||
// Whether the system cache is encrypted using aes
|
||||
|
||||
Reference in New Issue
Block a user