Server-side application configuration security. Best practices
Posted
by
Andrew Florko
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Florko
Published on 2011-01-13T09:40:42Z
Indexed on
2011/01/13
13:53 UTC
Read the original article
Hit count: 239
We publish server-side application to our customer workstation and customer's security guys are concerned about configuration connection strings safety.
Connection strings are stored as plain text right now, but as configuration file is not in the public/shared folder we supposed that workstation security itself is enough.
What are the ways to improve connection strings security further?
It is a big step forward to encrypt password and keep a decryption key on the same workstation? What are the steps we can take to keep connection strings (and alike) information more and more securable?
Thank you in advance!
© Stack Overflow or respective owner