Decrypt Encrypted
Encrypt and Decrypt a message with NaCl (pronouced "salt"), which is a Networking and Cryptography library used in util-crypto.
Last updated
Was this helpful?
Encrypt and Decrypt a message with NaCl (pronouced "salt"), which is a Networking and Cryptography library used in util-crypto.
Last updated
Was this helpful?
This action will decrypt the encrypted message with 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.
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 page
Demo page
The demo page includes both actions, and Decrypt, it was made to easily test both of them on one page as they depend on each other.