diff options
author | Yigit Sever | 2021-04-20 21:38:00 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-20 21:38:00 +0300 |
commit | 685ec6275109a9b2a1b1a6083c4b011fe8c5eeb6 (patch) | |
tree | d092fe96dfdf5dbc24b35df5f2eb05dda17bd01c | |
parent | ce7cdc789028d4c04344873fe56f4df75b648973 (diff) | |
download | gradecoin-site-685ec6275109a9b2a1b1a6083c4b011fe8c5eeb6.tar.gz gradecoin-site-685ec6275109a9b2a1b1a6083c4b011fe8c5eeb6.tar.bz2 gradecoin-site-685ec6275109a9b2a1b1a6083c4b011fe8c5eeb6.zip |
Learning how hex works
-rw-r--r-- | content/register_docs.md | 2 |
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`). |