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.