Hi all, I'm evaluating Supabase for use in an application that employs end-to-end-encryption. A user's data in the database is encrypted with a key derived from their password, so when they change the password, the server needs to re-encrypt their data with the new password, and abort the change if the re-encryption fails for whatever reason.
Is this something that Supabase supports?