Latch

Privacy

Last updated 1 August 2026.

Latch holds two-factor secrets, so it is worth being exact about what is stored, what never is, and how to get rid of all of it.

What is stored

DataWhyHow
Your email addressIt is your username, and the only way to recognise your account.Plain text.
Your passwordTo sign you in. Salted hash (scrypt). The password itself is never written down.
Your API keyTo authenticate machine requests, and to re-show the key in your vault. A SHA-256 hash for lookup, plus a Fernet-encrypted copy so the vault can display it again.
Your TOTP secretsTo compute your codes. Fernet-encrypted (AES-128-CBC + HMAC-SHA256). The encryption key is held outside the database.
Issuer and labelSo you can tell your entries apart. Plain text — whatever you typed or the QR code contained.
Account creation timeHousekeeping.Timestamp.

What is never stored

Who can see it

Deleting your data

Security notes

Children

Latch is not intended for anyone under 13, and accounts are not knowingly created for them.

Changes

If this page changes materially, the date at the top changes with it.

Contact

Alpha Marketing Group — alphamarketinggroup916@gmail.com.