이 웹사이트는 한국어도 지원합니다. 한국어 웹사이트로 이동할까요?

Security

LocalKeys is designed with security as the top priority. This page explains how your secrets are protected.

Encryption

Encryption at Rest

Your secrets are encrypted using:

Key Derivation

Your master password is never stored. Instead, it is used to derive an encryption key:

Master Password
      ↓
PBKDF2-SHA256
      ↓
Encryption Key (256-bit)

PBKDF2-SHA256 parameters:

Vault File

Component Encrypted
Secret keys Encrypted
Secret values Encrypted
Project names Encrypted
Access logs Encrypted
Metadata Encrypted
Salt No (required for decryption)

Best Practices

Master Password

General Security

Warning

If you suspect your vault has been compromised, change all your secrets immediately and delete the existing vault folder (~/.localkeys) before creating a new vault with a new master password.

Threat Model

LocalKeys protects against:

LocalKeys does NOT protect against: