georgemarshall / django-cryptography

Easily encrypt data in Django
https://django-cryptography.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
371 stars 70 forks source link

Accessing encrypted fields #39

Closed JDavid17 closed 4 years ago

JDavid17 commented 4 years ago

Hi, im using Graphene, i have a model that has some encrypted fields, now from my schema i want to do seach/look-up or filters in one of the encrypted fields how can i view that encrypted data?

georgemarshall commented 4 years ago

Please look into the comments of #10.