Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Our Security Sdn. Bhd. has appointed you as their new system security developer. Your first task is to code a new Java program that implements
Our Security Sdn. Bhd. has appointed you as their new system security developer. Your first task is to code a new Java program that implements your teammates' new encryption procedures/steps. The encryption steps are as follows: Step 1: The program will ask the user to enter a text via console. Convert all the characters to lower case. Meet me as 10AM meet me at 10am Step 2: Swap all the vowels in the text using the following rules: a. Swap 'a' with '' b. Swap 'd' with a c. Swap' with d. Swap 'o' with Y c. Swap with 'o meet me at a maat maut Om Step 3: Inverse the swapped text without inverting the words. maar ma ut loum Om ma maar Replace all alphabets and numbers in the inversed text with Morse Code alphabet using the following setting: Step 4: C. E. H.... I.. A.- K- D.. N- F... P. L... 0 Q-- R. S. T- V. M- W- 3. X- Z-.. 1. 2... 4.... 9 5.... 0 6 7-.. 8-.. Note: in Morse Code, each alphabet is separated by one (1) white space and each word is separated by two (2) wuite rices. Step 4: The program will display the final encrypted message
Step 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