fix decipher bullet points

This commit is contained in:
2024-08-07 12:27:41 -05:00
parent ab43296ec2
commit 2bdb768bda

View File

@@ -283,11 +283,14 @@ success = api.login(customer_id, username, selected_keys_login)
- encipher, salt, and hash presumed attribute values and compare them to the users hashed code
#### Decipher Mask
Recall:
- set_key_i = (set_key_rand_numb_i ^ set_val_i)
- mask_i = mask_key_rand_num_i ^ set_key_rand_numb_i
Recover nKode set values:
- decode mask from base64 to int
- deciphered_mask = mask ^ mask_key
- deciphered_mask_i = set_key_rand_numb # mask_key_rand_num_i is cancelled out