caesars_cipher_python

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

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

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

diff --git a/README.md b/README.md @@ -3,7 +3,8 @@ A Caesar's Cipher implementation in Python including a bruteforcing tool for cra The code is as minimalistic as it gets and well optimized. -Usage example: python cen.py 10 'This is text to be encrypted' +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.