mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
8 lines
303 B
Markdown
8 lines
303 B
Markdown
|
# Ciphers
|
||
|
|
||
|
Ciphers are used to protect data from people that are not allowed to have it. They are everywhere on the internet to protect your connections.
|
||
|
|
||
|
* <https://en.wikipedia.org/wiki/Cipher>
|
||
|
* <http://practicalcryptography.com/ciphers/>
|
||
|
* <https://practicalcryptography.com/ciphers/classical-era/>
|