back to index

skeet

password manager · created by sean

i didn't want my logins living on someone else's server, so i wrote my own that doesn't. the whole vault stays on your pc and makes no requests to the internet.

encrypted with your master password, then locked to the machine it's sitting on.

why

cloud managers keep your vault on their servers. i'd rather not.

every big manager syncs your vault to a datacenter somewhere. one breach and it's out. skeet keeps everything local, encrypts it with a key only your master password makes, and ties the file to this specific pc, so a copy of it is useless anywhere else.

security

what happens if a stealer grabs the file

info-stealers copy your saved-password files in one pass and crack them later. i built skeet so that doesn't get them anywhere.

two locks at rest

the vault is encrypted with AES-256-GCM (key from your master password via PBKDF2), then wrapped again in windows DPAPI. you'd have to break both to read a single login.

a copied file is dead

because of the DPAPI layer the vault won't decrypt on any other machine, even if they later crack or keylog your master password. that's the whole "steal now, crack later" plan gone.

nothing's stored in the browser

the extension holds no passwords. they only cross the local bridge when you ask for a fill, and only while the vault's unlocked. browser-password stealers find nothing.

loopback-only bridge

autofill runs on 127.0.0.1 behind a per-browser token. send that token to some server and it's useless. nothing off your machine can reach it.

no network, no account

your master password never leaves the pc and never hits disk. by default skeet makes no internet requests at all.

your call

site icons are opt-in (off = fully offline). auto-lock, clipboard timeout and startup are yours to set, and you can export an encrypted backup whenever.

demo

see it in action

0:00 / 0:00
a look inside

screenshots

skeet main vault view
the vault  logins, per-site filtering, live 2fa and strength metering.
skeet unlock screen
on launch  master password unlocks it.
skeet password generator
generator  passwords or passphrases.
skeet settings
settings  auto-lock, clipboard wipe, offline site icons, browser pairing, backup & import.
changelog

what's new

download skeet latest · v1.3.3
v1.3.3 2026-07-19
  • fixed firefox pairing always failing
v1.3.1 2026-07-16
  • fixed launch on startup
v1.3.0 2026-07-15
  • added vault auto safe, select a folder where you would want it autosaved to. it deletes the old version and instantly recreates a new vault
  • fixed sign-up autofill on sites bugging out
v1.2.0 2026-07-14
  • new lucid theme: a whole second look you can switch to in settings
  • a couple of fixes
  • lucid theme spreads across the extension aswell
v1.0.0 2026-07-13
  • 2fa badge now tells you why it cannot fill instead of just not showing up
  • badge retries on its own, so it comes back the moment you unlock or re-pair
  • fixed the bridge swallowing errors, locked and not paired now report properly