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 - 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.