Jump to content
Enpass Discussion Forum

Where are my passwords


Romain

Recommended Posts

Hi Enpass Team,

as you claim everywhere that Enpass is based on SQLCipher, an opensource technology, I decided to look by myself (not that I don't trust you, but i'm curious ;)).

So, I installed sqlcipher and opened the database. It was easy to find the right parameters to decrypt the DB:

PRAGMA cipher_default_kdf_iter = 24000;
PRAGMA kdf_iter = 24000;
PRAGMA key = '<PASSPHRASE>';

But now, I can't find where are the passwords. I would have thought they would be in the Cards table in the Data field, but it's obviously not, as (almost) all my Data fields have the same value. The passwords does not seem to be in the other tables. So, where are they?

I surely missed something. Could you enlighten me?

Thx!

  • Like 1
Link to comment
Share on other sites

  • 2 months later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...