I have a column with geometry data in postgres DB with postGIS enabled.Please help me with a way to encrypt/decrypt that column.
postgresql.org/docs/9.4/static/datatype-geometric.html - the column that i have can contain any of the geometry types. I need a way to encrypt the data while writing to the DB and way to decrypt it while reading the same data back
Thanks in advance