Replies: 4 comments 4 replies
-
|
Hi @azukhatri, Thanks for your question! AliasVault stores all data fully encrypted on the server. When you unlock your vault with your master password (or biometrics/PIN), the vault is decrypted in memory only on your local device. It is never persisted to disk in an unencrypted form. For AliasVault to function (for example autofill and credential access), the decrypted data does temporarily exist in the local device's app’s memory while the vault is unlocked. This is normal behavior for password managers, since the application needs access to the decrypted data to operate. However, AliasVault gives you control over how long the vault remains unlocked and how long decrypted data stays in memory. By default, the auto-lock timeout is set to 1 hour, but you can configure it to much shorter periods, such as 15 seconds, so decrypted contents are dropped from memory more quickly. You can read more about AliasVault’s security architecture and threat model here: |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for prompt response, I understand that behavior, However, is it possible to keep the data encrypted (password and additional fields which are hidden in encrypted form and as and when required it will be decrypted on time to fill the login forms and again in split second those sensitive data can be scrambled or encrypted back again even vault is open in memory? |
Beta Was this translation helpful? Give feedback.
-
|
It is possible to reduce the lifetime of decrypted values, but there is an important limit: if the app can autofill or display a password, that password must exist in decrypted form somewhere at that moment. The useful design is usually not “the whole vault is always plaintext while unlocked” vs “nothing is ever plaintext”. A middle ground is better: That can reduce exposure, especially for hidden fields like passwords, notes, recovery codes, and TOTP seeds. But there are caveats:
So I would treat this as defense-in-depth, not a complete protection against a compromised local device. A practical policy could be:
That would improve memory hygiene without promising something a password manager cannot realistically guarantee once the local device is already compromised. |
Beta Was this translation helpful? Give feedback.
-
|
ok so basically all the memory data gone once vault is locked (not logout) right? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all, if you know how it handles the memory then it will be useful as many Password Managers are keeping data in memory in plain text which are security issues, does any one know how AliasVault handles memory? Thanks
Beta Was this translation helpful? Give feedback.
All reactions