Crate passepartout

Crate passepartout 

Source
Expand description

🔑 Library for pass

Structs§

PasswordInfo
Stores the ID and metadata of a password file.
PasswordStore
A password store that manages password entries.

Enums§

Error

Functions§

copy_id
Copies the password ID to the system clipboard.
copy_login
Copies the login from a file to the system clipboard, will be cleared after 45 seconds.
copy_otp
Generates a one-time password (OTP) and copies it to the system clipboard.
copy_password
Copies the password from a file to the system clipboard, will be cleared after 45 seconds.
decrypt_password_file
Retrieves the contents of a password file.
generate_otp
Generates and returns a one-time password (OTP).