1- The public key is used to encrypt sensitive information and the private key decrypts the message.
2- one of the uses is encrypting informartion, and second we can use it to verify who send me the message.
1- The public key is used to encrypt sensitive information and the private key decrypts the message.
2- one of the uses is encrypting informartion, and second we can use it to verify who send me the message.
ad.1. A private key is a randomly generated (using SHA-256 (might be different)) number which is processed in to a public key. The private key cannot be derived from the public key, but anything encrypted by the public key can only be decrypted by the private key.
ad.2. digital signatures and encrypting data
Public keys are shared with others to encrypt data, private keys are kept secret and are used to decrypt data.
Public key encryption is used to encrypt data and also send it.
Private key is a large number that is randomly generated by a computer. Public key is derived from a private key by a special formula.
The 2 use cases are encryption and digital signatures
Describe the concept of public and private key with your own words.
Private key is my own secret key to my wallet. No body can enter my wallet with out my private key.
The private key generate a public key, witch i use to sign messages/trancations and generate a bitcoin wallet adress to recive/send BTC.
What 2 use-cases can public key cryptography be used for?
Sign messages and generate wallet adresses to send and receive BTC:
Describe the concept of public and private key with your own words.
your public key is produced from your private key, you can Never find the private key just knowing the public key, but getting the public key if knowing the private key is no issue
What 2 use-cases can public key cryptography be used
Cryptocurrency and key public signing.
A private key is your own personal key that cannot be accessed by anyone, This key is used to either decrypt msgs that was send specifically to you, and also this key is used to generate a unique signature to verify that itâs actually you.
A Public key is a generated key based on your private key that can be shared anywhere and through that anyone can send you either a encrypted (private) msg or a public open msg, and also it can be used to compare that public key with the signature to verify the sender.
I think somehow I managed to answer both of the questions with one short paragraph instead of 2 separate answers (If I understood the questions correctly)
Describe the concept of public and private key with your own words.
The public key is used to encrypt information and the private key is used to decrypt that information. The private key is used to sign transactions.
What 2 use-cases can public key cryptography be used for?
The two use cases are the ability to sign transactions using the private key and encryption. Cryptography with the use of private and public keys creates the solution for many security issues for the internet.
The public key is derived from the private key and is used to represent or identify the private key without giving away control of the private key. A good analogy for a private and public key relationship is an associate working for a company selling goods. The associate is a representative of the company and has the authority to confirm the transfer of goods but does not give away the contents of the company.
#1 - A privat / public key pair is a unique mathematical combination of two random numbers. Private keys, as the name already suggests, should always kept private. The public key can be shared within the public space.
#2 - Signing messages / encrypting messages
A public key is used to encrypt information which can only be decrypted with the use of the private key.
Creating digital signatures to verify your identity and encrypting messages to secure communications.
The Sender Private key is used to generate a unique signature when a message is sent, the Sender Public Key is used to verify the message by the reciever. In this example, the message is only signed but not encrypted.
Where as the receivers Public key is user to encrypt the senders message, and the the receivers Private key is used to Decrypt the senders message for the receiver to read the message.
Private keys are to be kept private/safe, but this number generates the public key which anyone can see.
Encryption and digital signature
A private key is a random 256-bit number. This is usually generated by a wallet from 24 words. The public key is derived from the private key using a one way elliptic curve function.
Public and private keys together allow transactions to be processed. A private key is a random large number, and the public key is created by applying an equation to the private key. It is infeasible to decode the private key from having only the public key.
Encryption and digital signature.
1.The Public key is a set of numbers which are available for everyone to see and available for everyone to send encrypted information to.
A Private key is a set of numbers which no-one else knows and only you have access to.
A private key can produce a public key but none can find your private key through the public key.
2. Public key cryptography can be used to receive encrypted information and receive digitally signatured crypto currency