[SOLVED] Is there an Appwrite implementation there for encrypting cloud functions responses
- 0
- Functions

In order to attain better security is this possible
I want the 6 digit OTP attached to be encrypted for security concerns does appwrite provide anything for encrypting the response from a cloud function and then decrypting it at server side

It's an Appwrite function so you can use whatever encryption library you want (assuming it will import)

Okay as in inside appwrite function write

Alright thanks

[SOLVED] Is there an Appwrite implementation there for encrypting cloud functions responses
Recommended threads
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
