cipherSetting.ts 112 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 /** * @description: */ export const storageCipher = { key: '_12345678901234@', iv: '@12345678901234_', };