Should email password be encrypted in a django app when using TLS?
I have seen multiple videos/tutorials regarding how to setup the email system in Django.
It seems that they all assume as long as the password is stored in an environmental variable, no encryption is required.
Is that so? Shouldn’t passwor… Continue reading Should email password be encrypted in a django app when using TLS?