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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...