Expand description
Parses the output of the dump-keychain
command
of security(1)
on MacOS.
Structs§
- Attribute
Key - Key for an attribute.
- Keychain
Entry - Entry in a keychain list.
- Keychain
List - Collection of keychain entries.
- Keychain
Parser - Parse the dump for a keychain.
Enums§
- Attribute
Name - The name of an attribute.
- Attribute
Type - Enumeration of attribute types.
- Entry
Class - Represents the class of keychain entry.
- Error
- Error type for the keychain access module.
- Value
- Value of an attribute.
Functions§
- plist_
secure_ note - Parse a plist and extract the value for a secure note.
- unescape_
octal - Replace escaped octal sequences such as
\012
in a string.