I have a MongoDB running on Heroku, and I need to store full credentials for a 3rd party API, including password, username, security token, etc.
What is the best way to protect the data?
Would appreciate code samples in raw python (no Framework used for this one).
Thanks
Update - forgot to mention that I am storing credentials for many users, so this is why I'm looking at a database-solution