Store credentials in shared server to use it in python application | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 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