-
-
Notifications
You must be signed in to change notification settings - Fork 3
libsodium.SecureMemoryblock.AllowSwap
Andrew Lambert edited this page Nov 26, 2022
·
6 revisions
libsodium.SecureMemoryblock.AllowSwap
Dim AllowSwap As Boolean = TrueGets 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 False may improve security by preventing sensitive memory pages from being written to disk. The default is True, 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-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