Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need java code (My Cypher) This is for you security people out there. Write a program that asks the user for a message or
I need java code
(My Cypher) This is for you security people out there. Write a program that asks the user for a message or a code. If the user selects message, convert the message to a code using a cypher of your design. If the user selects code, then decrypt the cypher and print the message. SAMPLE RUN #1: Please enter (Message/Code): Message Please enter the message: Please send money! Here is your code: 16534e4r43wr4 SAMPLE RUN #2: Please enter (Message/Code): Code Please enter the code: 16534e4r43wr4 Here is your message: Please send money! (My Cypher) This is for you security people out there. Write a program that asks the user for a message or a code. If the user selects message, convert the message to a code using a cypher of your design. If the user selects code, then decrypt the cypher and print the message. SAMPLE RUN #1: Please enter (Message/Code): Message Please enter the message: Please send money! Here is your code: 16534e4r43wr4 SAMPLE RUN #2: Please enter (Message/Code): Code Please enter the code: 16534e4r43wr4 Here is your message: Please send moneyStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started