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 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