You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to have two keys: a public key and a private key. The public key will be used to encrypt the message, and the private key will be used to decrypt it. The public key is available to anyone and can be distributed widely.”
https://cheapsslweb.com/blog/what-is-a-public-and-private-key-pair/
The idea is to have two keys: a public key and a private key. The public key will be used to encrypt the message, and the private key will be used to decrypt it. The public key is available to anyone and can be distributed widely.”
Here is the program Github using to protect secrets : https://libsodium.gitbook.io/doc/public-key_cryptography/sealed_boxes
The text was updated successfully, but these errors were encountered: