Puck Toolbox Logo
Puck Toolbox
Derived Password Generator
Serves as the root key for all derived passwords — keep it secret. It is never sent to any server; all computation happens locally on your device.

Identifies the purpose of each derived password — for example, a service name like email or github. You can also keep it private to use as a second secret for extra security.

Derives a deterministic password from a master password and an identifier using the HKDF algorithm, entirely on your device. The same inputs always produce the same password, so you can reconstruct it anytime without storing it.

Derived Password Generator - Puck Toolbox