What resource should I use for how to investigate data at rest with Django?
Finally embarking on a side-project that I will be doing with Django. One thing that I am having to consider is how to do encryption. Looking at the explanations of different levels of encryption...
Finally embarking on a side-project that I will be doing with Django.
One thing that I am having to consider is how to do encryption.
Looking at the explanations of different levels of encryption here, I think data at rest is really all I need to do (although, I will probably use cloudflare tunnels which will also ensure data in transit but I just won't be implementing it myself is all).
Now, doing data at rest, doing some research, django-cryptography comes up a lot but that hasn't been updated in forever, to point where an open issue on its repo points to a new library (django-cryptograph-5) that was made specifically cause the devs of django-cryptography seem to have abandoned it, but that same thing could happen to the new off-shoot.
I can't tell if this means that I am looking on the wrong webpages for knowledge of how to do about this or when working in the python open-source ecosystem, there's no list of trustworthy reliable publishers of a library for data at rest encryption? like how Django REST Framework is so established, they even have sponsors now.