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?
1 Odpowiedź
+ 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