subject

Acoffee shop is considering accepting orders and payments through their phone app and have decided to use public key encryption to encrypt their customers' credit card information. is this a secure form of payment? a. no, public key encryption allows the credit card information to be read by the public. b. no, the internet protocols are open standards and thus everything sent over the internet is sent "in the clear".c. yes, public key encryption is built upon computationally hard problems that even powerful computers cannot easily solve. d. yes, public key encryption is secure because it transmits credit card information in binary.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 04:31
Jennifer has to set up a network in a factory with an environment that has a lot of electrical interference. which cable would she prefer to use? jennifer would prefer to use because its metal sheath reduces interference.
Answers: 1
question
Computers and Technology, 23.06.2019 19:30
You can apply several different worksheet themes from which tab?
Answers: 1
question
Computers and Technology, 24.06.2019 18:20
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number.write a recursive java method that implements this algorithm.it will accept a value of int and return a string with the appropriate binary character representation of the decimal number.my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
question
Computers and Technology, 24.06.2019 20:30
⭐️⭐️⭐️ what network is larger in size? man or wan? you ⭐️⭐️⭐️
Answers: 2
You know the right answer?
Acoffee shop is considering accepting orders and payments through their phone app and have decided t...
Questions
question
Mathematics, 22.03.2021 01:00
question
Mathematics, 22.03.2021 01:00
Questions on the website: 13722359