[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
- Is Quick Start for function creation wor...
I am trying to create a Node.js function using the Quick Start feature. It fails and tells me that it could not locate the package.json file. Isn't Quick Start ...
- Connecting server functions to GitHub re...
The project I am working in has recently moved organizations on Appwrite. The same is true for the repo on GitHub, which as moved from a private user to a organ...
- Missing C++ libstdc library in Python fu...
I have a function running Python 3.12 which suddenly started dumping errors (as of today; it worked yesterday). I hadn't changed any code so I found this odd, b...
