Hi,
Does anyone know if it is possible to supply a hashed password in the ADO connection, instead of the password value itself?
I am using a domain account for the ADO connections, but do not want the password available for anyone to see as it has admin rights. I would like the ADO connection string to contain the hashed value of the password for the connection login, so the account can still do its work, but so anyone looking at the code will not know what the password is.
I thought there might be a way to do it in ASP.NET, but before I try incorporating that, I'd just like to know if anyone knows if this is possible in ASP.
-Ovatvvon :-Q
Does anyone know if it is possible to supply a hashed password in the ADO connection, instead of the password value itself?
I am using a domain account for the ADO connections, but do not want the password available for anyone to see as it has admin rights. I would like the ADO connection string to contain the hashed value of the password for the connection login, so the account can still do its work, but so anyone looking at the code will not know what the password is.
I thought there might be a way to do it in ASP.NET, but before I try incorporating that, I'd just like to know if anyone knows if this is possible in ASP.
-Ovatvvon :-Q