Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

(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

(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.

Your cypher must be unique. No other students code should decipher your cypher

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!

(In JavaScript) the Cipher can be anything as long as it scrambles the message or code. the cipher can not be any known cipher however and must be custom in some way like scrambling the first number or replacing some numbers in the message etc. what i'm trying to say is please come up with a cipher on your own.

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

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions

Question

2. What are the characteristics of an interview?

Answered: 1 week ago