aboutsummaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/register_docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/register_docs.md b/content/register_docs.md
index 974fe37..7c405b8 100644
--- a/content/register_docs.md
+++ b/content/register_docs.md
@@ -26,7 +26,7 @@ This is enforced with your Student ID (e123456) and a one time password you will
26 26
27## Cipher Initialization 27## Cipher Initialization
28 28
29> Since we are working with AES-128, both key and IV should be 128 bits (or 16 hexadecimal characters) 29> Since we are working with AES-128, both key and IV should be 128 bits (or 32 hexadecimal characters)
30 30
31- Pick a short temporary key (`k_temp`) 31- Pick a short temporary key (`k_temp`)
32- Pick a random IV [1](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Initialization_vector_(IV)) [2](https://en.wikipedia.org/wiki/Initialization_vector) (`iv`). 32- Pick a random IV [1](https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Initialization_vector_(IV)) [2](https://en.wikipedia.org/wiki/Initialization_vector) (`iv`).