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

This commit is contained in:
Lucas Fernandes Nogueira
2024-04-01 12:43:19 -03:00
committed by GitHub
parent 6703b7cbca
commit 7c334cb185
2 changed files with 6 additions and 1 deletions

View File

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

View File

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