79167981

Date: 2024-11-07 20:32:32
Score: 1
Natty:
Report link

It’s basically the openSSL key pair generator process

  1. Generate a private public key pair
  2. Set a password to protect the key pair
  3. Write the public key to share NFC and keep the private key in a safe place.

Whenever a user wants to access the public key to decode a message , it will be prompted for a password to use the public key and decode the message you wrote with private key.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: TRicks43