208k views
4 votes
A coffee 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? 1 point no, public key encryption allows the credit card information to be read by the public. no, the internet protocols are open standards and thus everything sent over the internet is sent "in the clear" yes, public key encryption is built u

User Xel Naga
by
8.0k points

1 Answer

4 votes

Yes, using public key encryption is a secure form of payment.

Public key cryptography or public key encryption system means the method of encryption may be known but the method of decryption is not.

The word "public" in this system meant that anyone can use such key to encrypt their own message, but there is a second key which is private, and is only known to the recipient. In this case, the customer uses the coffee shops' public key to encrypt his information (including his credit card info).

This system remains secure given the condition that a potential attacker only knows the public key.


User Crunch Much
by
8.1k points