Skip to content

Feasibility of modifying PostgreSQL ORM/Driver to integrate CipherStash for in use data encryption #92

Answered by rgs258
calvinbrewer asked this question in Q&A
Discussion options

You must be logged in to vote

@calvinbrewer I imagine you're somewhat well informed about how psycopg works 😁. Django makes use of it via the django.db.backends.postgresql engine. I would imagine that an effort to integrate with Django, or any projects on the Django platform, would likely begin with overriding the django.db.backends.postgresql engine such that data types are mapped, etc.. https://github.com/korfuri/django-prometheus/blob/master/django_prometheus/db/backends/postgresql/base.py is one example of such an override, albeit much more simplistic than you're after.

Direct integration with DjangoCRM is probably not what you're really after, as that'd expose CipherStash to one project instead of the much larger…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by calvinbrewer
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants