Homework on Public and Private Keys - Questions

  1. Describe the concept of public and private key with your own words.
    Private key is owned by you only no one else.
    Public key is in the open domain that anyone can see it.

  2. What 2 use-cases can public key cryptography be used for?
    It delivers information or value.

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

Private key is generated randomly and used as a digital signature.

Public key is what everyone can see on the network, which is derived from the private key. You can use it to send messages or transactions.

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

Encryption
Digital signature

1 Like

1.Private key creates the public key. The public key is open for global viewing while the private key is personal and needed to make all transactions. 2.Digital signatures and encryption.

1 Like
  1. Describe the concept of public and private key with your own words.
    The public key is a key that people within the network are allowed to see. The private key is a personal key that only should be known by the user. The private key is used to sign and finalize transactions and messages.
  2. What 2 use-cases can public key cryptography be used for?
    The public key can protect the message encrypting the message and used to know who sent the message.
1 Like

1 Public key can encrypto data and private will decrypto it since the pubic key is derived from the private key.
2. Use cases are emcryption and digital signatures.

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

In some ways, the public key is like a PO box, and the private key is the key used to unlock it. Public keys are shared to send encrypted messages between parties, the private keys are used to view the encrypted messages and sign transactions.

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

Public key cryptography can be used for encryption and digital signatures.

1 Like
  1. Keys are numbers generated by a computer for encryption and verification purposes.

  2. Encryption and digital signatures.

1 Like
  1. Anyone can use your public key to send you a message or a transaction. Only your private key will decrypt the message or the transaction.

  2. Secure signatures and encryption.

1 Like

1.Public key is not safe but private key is safe.
2. signing digital documents

1 Like

A private key is like a password. It opens the wallet. The private key was run through a hash function to create the wallet address.

  1. Encryption of messages

  2. Digital signatures

1 Like
  • Describe the concept of public and private key with your own words.
    A public and Private key is to verify a message or transaction from the person being sent from, and to verify it came from the person. Public key being for the public to utilize and the private key being from the person sending the message making sure it is kept secure.

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

  1. Digital Signature
    [/quote]
1 Like
  1. Describe the concept of public and private key with your own words.

Private Key is a random string of letters that serves as your key used to sign transactions and encrypt. A public key is generated from a private key via some mathematical equations.
You can share your public key as most times they serve as your wallet to receive coins. Public keys are also used to confirm your signature’s authenticity and link with your private keys

  1. What 2 use-cases can public key cryptography be used for?
    Encryption and Signature
1 Like
  1. Public and private key pairs are elements used for encryption of data, where the public key is derived from the private key using a mathematical function, the first being useful for public verification, and the last needed to be kept safe with the owner since in hold of both keys one can perform certain encryption/decryption processes, making information available/readable for only who is desired even if exchanged in public channels.
  2. Public-private key pairs major use cases are 1) encryption (for ie to send secure/secret messages through an open channel that only a trusted person can decrypt) and 2) digital signatures (for ie, checking integrity, meaning verifying if an information or a file was written/sent by a specific someone/original source and it wasn’t tampered with).
1 Like

1). First of all, the private key, is a long string of random numbers that is generated by your wallet/computer, this random set of numbers generate your public key which in return creates or hashes a btc address.

The concept of a public and private keys is a person will be able to send and receive sensitive information on the internet without any third party or unauthorized personal being able to read/write or even steal your information or data.

Public key encrypts the information and the private key is to decrypted the information that was encrypted by the public key.

2). The two use cases would be encryption (Security and privacy) and digital signatures (Verification).

1 Like
  1. The public key is the one we share with those we wish to communicate or share information with and is used to encrypt messages as well as to verify authentication.
    The private key is used to decrypt the message that has been encrypted with the public key and to sign a message.

  2. To encrypt messages.
    To digitally sign

1 Like

A1. A private key is used to create public key, It has to be kept secured and is not visible in the transactions. It is used to sign the transaction and act as an identity.

A2. For P2P communication and Transactions.

1 Like
  1. Private key is a unique string of numbers generated by the computer and represents your identity and your digital assets you own. Out of your private key computer generates another number Public key and that represents your adress for the public to be used to recive messages and crypto assets and you use your private key to acces that informations.
  2. a. encryption
    b. digital signuture
1 Like

1 Private key is a random generated number visible only to the owner, public key is a number generated from the private key and it is visible to all. it is possible to get the public key from the private key but not the other way around.

2 digital signature and encryption. when you sign a tx with your pvt key, people are able to use the public key + the signature to verify that you have the private key that created the public key

1 Like
  1. Public key is shared with the public. Private keys are used to sign and authorize the transaction.
  2. Public keys are address you share with the public and can be seen/verified on chain.
1 Like
  1. Describe the concept of public and private key with your own words.
    Your computer randomly generates a private key (string of numbers) which is then used to create a public key. Anyone can see and use your public key but no one should ever have access to your private keys for obvious reasons.
  2. What 2 use-cases can public key cryptography be used for?
    Encryption and digital signatures
1 Like