What resource should I use for how to investigate data at rest with Django?
Summary
A user on a tech forum asks for resources to implement data-at-rest encryption in Django. The discussion centers on the adequacy and maintenance of Django-specific encryption libraries (notably django-cryptography and its fork), and commentators advise using general cryptography libraries (e.g., AES via PyCryptodome) and safer abstractions like Google Tink. The thread also touches on the broader question of whether encryption is necessary for a hobby project and the reliability of open-source publishers.