Secure Key Storage | |
Type | library |
Dictionary | library.securekey |
Library | Secure Key Storage |
Associations | com.livecode.library.securekey |
Summary | Manage secure keys stored in protected storage |
Edition | Pro |
OS | mac, ios, android |
Description | This library allows the creation of secure keys stored in the OS protected storage. |
Type | Name | Summary | Syntax |
---|---|---|---|
handler | securekeyCreate | Creates a securekey in protected storage | securekeyCreate(<pIdentifier>) |
- - - | securekeyDecrypt | Decrypt an encrypted message | securekeyDecrypt(<pIdentifier>,<pEncryptedMessage>) |
- - - | securekeyDelete | Delete a previously created securekey. | securekeyDelete(<pIdentifier>) |
- - - | securekeyEncrypt | Encrypt a message using the securekey. | securekeyEncrypt(<pIdentifier>,<pMessage>) |
- - - | securekeyExists | Returns true if a securekey with the given identifier already exists. | securekeyExists(<pIdentifier>) |
library | Secure Key Storage | Manage secure keys stored in protected storage | securekeyExists(<pIdentifier>) |