Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libsodium sealed boxes #175

Open
luantranminh opened this issue Aug 20, 2024 · 0 comments
Open

Libsodium sealed boxes #175

luantranminh opened this issue Aug 20, 2024 · 0 comments
Labels

Comments

@luantranminh
Copy link
Owner

https://cheapsslweb.com/blog/what-is-a-public-and-private-key-pair/

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant