georgemarshall / django-cryptography

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

Add homomorphic encryption #64

Closed 9mido closed 2 years ago

9mido commented 2 years ago

To be prepared for a quantum computing future and to give us all more security, this library should implement homomorphic encryption.

georgemarshall commented 2 years ago

This is currently not on the roadmap and adding support for elliptic curve algorithms is of higher priority list.