Skip to content

Commit 7c334cb

Browse files
authored
feat(isolation): make encrypt key unextractable (#9327)
1 parent 6703b7c commit 7c334cb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri-utils": patch:enhance
3+
---
4+
5+
Make the isolation pattern encrypt key unextractable.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'raw',
3030
aesGcmKeyRaw,
3131
'AES-GCM',
32-
true,
32+
false,
3333
['encrypt']
3434
)
3535

0 commit comments

Comments
 (0)