Hi, i want to store some financial data (very sensitive data) for a project of me. I maybe want to let my friends also use my project. Is there an easy way to store their data encrypted on my appwrite instance without any way that i can decrypt it? Or is something like this planned?
TL;DR
Subject: Data Encryption for Project with Multiple Users
Message: Hello developers, I have a project where I need to store sensitive financial data. I also want to allow my friends to use the project. Is there a method to store their data encrypted on my appwrite instance without any way for me to decrypt it? If not, is there a plan to implement such a feature in the future?
Solution: Currently, Appwrite does not offer a built-in feature to encrypt user data without the ability for developers to decrypt it. However, you can implement your own encryption methods to secure the data before storing it in the Appwrite instance. ThisRecommended threads
- Function for long running task (other 60...
My function need long running other 60 seconds. But async mode return empty body. How to deal with that please ?
- OAuth2 Provider is disabled automaticall...
Hi everyone, I'm using self-host Appwrite 1.7.4. I can setup OAuth2 with Google successfully, however the provider is disabled automatically after one day witho...
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...