commit d7b5105e822ffcae4da4f217675eae36b64046ae parent d3154b4a58dd5f6b08e533fe5103ae5767a6fb09 Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com> Date: Wed, 21 Oct 2020 10:38:44 +0000 Update README.md Diffstat:
M | README.md | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -1,2 +1,9 @@ # caesars_cipher_python A Caesar's Cipher implementation in Python + +The code is as minimalistic as it gets and well optimized. + +# WARNING! +Caesar's cipher is completely insecure and broken. Do not use it in any scenario in which actual security is required. +You can use it to avoid word detection algorithms, but that's pretty much it. +This is for educational purposes only.