Create a service by clicking the create service button singapore mobile number list and adding a name. For example: encrypted-gather-sample . Add a dependency in this solution, use the axios library to send a request to your "fake" back-end service ( decrypt-gather function ). Add axios as a dependency to your service . this solution requires a secret key to encrypt and decrypt sensitive data.

Your secret key string must be at least 32 bytes long. Do not disclose this secret key. To create a random secret key, use the following command line on mac/linux: xxd -l32 -p /dev/urandom you can also generate it with node.js: crypto.randombytes(32).tostring('hex') add an environment variable in the service where you keep your key.