Hello, my name is Adham Salama, I’m an undergraduate Computer Engineer from Egypt.
I have an idea that I would like to present for participating in GSoC.
I would like to add Encrypted Fields to Django.
This idea was previously implemented in django-extensions, but was deprecated. after the encryption library, Keyczar, was deprecated.
The django-extensions maintainer said he would like to implement it, but doesn’t have enough time.
I think implementing it again using an existing encryption library, like cryptography, pycrypto, or Tink, which was recommended by Keyczar team.
I think this is an important feature to added and would be used by any developer making a secure Django project.
What do you think about this idea, and how would I go about implementing it?