Skip to main content

Module account_key

Module account_key 

Source
Expand description

Account Key (Secret Key): A2/A3 parse, HKDF-SHA256 hash, and XOR combine.

Structsยง

AccountKey ๐Ÿ”’
A parsed 1Password Account Key (also called the Secret Key), split into its format, uuid, and key.

Constantsยง

ALPHABET ๐Ÿ”’
The characters an Account Key is written in: base32 without the confusable 0, 1, I, L, O and U. Everything else in the input is dropped, including the dashes.