Expand description
Account Key (Secret Key): A2/A3 parse, HKDF-SHA256 hash, and XOR combine.
Structsยง
- Account
Key ๐ - 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,OandU. Everything else in the input is dropped, including the dashes.