Aarush AcharyaOriginal post
Rank 3: Container
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
Summary
Title: [SOLVED] Appwrite implementation for encrypting cloud function responses
Message: Yes, it is possible to encrypt the response from a cloud function using Appwrite. Appwrite allows you to use any encryption library you want within its functions. This means you can import and use the encryption library of your choice to encrypt the 6-digit OTP for better security. The encrypted response can then be decrypted on the server side.