I am trying to create a custom application that allows for adding and removing and changing passwords of users. How would I create the hash that MySQL uses to stored password in?
I know MySQL has a Password() function but I can't figure out how to use this function in NHibernate.
Anyone know how to do this?