Content deleted Content added
→Security of symmetric ciphers: added examples |
|||
Line 7:
* Stream ciphers encrypt the digits (typically [[byte]]s), or letters (in substitution ciphers) of a message one at a time. An example is [[ChaCha20]].
**[[Substitution cipher]]s are well-known ciphers, but can be easily decrypted using a [[frequency table]].<ref>{{Cite book|last1=Bellare|first1=Mihir|url=https://web.cs.ucdavis.edu/~rogaway/classes/227/spring05/book/main.pdf|title=Introduction to Modern Cryptography|last2=Rogaway|first2=Phillip|year=2005|language=English}}</ref>
* Block ciphers take a number of bits and encrypt them as a single unit, padding the plaintext
== Implementations ==
|