securekeyCreate

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

Creates a securekey in protected storage

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

A string used to identify the securekey.

Example
securekeyCreate "foo"
Description

Once created the securekey may be used to encrypt and decrypt data. An asymmetric key pair is created and stored securely on the keychain on iOS and macOS and in the Android key store.

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