-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.PKI.UnsealData
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Protected Function UnsealData(SealedBox As MemoryBlock, RecipientPrivateKey As libsodium.PKI.EncryptionKey) As MemoryBlock
Name | Type | Comment |
---|---|---|
SealedBox | MemoryBlock | The data to be decrypted. |
RecipientPrivateKey | EncryptionKey | The private half of the recipient's encryption key pair. |
The decrypted and authenticated SealedBox
data, or Nil
on error.
Decrypts and authenticates the SealedBox
data.
- SealData
- Sealed boxes in the libsodium documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.