Skip to content
Advertisement

Tag: password-encryption

How to securely pass credentials in python?

Passing login credentials into a python script for a website. However, I want the credentials to not be stored as plaintext in the .py files. How can I securely store the login credentials in a .py file so it can use them to login? Answer You can use an environmental file in your project root directory and load in the

Advertisement