Secure Key Storage

Typelibrary
Dictionarylibrary.securekey
LibrarySecure Key Storage
Associationscom.livecode.library.securekey
Summary

Manage secure keys stored in protected storage

EditionPro
OSmac, ios, android
Description

This library allows the creation of secure keys stored in the OS protected storage.

TypeNameSummarySyntax
handlersecurekeyCreate

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>)

librarySecure Key Storage

Manage secure keys stored in protected storage

securekeyExists(<pIdentifier>)