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