mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-09-18 10:05:44 +00:00
Modify cipher test sentence for clarity
Updated cipher test sentence with additional characters.
This commit is contained in:
@@ -10,4 +10,4 @@ Block cipher in ECB mode. Each character is encrypted independently — identica
|
|||||||
Stream cipher mode with a random 24-bit nonce prepended to the output. Identical plaintexts produce different ciphertexts each time. Significantly more secure than ECB. **Rotate your password after roughly every 100 encryptions** to avoid nonce reuse risk within the 24-bit space.
|
Stream cipher mode with a random 24-bit nonce prepended to the output. Identical plaintexts produce different ciphertexts each time. Significantly more secure than ECB. **Rotate your password after roughly every 100 encryptions** to avoid nonce reuse risk within the 24-bit space.
|
||||||
|
|
||||||
---
|
---
|
||||||
Cipher test. Decrypt this sentence with the password 123.
|
Cipher test. Decrypt this sentence with the password 123.
|
||||||
|
|||||||
Reference in New Issue
Block a user