Question: You are required to write a Python 3 program that will prompt the user for some text and a keyword, and then display the Vigenre

You are required to write a Python 3 program that will prompt the user for some text and a keyword, and then display the Vigenre encrypted form of the text on the screen.

# Vigenere Encryption

# Create the Vigenere table

#You write this

# Get input from the user (plaintext and key)

#You write this

# Convert plaintext and key to all upper case letters

#You write this

# Remove all non-letters from plaintext

#You write this

# Encrypt plaintext

#You write this

# Show result on screen

#You write this

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!