pub fn readpassphrase(prompt: &CStr, flags: RppFlags) -> Result<String, Error>Expand description
Reads a passphrase using readpassphrase(3), returning it as a String.
Internally uses a buffer of PASSWORD_LEN bytes, allowing for passwords
up to PASSWORD_LEN - 1 characters (including the null terminator.)