decrypt
Decrypt data with Dashboard encryption api.
decrypt method returns a promise which resolves when Dashboard successfully decrypted your payload and rejects if missing requirements or if something went wrong with Dashboard encryption api.
How to use
Decrypt params
Param | Typeof | Default | Required | Description |
payload | String | null | ✅ | the data that you want Dashboard to decrypt for you. |
password | String | null | ✅ | the decryption password to use to decrypt your data. |
Examples
Decrypt data
Last updated