Skip to content

Commit 88408fb

Browse files
committed
spelling: ciphertext
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 9b372f3 commit 88408fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csharp/ql/src/Security Features/Encryption using ECB.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<qhelp>
55
<overview>
66
<p>ECB should not be used as a mode for encryption. It has dangerous weaknesses. Data is encrypted the same way every time
7-
meaning the same plaintext input will always produce the same cyphertext. This makes encrypted messages vulnerable
7+
meaning the same plaintext input will always produce the same ciphertext. This makes encrypted messages vulnerable
88
to replay attacks.</p>
99

1010
</overview>

0 commit comments

Comments
 (0)