mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 21:41:08 +00:00
6314195bb1
* add 5 README files * empty commit to (hopefully) get rid of the `test-are-failling` label * Update ciphers/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update conversions/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update cellular_automata/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update computer_vision/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update conversions/README.md Co-authored-by: John Law <johnlaw.po@gmail.com> * Update compression/README.md Co-authored-by: John Law <johnlaw.po@gmail.com>
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/>
|