I have batch of user accounts and every user account's password is not crypted.I want to insert to user accounts to the database using SQL Insert Query
but I want to hash the passwords while insert like ASP.Net MVC
hashing mechanism in the query.
Is it possible , if it is how can I handle this?
Thanks