Viewing 9 posts - 1 through 9 (of 9 total)
I will do the hash compare of user authentication on both sides (Client & Server) whenever the user logs in .
SC
October 21, 2009 at 10:07 am
Because i Am syncing the Client from server and sending this password to the the client machine. This garbage data will be very difficult to sync as i am...
October 20, 2009 at 5:24 pm
can I store this garbage value returned by HASHBYTES() as string using the function sys.fn_varbintohexstr(@hash) ?
Thanks
SC
October 20, 2009 at 4:25 pm
Can i Store this garbage value returned by HASHBYTES function as String using the function sys.fn_varbintohexstr(@hash)
Thanks
SC
October 20, 2009 at 4:22 pm
Thanks CEWII for your response.
I have my password field in existing database as varchar(80). I want to join userName + password and use the HASHBYTES function to store it in...
October 20, 2009 at 3:11 pm
Thanks CEWII.
Is there a way to encrypt the Stored Procedure with Password?
Thanks
Shailesh
October 19, 2009 at 12:30 pm
Thanks for your reply.
But now my question is "IS there a way to break it" if i encrypt the stored procedure as you suggested.
Thanks
SC
October 19, 2009 at 12:00 pm
Thanks for your response.
Database is already in production and cannot make any change in column data types.
Thanks
shailesh
May 9, 2009 at 10:53 am
Thanks to AJ and Hari narayan. Both queries are working good.
Thanks for your time.
//shailesh
June 27, 2008 at 10:06 am
Viewing 9 posts - 1 through 9 (of 9 total)