We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fcabd commit ae6e72cCopy full SHA for ae6e72c
src/frontend/lib/storageHelper.ts
@@ -1,6 +1,6 @@
1
// storageHelper.ts
2
/* Toggle Base64 encoding/decoding (simple “encryption”) */
3
-const ENCRYPTION = false
+const ENCRYPTION = true
4
5
type SecureStorageAPI = {
6
setItem: (key: string, value: string) => void
0 commit comments