Skip to main content

what it protects against

covered

  • someone with your password still needs your three answers, and wrong answers lock them out.
  • someone with the database has to guess offline, and every guess costs a slow argon2id run.
  • someone who can change the database can't read or forge anything, and rollbacks get caught.
  • someone on the network sees only tls.
  • someone who knows your username can't lock you out. browsers you've used before skip the stranger limit.
  • someone at your unlocked computer has two minutes before it locks.
  • someone tampering with your hosts can't sneak commands onto your machines. the installer only writes safe options.

not covered

  • whoever runs the server could change the page and capture what you type. that's true of every app that encrypts in the browser, which is why tuck is self-hosted.
  • anyone who controls your computer, through malware or a hostile extension.

worth knowing

changing your password or questions keeps the same vault key. an old backup plus your old answers still opens it. if both leaked, export and move to a fresh tuck.

found a hole?

report it privately through a security advisory or chief@dimwit.me.