Search Results

0
votes

Best way to store a database password in a startup script / config file?

You can bake a symmetric encryption key into your binary, and have that binary read an encrypted username/password from a file on disk when it starts up. However, this is not really much …