safeStorage
Process: Main
This module protects data stored on disk from being accessed by other applications or users with full disk access.
The safeStorage
module has the following methods:
Returns Boolean
- Whether encryption is available.
plainText
String
Returns - An array of bytes representing the encrypted string.
This function will throw an error if encryption fails.
This function will throw an error if decryption fails.