enhance(e2ee): store encrypted password in keychain on mobile

This commit is contained in:
Tienson Qin
2025-11-11 21:14:35 +08:00
parent 6ed01dfb93
commit 4593ab3d77
13 changed files with 183 additions and 72 deletions

View File

@@ -1,4 +1,8 @@
[
{
"pkg": "@aparajita/capacitor-secure-storage",
"classpath": "com.aparajita.capacitor.securestorage.SecureStorage"
},
{
"pkg": "@capacitor-community/safe-area",
"classpath": "com.getcapacitor.community.safearea.SafeAreaPlugin"