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.