caesars_cipher_python

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e0838ec4b522f6076b61d94361e1d7b537071abb
parent b10455a1f4449b2a83ee3b9f7159c95518d347bb
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Thu, 22 Oct 2020 13:45:22 +0000

Update README.md
Diffstat:
MREADME.md | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,10 +1,8 @@ # CAESAR'S CIPHER IN PYTHON A Caesar's Cipher implementation in Python including a bruteforcing tool for cracking the cipher. - The code is as minimalistic as it gets and well optimized. Usage example: python cen.py 10 'This is text to be encrypted'. - Make sure you include the apostrophes. # WARNING! Caesar's cipher is completely insecure and broken. Do not use it in any scenario in which actual security is required.