Skip to content

Joel-Davidson/PRODIGY_CS_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PRODIGY_CS_01

Implementation of Caesar Cipher Algorithm

Objective: Create a Python program that can encrypt and decrypt text using the Caesar Cipher algorithm. Allow users to input a message and a shift value to perform encryption and decryption

Procedure: This Python script implements the Caesar Cipher algorithm for encryption and decryption. Users can choose between encryption and decryption modes, input text, and specify a shift value. The script then encrypts or decrypts the text accordingly and displays the result. Users can continue to encrypt or decrypt text until they choose to stop.

Releases

No releases published

Packages

No packages published

Languages