answersLogoWhite

0

In public key cryptography there are two parts: 1) secret part 2) public part ,in order for p1 to send p2 a message ,p1 first need to obtain p2's public key and using this key encrypts the message then p2 using his secret key decrypts the message. And in private key cryptograhy there is only one key so in order for p1 to send a message to p2, p1 should firstly ask p2 for his key then encrypt the message using that key and then p2 uses the same key to decrypt the message.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What are the different types of cryptography?

There are 2 types of cryptography such as: 1- Symmetric-key or Secret key Cryptography 2- Asymmetric-key or Public key Cryptography


What the the different types of cryptography?

There are 2 types of cryptography such as: 1- Symmetric-key or Secret key Cryptography 2- Asymmetric-key or Public key Cryptography


What are the types of cryptography?

public key cryptography private key cryptography


Does symmetric cryptography use the same key to encrypt and decrypt a message?

Yes


Private key encryption safer than public key?

No, Public key cryptography is safer than Private key Cryptography. In public key cryptography only only one part of key is visible to others.


What are the Various synonyms for public key cryptography?

Public key cryptography is also known as assymteric key cryptography. It uses RSA algorithm ans is mainly for authentication.


What are different cryptography algorithms?

There are two types of cryptography algorithms: 1) Public key cryptography 2) Secret key cryptography


What are the differences between conventional and public key algorithms?

In cryptography, public key algorithms require two keys, one secret and one public. The public key is used in the encryption function, while the secret key is used in decryption . Conventional, or symmetric algorithms use a single key for both purposes.


The combination of a public key and a private key is known as a?

This is known as RSA encryption. Encryption involving a public and private key combination is known as asynchronous cryptography, as opposed to synchronous cryptography. It is also known as public key cryptography. RSA is an algorithm that may be used (but there are others that can be used), in public key cryptography. (A key pair)


What is a disadvantage of symmetric cryptography?

In symmetric key encryption there is one key that is shared with the person you want to share with your data. The largest disadvantage is that you have to make sure that the key remain secret.


What is a disadvantage of symmetric cryptoghrapy?

Symmetric cryptography only requires one key for both encryption and decryption and therefore in some cases are a issue.


What are the steps involved in symmetric cryptography Also explain key management in conventional cryptography using some example?

following steps are involved in symmetric cryptography 1- sender creates a ciphertext message by encrypting the plain text message with a symmetric encryption algorithm and a shared key. 2- the sender sends the ciphertext message to the recipient. 3- the recipient decrypts the ciphertext message into plain text with a shared key.