Mobile client offline operation

Is it true that my mobile client does not store a local copy of the passwords?
Without a live connection to the server, I cannot access my password store?

Hello @lukics,
Welcome to the forum :slightly_smiling_face:

For security purpose, encrypted version of your passwords are never persisted. After they are fetched from the API they are decrypted and only kept in RAM for as long as the autofill process takes place. After that, they are cleared as soon as possible.

Please, have a look on our mobile application technical architecture document

Have a great day.

1 Like