|
|
|
|
|
by dmerej
2591 days ago
|
|
Hi, other Tanker dev here. In the browser, we use IndexedDB (via dexie). Keys are encrypted using a secret that has to be provided when starting a Tanker session. On mobile we use an SQLCipher DB encrypted with the same secret. |
|