Contribute Media
A thank you to everyone who makes this possible: Read More

How To Keep A Secret

By Glyph

Description

API keys, passwords, auth tokens, cryptographic secrets… in the era of cloud-based development, we've all got a bunch of them. But where do you put them? How do you keep them safe? And how can you access them conveniently from your Python code, both in development and production, without putting them at risk?

In this talk, I'll review information security best practices for managing secrets as well as Python-specific tips and tricks.

Details

Improve this page