Шифрование данных в системе amazon Aurora и django
Я использую amazon aurora и django.
Теперь, думаю об использовании RDS шифрования
Всякий раз при чтении документов у меня возникает несколько вопросов.
Моей конечной целью является шифрование самих данных, даже пользователь mysql root не сможет проверить данные.
This doesn't encrypt the database data itself, so if DB user/password is leaked, the data could be stolen?
Is there any good way to encrypt the data in database? even root mysql user can not check the data. I am using django, It is enough that only django can encode-decode the data. I should use some django library not database itself? or database has some structure for this purpose?