Skip to content

libsodium.SKI.SecretStream.ExportDecryptionHeader

Andrew Lambert edited this page Nov 26, 2022 · 3 revisions

libsodium.SKI.SecretStream.ExportDecryptionHeader

Method Signatures

 Function ExportDecryptionHeader(SaveTo As FolderItem, Optional Passwd As libsodium.Password, OverWrite As Boolean = False) As Boolean
 Function ExportDecryptionHeader(Optional Passwd As libsodium.Password) As MemoryBlock

Parameters

ExportDecryptionHeader(FolderItem, libsodium.Password, Boolean) As Boolean

Name Type Comment
SaveTo FolderItem The file to export the decryption header to.
Passwd Password Optional. The password with which to encrypt the exported header.
Overwrite Boolean Optional. If True, then the SaveTo parameter is overwritten if it exists.

ExportDecryptionHeader(libsodium.Password) As MemoryBlock

Name Type Comment
Passwd Password Optional. The password with which to encrypt the exported header.

Remarks

Exports the decryption header in a text-based export format understood by SecretStream.Open.

Clone this wiki locally