Djecrety | Django Secret Key Generator
djecrety.irA secret key used to provide cryptographic signing, and should be set to a unique, unpredictable value. Running Django with a known SECRET_KEY defeats many of Django’s security protections, and can lead to privilege escalation and remote code execution vulnerabilities.
Django Secret Key Generator
django-secret-key-generator.netlify.appDjango's SECRET_KEYis the setting used as the basis for secret generation and signing. It's used to generate session keys, password reset tokens and any other text signing done by Django. For the safety and security of a Django application, this mustbe kept as secret as possible.