-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.PKI.PublicKey.Export
Andrew Lambert edited this page Jan 21, 2023
·
1 revision
Function Export(SaveTo As FolderItem, Optional Passwd As libsodium.Password, OverWrite As Boolean = False) As Boolean
Function Export(Optional Passwd As libsodium.Password) As MemoryBlock
Name | Type | Comment |
---|---|---|
SaveTo | FolderItem | The file to export the key to. |
Passwd | Password | Optional. The password with which to encrypt the key before exporting. |
Overwrite | Boolean | Optional. If True , existing files are overwritten. |
Name | Type | Comment |
---|---|---|
Passwd | Password | Optional. The password with which to encrypt the key before exporting. |
Exports the PublicKey
in a format that is understood by PublicKey.Import.
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.
- libsodium module
- FAQ
-
Examples
- Secure memory
- Password hashing
- Generic hashing
- Encrypting streams or files
- PKI
- Encryption
- Digital signatures
- SKI
- Encryption
- Message authentication