added double whitespace behaviour notion
This commit is contained in:
@@ -163,10 +163,14 @@ After all plaintext characters are processed, add PL random characters in front
|
||||
of the ciphertext, where PL = KL mod 10 + 1, where KL is the initial key phrase
|
||||
length. None of the prepended characters must be a whitespace.
|
||||
|
||||
As the final step, replace all occurrences of double whitespace with `__` in
|
||||
order to make sure the whitespace is transmitted correctly.
|
||||
|
||||
Decryption
|
||||
----------
|
||||
Remove first PL characters from the ciphertext, where PL = KL mod 10 + 1, where
|
||||
KL is the initial key phrase length.
|
||||
KL is the initial key phrase length. Also, replace all `__` occurrences with
|
||||
double whitespaces.
|
||||
|
||||
Then, for each ciphertext digraph C1C2, do the following:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user