Question: Please design and develop a JAVA program to encrypt any given message based on the Vignere algorithm. That means your program should get the input

Please design and develop a JAVA program to encrypt any given message based on the Vignere algorithm. That means your program should get the input from the user. You do not have to check if there is space between words in the given input. 'BREAD' must be used as the cipher key. You can find an example below. AHEALTHYATTITUDEISCONTAGEOUSBUTDONTWAITTOCATCHITFROMOTHERS BREADBREADBREADBREADBREADBREADBREADBREADBREADBREADBREADBRE (+mod 26) BYIAOUYCAWUZXUGFZWCROKEGHPLWBXUUSNWXRMTWPTETFIZXFUPDSTKFIW
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
