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?

  • Esca
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.

    • dudeami0@lemmy.dudeami.win
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      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.