The user wants to know if it's possible to encrypt and decrypt PDF and video files stored in Appwrite. Appwrite storage automatically encrypts files under 20MB. If files are larger, it's recommended to handle encryption/decryption yourself. The user also asks how to achieve this on Android, but there is no solution provided in the thread.
safwan
15 Aug, 2023, 12:14
Appwrite storage buckets encrypt files within 20MB by default. If your files are over 20MB, then it's better to do the encryption/decryption by yourself.