decryptString

abstract fun decryptString(encrypted: ERROR CLASS: Symbol not found for Buffer<*>): String(source)

the decrypted string. Decrypts the encrypted buffer obtained with safeStorage.encryptString back into a string.

This function will throw an error if decryption fails.