Skip to content

ShouryaBrahmastra/PRODIGY_CS_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Implementation of Caesar Cipher

Prodigy InfoTech Internship (Task_01)

  • Create a python program that can encrypt and decrypt text using the Caesar Cipher algorithm.

  "Author": "Shourya Gupta",
  "Language": "Python",


Task list

  • Ask user to enter the choice to encrypt or decrypt the string.
  • Take the user input data.
  • Shift the data according to the number specified by the user.
  • Show the functional cipher output according to the user choice.
  • ask user where he wants to continue or exit.

Dependencies

pip install string colorama

Output Snapshot

jpg

About

Prodigy InfoTech Internship (Task_01)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages