Info

Statistics

  • Download count436 total downloads
  • Latest download count 263 downloads of latest version
  • Average download count1 downloads per day average

Owners

A list of all Actions, Conditions and Expressions supported in this addon.

SecureData

  • Actions

    Add key {0} with value {1}

    Add a new key in to storage. If it already exists, its value will be overwritten.

    Set {0} to value {1}

    Set an existing key in to storage. If it does not exist, this will have no effect.

    Add to {0} value {1}

    Add to existing key in to storage. If it does not exist, this will have no effect.

    Subtract from {0} value {1}

    Subtract from existing key in to storage. If it does not exist, this will have no effect.

    Delete key {0}

    Delete a key from storage.

    Clear

    Delete all keys and values from storage, returning to empty.

  • Conditions

    Key {0} {1} {2}

    Compare the value at a key.

  • Expressions

    Get

    Get the value from a key. 0 is returned if it does not exist.

    KeyCount

    Get the number of keys in storage.

JSON

  • Actions

    Load from JSON string {0}

    Load from a SecureData previously encoded in JSON format.

    Load from JSON string with key {0}

    Load from a SecureData previously encoded in JSON format with encrypt key.

  • Expressions

    AsJSON

    Return the contents of the array in JSON format.

    AsJSONWithKey

    Return the contents of the array in JSON format with encrypt key.