Browse Source

feat(isolation): make encrypt key unextractable (#9327)

Lucas Fernandes Nogueira 1 year ago
parent
commit
7c334cb185

+ 5 - 0
.changes/isolation-pattern-key-extractable.md

@@ -0,0 +1,5 @@
+---
+"tauri-utils": patch:enhance
+---
+
+Make the isolation pattern encrypt key unextractable.

+ 1 - 1
core/tauri-utils/src/pattern/isolation.js

@@ -29,7 +29,7 @@
     'raw',
     aesGcmKeyRaw,
     'AES-GCM',
-    true,
+    false,
     ['encrypt']
   )