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