Public-key cryptography

libsodium-net public-key cryptography areas:

Public-key authenticated encryption

Using public-key authenticated encryption, user A can encrypt a confidential message specifically for user B, using user B public key.

Public-key authenticated encryption

Public-key signatures

Sign or verifie a message, without encryting it.

Public-key signatures

Sealed Boxes

Anonymously send encrypted messages.

Sealed Boxes