Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi guys, i need your help. 1) a- Write a function in java or python that takes 2 inputs: - A plain text that only

Hi guys, i need your help.

1)

a- Write a function in java or python that takes 2 inputs: - A plain text that only contains letter characters from the English language. Can be a size of string from 0 to 10. - A key that is a number from 1 to 26 (a mod operation should be used in the key: if 27 is given, the key is 1). - Cipher text that is created by shifting the plain text to right in English Alphabet according to key.

b- Write a function in java or python that takes 2 inputs: - A cipher text produced from section a. - Same key from section a. Gives 1 output: Plain text that is created by shifting the cipher text to left in English Alphabet according to key.

2)

You are given a software that takes the Social Security Number (SSN) of an individual and checks it in its database to verify it.

Please discuss, with examples, what can constitute threats against each of the given requirements (1 example for each is enough): Confidentiality Integrity Authenticity Accountability Availability

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

Step: 3

blur-text-image

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

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

Why do HCMSs exist? Do they change over time?

Answered: 1 week ago