Back

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

  • 0
  • Functions
Aarush Acharya
6 Jul, 2023, 17:02

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

TL;DR
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.
Drake
6 Jul, 2023, 17:43

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

Aarush Acharya
6 Jul, 2023, 17:46

Okay as in inside appwrite function write

Aarush Acharya
6 Jul, 2023, 17:54

Alright thanks

Aarush Acharya
7 Jul, 2023, 04:31

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

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more