Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need java code This is for you security people out there. Write a program that asks the user for a message or a code. If

need java code

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!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Spatial Database Systems Design Implementation And Project Management

Authors: Albert K.W. Yeung, G. Brent Hall

1st Edition

1402053932, 978-1402053931

More Books

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago