SafeStorage
Functions
Link copied to clipboard
abstract fun decryptString(encrypted: <Error class: unknown class><out <Error class: unknown class>>): String
the decrypted string. Decrypts the encrypted buffer obtained with safeStorage.encryptString
back into a string.
Link copied to clipboard
abstract fun encryptString(plainText: String): <Error class: unknown class><out <Error class: unknown class>>
An array of bytes representing the encrypted string.
Link copied to clipboard
User friendly name of the password manager selected on Linux.
Link copied to clipboard
Whether encryption is available.
Link copied to clipboard
This function on Linux will force the module to use an in memory password for creating symmetric key that is used for encrypt/decrypt functions when a valid OS password manager cannot be determined for the current active desktop environment. This function is a no-op on Windows and MacOS.