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
- Other DateTime Columns Are Saved Incorre...
When opening a row’s details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...
- GOT 500 error when going to the appwrite...
I gott 500 internal error screen and my API is timeout. please help to take a look. Traceback (most recent call last): File "D:\conda\envs\wrista\Lib\site-pa...
- Returned columns when Query.select is us...
Hello, I am noticing that whatever i put in Query.select, the returned data will always contain the following fields ` "total": 1, "rows": [ { ...