Lockbox plugin

1

Index

Attached Files

The following files have been attached to this tutorial:

.capx

lockboxexample.capx

Download now 175.13 KB

Stats

5,777 visits, 11,686 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.

Published on 8 Jun, 2016. Last updated 19 Feb, 2019

Hashing

Hashing is the process of encrypting data without being able to unencrypt it again. Perfect for use as obfuscating and securing user passwords before sending over the internet where prying eyes could grab it for malicious use. Here's an example of hashing with this plugin.

ACTIONS:

Hash String: Encode a string of text so it cannot be unencoded again.

EXPRESSIONS:

StringHashed: Will contain the results of the encoding performed in the Hash String action.

  • 0 Comments

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