update renew

This commit is contained in:
2025-03-26 08:05:31 -05:00
parent de1edb946a
commit 10c83ac965
3 changed files with 126 additions and 126 deletions

View File

@@ -762,9 +762,9 @@
"cell_type": "markdown",
"source": [
"## Renew Properties\n",
"1. Renew Customer Properties\n",
"2. Renew User Keys\n",
"3. Refresh User on Login\n",
"1. Renew Customer Keys\n",
"2. Intermediate User Keys\n",
"3. Renew User Keys on Login\n",
"\n"
]
},
@@ -839,7 +839,7 @@
"metadata": {},
"cell_type": "markdown",
"source": [
"### Renew User\n",
"### Intermediate Renew User\n",
"User property and position keys go through an intermediate phase.\n",
"#### user.cipher.combined_position_key\n",
"- user_combined_position_key = user_combined_position_key XOR pos_xor\n",
@@ -873,7 +873,7 @@
"metadata": {},
"cell_type": "markdown",
"source": [
"### Refresh User Keys\n",
"### New User Keys\n",
"After a user's first successful login, the renew flag is checked. If it's true, the user's cipher is replaced with a new cipher."
]
},