Store credentials in shared server to use it in python application | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Store credentials in shared server to use it in python application

Hello I’ve python application that retrieve data from multiple databases and generate a report and send an email. To access the DBs I’m using my own credentials which is ok because it’s on my pc. But the code will be moved to a shared server So, how can I store my credentials there and encrypt them and use it in my application?

30th Jan 2020, 10:13 AM
Ghaida
Ghaida - avatar
1 Answer
+ 1
While storing credentials in database, you encrypt it and then store! There are various techniques to encrypt and decrypt the data some of them are ROT13, caesar ciper
6th Mar 2020, 6:02 AM
Yash Chaudhari
Yash Chaudhari - avatar