Talks: How To Keep A Secret

Saturday - April 22nd, 2023 3:15 p.m.-3:45 p.m. in 355DEF

Presented by:


Experience Level:

Some experience

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.