Description
Passwords can be derived from a master secret and site information without storing a vault. It is useful for users who want a stateless password-manager model where the same inputs recreate the same password.
Stateless password managers make the master secret and generation rules extremely important. Losing or changing inputs can lock you out, and weak master secrets can compromise every derived password.