fix decipher bullet points
This commit is contained in:
@@ -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
|
- encipher, salt, and hash presumed attribute values and compare them to the users hashed code
|
||||||
|
|
||||||
#### Decipher Mask
|
#### Decipher Mask
|
||||||
|
|
||||||
Recall:
|
Recall:
|
||||||
|
|
||||||
- set_key_i = (set_key_rand_numb_i ^ set_val_i)
|
- set_key_i = (set_key_rand_numb_i ^ set_val_i)
|
||||||
- mask_i = mask_key_rand_num_i ^ set_key_rand_numb_i
|
- mask_i = mask_key_rand_num_i ^ set_key_rand_numb_i
|
||||||
|
|
||||||
Recover nKode set values:
|
Recover nKode set values:
|
||||||
|
|
||||||
- decode mask from base64 to int
|
- decode mask from base64 to int
|
||||||
- deciphered_mask = mask ^ mask_key
|
- deciphered_mask = mask ^ mask_key
|
||||||
- deciphered_mask_i = set_key_rand_numb # mask_key_rand_num_i is cancelled out
|
- deciphered_mask_i = set_key_rand_numb # mask_key_rand_num_i is cancelled out
|
||||||
|
|||||||
Reference in New Issue
Block a user