Lockbox plugin

1
  • 5 favourites

Index

Attached Files

The following files have been attached to this tutorial:

.capx

lockboxexample.capx

Download now 175.13 KB

Stats

5,143 visits, 10,670 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Encryption

Encryption is one important key to keeping data safe online and encryption in the browser is one step in that process. Encrypting in the browser before sending your data to a website will secure it from prying eyes who might be watching the website traffic. An SSL certificate performs a similar task of protecting your data during transit and is a critical step in itself. This encryption of data in your capx is just an added step in the process. Here is an example:

ACTIONS:

Encrypt String: Encrypts a piece of data so it cannot be easily read without a password.

Decrypt String: Decrypts a piece of data previously encrypted using this method.

EXPRESSIONS:

EncryptedString: The string of data after it has been encrypted.

DecryptedString: The string of data decrypted after previously having been encrypted.

  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!