Hey @dimitarvp, thanks for the quick reply. Yes, Cloak.Ecto looks like the perfect solution for my first problem. It does’t support User specific encryption keys out of the box, but it says in the docs that it can be implemented ![]()
Any ideas on how I could encrypt the table? With Cloak I think I can’t do it, because for filtering they recommend adding a mirrored hash field, but that’s only good for direct matching, if I want to do something like where string contains x or ordering by a date for example, I won’t be able to do it.






















