decryptString

abstract fun decryptString(encrypted: 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.