In terms of security, what could an attacker do if he knows the SECRET_KEY? Is there any imminent danger?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, from the manual:
I’m not sure how it could do those things (i.e. exactly how the secret key is used). Most likely it could lead to identity verification issues. If Django is actually using it to somehow provide https transport, then anyone able to sniff traffic could decrypt the traffic.