pub fn passphrase<V>(validate: V) -> Result<Option<Zeroizing<String>>, Error>where V: StringValidator + 'static,