mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
feat(isolation): make encrypt key unextractable (#9327)
This commit is contained in:
committed by
GitHub
parent
6703b7cbca
commit
7c334cb185
5
.changes/isolation-pattern-key-extractable.md
Normal file
5
.changes/isolation-pattern-key-extractable.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri-utils": patch:enhance
|
||||
---
|
||||
|
||||
Make the isolation pattern encrypt key unextractable.
|
||||
@@ -29,7 +29,7 @@
|
||||
'raw',
|
||||
aesGcmKeyRaw,
|
||||
'AES-GCM',
|
||||
true,
|
||||
false,
|
||||
['encrypt']
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user