MAK13789/Caesar-Cipher-Decryption
Here are 2 simple small decryption codes, that can decrypt something encrypted with a Caesar Cipher. In one, you can input the shift, while in the other it uses brute force.
Python
Here are 2 simple small decryption codes, that can decrypt something encrypted with a Caesar Cipher. In one, you can input the shift, while in the other it uses brute force.
Python