Ok, that’s good to know , because I wanted to let potential users of my app know that their data is encrypted at rest and in transit. I was thinking of going down the path of encrypting and decrypting all data by hand following the steps mentioned here : https://anvil.works/docs/security/encrypting-secret-data. If all data in the data table is already encrypted at rest that should satisfy what I am looking for.
1 Like