You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not familiar with Postges's native encryption. It may be possible to develop a custom cipher module that is capable of decrypting the ciphertext though. See the docs on Cloak.Cipher: https://hexdocs.pm/cloak/Cloak.Cipher.html
Now I have a legacy database, a column is encrypted by PGP_SYM_ENCRYPT.
I wonder if I can use cloak_ecto to deal with that?
The text was updated successfully, but these errors were encountered: