Expand description
🔑 Library for pass
Structs§
- Password
Info - Stores the ID and metadata of a password file.
- Password
Store - A password store that manages password entries.
Enums§
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).