pub fn prompt_password() -> Result<Zeroizing<String>>Expand description
Get the vault password, trying in order:
ENVVAULT_PASSWORDenv var (CI/CD)- OS keyring (if compiled with
keyring-storefeature) - Interactive prompt
Returns Zeroizing<String> so the password is wiped from memory on drop.