-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.SecureMemoryblock.AllowSwap
Andrew Lambert edited this page Feb 15, 2017
·
6 revisions
libsodium.SecureMemoryblock.AllowSwap
##Property declaration
Dim AllowSwap As Boolean##Remarks
Gets and sets the whether the operating system may swap-out the pages containing the SecureMemoryBlock. This is a suggestion, not a command, and the OS is free to ignore it. Setting this to True may improve security by preventing sensitive memory pages from being written to disk. The default is False, which means the pages are subject to swapping at any time.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2016-26 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