Harness the power of signify(1) to sign arbitrary git objects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add prompt

+1 -1
+1 -1
src/main.rs
··· 94 94 }; 95 95 96 96 if secret_key.is_encrypted() { 97 - let passphrase = rpassword::read_password() 97 + let passphrase = rpassword::prompt_password("key passphrase: ") 98 98 .map(Zeroizing::new) 99 99 .context("Failed to read secret key password")?; 100 100