securekeyDecrypt

Typehandler
Dictionarylibrary.securekey
LibrarySecure Key Storage
Syntax
securekeyDecrypt(<pIdentifier>,<pEncryptedMessage>)
Associationscom.livecode.library.securekey
Summary

Decrypt an encrypted message

Editionpro
OSmac, ios, android
Platformsdesktop, mobile
Parameters
NameTypeDescription
pIdentifier

A string used to identify the securekey.

pEncryptedMessage

A encrypted message data

Example
put securekeyDecrypt("foo", tEncryptedMessage) into tMessage
Values
NameTypeDescription
return

The derypted message data

Description

Decrypts the encrypted message using the securekey with the given identifier. The returned data is the decrypted data.

NOTE: The Secure Key Storage library uses APIs available on iOS 10.0+, macOS 10.12+ and Android 4.3.

Tagssecure key storage library,encryption,secure key storage library,encryption