Skip to content

Commit ae6e72c

Browse files
committed
enable encryption
1 parent 19fcabd commit ae6e72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/lib/storageHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// storageHelper.ts
22
/* Toggle Base64 encoding/decoding (simple “encryption”) */
3-
const ENCRYPTION = false
3+
const ENCRYPTION = true
44

55
type SecureStorageAPI = {
66
setItem: (key: string, value: string) => void

0 commit comments

Comments
 (0)