Crate keychain_parser

Source
Expand description

Parses the output of the dump-keychain command of security(1) on MacOS.

Structs§

AttributeKey
Key for an attribute.
KeychainEntry
Entry in a keychain list.
KeychainList
Collection of keychain entries.
KeychainParser
Parse the dump for a keychain.

Enums§

AttributeName
The name of an attribute.
AttributeType
Enumeration of attribute types.
EntryClass
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.