Hi,
I am a PostgreSQL user and would like to use psycopg2 to read in query data into a Jupyter notebook as dataframe.
My question here is: How can I store the credentials securely and use them in this case?
Hi,
I am a PostgreSQL user and would like to use psycopg2 to read in query data into a Jupyter notebook as dataframe.
My question here is: How can I store the credentials securely and use them in this case?
Hi thomas.meissnerб
Secure storage of accounts is a fairly broad question. Here are a few solutions to this.
These are some of the most common storage methods. You can find others, such As base64 encoding or other methods. But since in the end you need to write the decoding logic, there is still a chance that hackers will get your data.