Homework on Public and Private Keys - Questions

https://www.youtube.com/watch?v=xxfUpIV9wRI&ab_channel=aantonop

This explains the elliptical curve concept - really interesting! By Anton Antonopolis.

1 Like
  1. Public key is a unique one-way output that encrypts the private key. The private key is a unique set of numbers that resembles sensitive information and a method to sign and identify an entity or person.

2.Encryption and Digital Signatures.

1 Like
  1. A public key is derived from a private key. A public key can be used publically that is there is not risk of bad actors deriving your private key from your public key.

  2. Public keys can be used to received payments and transactions
    Public keys can be used to encrypt messages

1 Like

Encryption and digital signatures.

1 Like
  1. Describe the concept of public and private key with your own words.
    Public key can be shared with anyone. Private key is for your own use. Public keys are derived from Private keys, but you can’t go backward and guess the Private one based on the Public one.
  2. What 2 use-cases can public key cryptography be used for?
    Encryption and Digital Signatures, the latter one is key for Bitcoin.
1 Like

Yeah, Awesome explanation!

This is also a great article:

A Beginner’s Guide: Private and Public Key Cryptography Deciphered

https://medium.com/coinmonks/private-and-public-key-cryptography-explained-simply-4c374d371736

How btc address are calculated:

  1. Describe the concept of public and private key with your own words.
    A public key is a code that anyone has access to. It can be used to encrypt data.
    A private key is a code that only you have access to. From a private key, you can create a public key but no vice-versa. It can be used to decrypt data that has been encrypted.

  2. What 2 use-cases can public key cryptography be used for?
    Encryption and digital signatures

2 Likes

1) Describe the concept of public and private key with your own words.
A Private Key is a randomly generated number created on a computer for your benefit. A person can then use their Private Key and create a Public Key by using a special formula on their computer. The Public Key can be displayed on the Internet and is visible to anyone. The combination of both the Private and Public Key identifies a particular person and/or organization and allows the sending of encrypted messages over an unsecure network.

2) What 2 use-cases can public key cryptography be used for?
The two (2) best use cases for Public Keys are for 1) Encryption of messages/transactions, and 2) Digital Signatures that can be verified by the receiving party.

2 Likes
  1. public key:is a large numerical value that is used to encrypt data .
    The private key: is what grants a cryptocurrency user ownership of the funds on a given address
  2. public key is the address which can be used in transactions and it is used for identification
2 Likes
  1. Private key is a randomly generated number from the computer, whereas public key is generated or derived from the private key. Public key cryptography will encrypt the message intended for the receiver, who will decrypt with the private key.

  2. Public key is used for encryption and digital signatures. When a transaction is done on the bitcoin network, the digital signature will verify the sender’s public key is linked back to his or her private key which makes it a valid transaction, without having to reveal the private key. It also proofs the ownership of assets.

2 Likes
  1. Describe the concept of public and private key with your own words.
  • Private key is the first one created and should belong only to the creator , and needs to be kept with
    high security so that others dont know it and cannot guess it. Public key is generated from the private
    key and can be shared with others. Private key can NEVER be generated from the public key.
  1. What 2 use-cases can public key cryptography be used for?
    • Encryption messages or transactions.
    • digital signature , which is most used use case on cryptocurrencies
3 Likes
  1. The concept of public key and private key is a public key can be generated from a private key in one way sistem making secure to share your public key. The way i see it comparing with the bank sistem is the private key its your bank account , and the public key its like your pin number.

  2. The use cases are encryption and digital signature.

2 Likes
  1. the public key is generated from the private key. public key is visible yo anyone.
  2. signing messages. determining the ‘owner’ of crypto coins
1 Like

Both of these are digital signatures. Public key cryptography can also be used for encryption. :slight_smile:

1 Like
  1. Your private key is created randomly. You use it to sign transaction or decrypt message sent to your public key. Your public key is generated from your private key. You can share your public key to receive funds or messages.

  2. Encryption and digital signatures.

1 Like
  1. Private and public keys are an essential way to transact on the internet. Someone can create a private key, which then can be used to create a public key. The public key is created so that whoever sees the public key cannot figure out the private key, but whoever has the private can know the public key. So then the public key is used to transact with people publicly, and the private key is kept safe away from everybody else.
  2. Public key cryptography can be used to transact on the internet and most importantly in bitcoins use case, to hold and transfer value online.
1 Like
  1. Describe the concept of public and private key with your own words.
    Its kind of a Hashfunction. From a private key you can generate a public key but not reversal. To make sure a transaction in the bitcoinblockchain is verified and executed, you need to encrypt the transaction with the private key

  2. What 2 use-cases can public key cryptography be used for?
    Encryption and digital signature

2 Likes

A private key is a very long randomly generated number. The public key is mathematically derived from the private key. It is not possible to find the private key from the public key, but it is possible to verify the public key with the private key.

Encryption and digital signing.

2 Likes

Transactions mostly utilize digital signatures, but you can also use public key cryptography for encryption :slight_smile:

2 Likes
  1. Describe the concept of public and private key with your own words.

Public and private key are been used as digital signatures or fingerprints when the public key is a representative of the private key and cannot be used to trace back the origin of the private key from the public key alone.

  1. What 2 use-cases can public key cryptography be used for?

a. Public key can be used as wallet address to send and receive funds to.
b. Encrypt messages\requests between 2 parties.

2 Likes