Expand description

Library for invoking pinentry to get password input

Example

use pinentry_rs::pinentry;
use secstr::SecStr;

// Read a password into a `SecStr`
let pw = pinentry().pin("Please enter password:".to_string())?;

Structs

Builder for pinentry execution

Enums

Errors that can occur while interacting with pinentry

Functions

Create a builder for invoking pinentry

Type Definitions