Library for invoking pinentry to get password input
pinentry
use pinentry_rs::pinentry; use secstr::SecStr; // Read a password into a `SecStr` let pw = pinentry().pin("Please enter password:".to_string())?;