Fixed typo in caesar_cipher.py (#2979)
* Fixed typo in caesar_cipher.py * Typo fixes
This commit is contained in:
@@ -183,7 +183,7 @@ class XORCipher:
|
||||
# crypt = XORCipher()
|
||||
# key = 67
|
||||
|
||||
# # test enrcypt
|
||||
# # test encrypt
|
||||
# print(crypt.encrypt("hallo welt",key))
|
||||
# # test decrypt
|
||||
# print(crypt.decrypt(crypt.encrypt("hallo welt",key), key))
|
||||
|
||||
Reference in New Issue
Block a user