5 votes

How to keep a secret in Python apps

1 comment

  1. mainmeister
    Link
    Think about the different APIs and databases your application works with. Every one of them requires either an API key or a database connection string that itself contains a password. How do you...

    Think about the different APIs and databases your application works with. Every one of them requires either an API key or a database connection string that itself contains a password. How do you let your application access this sensitive information without storing it in source code or putting in other compromising locations? We have Glyph Lefkowitz on the show to share his security fable as well as just good advice for keeping secrets out of Python code.

    1 vote