Crate keychain_parser
source ·Expand description
Parses the output of the dump-keychain
command
of security(1)
on MacOS.
Structs§
- Key for an attribute.
- Entry in a keychain list.
- Collection of keychain entries.
- Parse the dump for a keychain.
Enums§
- The name of an attribute.
- Enumeration of attribute types.
- Represents the class of keychain entry.
- Error type for the keychain access module.
- Value of an attribute.
Functions§
- Parse a plist and extract the value for a secure note.
- Replace escaped octal sequences such as
\012
in a string.
Type Aliases§
- Result type for keychain parser.