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,112 visits, 10,611 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.

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

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