@@ -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']
)