Skip to content

sudeeksha-1111/CaesarCipher-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CaesarCipher-Py

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:

  1. Encrypt text: Encrypts the provided text using a specified shift value.
  2. Decrypt text with shift: Decrypts the provided text using a known shift value.
  3. Decrypt text without knowing shift: Tries all possible shifts and allows the user to select the correct decrypted text.
  4. Convert text to ASCII values: Converts each character of the text to its ASCII value.

Usage: Run the script using -

python3 caesar_cipher.py

About

A Python script for encrypting and decrypting text with the Caesar cipher, including shift guessing and ASCII conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages