CaesarCipher-Py is a Python script implementing the Caesar cipher algorithm. The script provides functionalities for encrypting and decrypting text using a shift value, as well as converting text to ASCII values.
Key Features:
- Encrypt text: Encrypts the provided text using a specified shift value.
- Decrypt text with shift: Decrypts the provided text using a known shift value.
- Decrypt text without knowing shift: Tries all possible shifts and allows the user to select the correct decrypted text.
- Convert text to ASCII values: Converts each character of the text to its ASCII value.
Usage: Run the script using -
python3 caesar_cipher.py