S
scorpion53061
I am seeing way too many connection strings not being properly protected.
This morning an indiviual asked me to help him with an unrelated issue and I
was shocked to see his password/username of his SQL Server shown in a XML
file with absolutely no protection whatsoever. Any user could have opened
the file and had access to his entire database.
Even those who have the connection in code are not safe because of those who
can decompile applications.
I think in the next release of ADO.NET MS has to do something about this. I
think this is a timebomb that is going to come back and bite some people.
I am trying to write a paper on encryption and connection strings that is
easily understandable. It is not easy to do. Hopefully will have it done
soon.
This morning an indiviual asked me to help him with an unrelated issue and I
was shocked to see his password/username of his SQL Server shown in a XML
file with absolutely no protection whatsoever. Any user could have opened
the file and had access to his entire database.
Even those who have the connection in code are not safe because of those who
can decompile applications.
I think in the next release of ADO.NET MS has to do something about this. I
think this is a timebomb that is going to come back and bite some people.
I am trying to write a paper on encryption and connection strings that is
easily understandable. It is not easy to do. Hopefully will have it done
soon.