It sounds like a cool concept, but I can’t see anyone migrating to this service since there is no logical way to import your current passwords.
Am I missing something?
It sounds like a cool concept, but I can’t see anyone migrating to this service since there is no logical way to import your current passwords.
Am I missing something?
There is no database and nothing is stored. It’s basically a random password generator and your name, secret and domain is the seed. That’s it.
In practice, it’s a database that is regenerated on the fly. In a traditional database, it’s an encrypted file full of passwords. In the case of spectre it’s a key derivation function that regenerates the same password each time. From the perspective of a user or attacker, there is no real difference except maybe the resources used to regenerate the password.