Hi!
Just wondering if there is any way to set up collection encryption in the appwrite console? I've seen mentions of it in API references and some doc's on the site, but can't find where to do it within the console.
Thanks!
Hi @Orion read here: https://appwrite.io/docs/advanced/security/encryption
Thanks @kamal.panara . That's the page I found, however I then found a GitHub issue (#6293) where someone is using the SDK to create a database attribute that is encrypted.
I don't think you can create attributes with client sdk. you will need to use Server SDK for that, read here: https://appwrite.io/docs/references/cloud/server-dart/databases#createStringAttribute
@Orion this is what you are looking for!
@kamal.panara Ahhh! I see. Great, thank you. Hopefully will be in the web console soon!!
Database Attribute Encryption? solved
[SOLVED] Database Attribute Encryption?
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Appwrite cloud DB server error 500
Getting this error
- appwrite indexes not working (?
i have this index: ``` "indexes": [ { "key": "single-user-per-event", "type": "unique", ...