HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.83k stars 196 forks source link

Settings encryption #87

Closed morlandi closed 4 years ago

morlandi commented 4 years ago

Any idea/suggestion on how to effectively encrypt settings kept in the .env file, and maybe add a sort of checksum to be "reasonably" sure they haven't been tampered ?

henriquebastos commented 4 years ago

I think this is an operational problem and should be dealt with proper permissions and deploy strategy.