Decrypt Encrypted

Encrypt and Decrypt a message with NaCl (pronouced "salt"), which is a Networking and Cryptography library used in util-crypto.

This action will decrypt the encrypted message with Encrypt Message action.

Note that to decrypt the message you will need the Encrypted message, Nonce and Secret, you will get all of them when encrypting a message, so, make sure to save them.

States

Decrypted Message

State type - text

This state includes the result of the decrypted message. If the given data(nonce, secret and encrypted message) was right, you will see the decrypted message that will be the exact same as the original encrypted message. If some of the given data is wrong, this state will be empty.

Demo

Demo page here

Demo page app editor

The demo page includes both actions, Encrypt and Decrypt, it was made to easily test both of them on one page as they depend on each other.

Note! The data to decrypt the message is taken from the inputs on the page, this was done for demo purpose only, you can save that data in the database and get it from there.

Last updated

Was this helpful?