mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-10-19 16:03:45 +00:00
Fix typo in example documentation
This typo got introduced with ebfef948b0
(Update examples).
This commit is contained in:
parent
061067beea
commit
a6b6ecd895
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Encrypt data with AES
|
|||
|
||||
The following code generates a new AES-128 key and encrypts a piece of data into a file.
|
||||
We use the :ref:`CTR mode <ctr_mode>` (which is a :ref:`classic mode of operation <classic_cipher_modes>`,
|
||||
simple but not erecommended anymore).
|
||||
simple but not recommended anymore).
|
||||
|
||||
With CTR alone, the receiver is not able to detect if the *ciphertext* (i.e., the encrypted
|
||||
data) was modified while in transit. To address that risk, we also attach
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue