1

Hello I'm trying to make an ASP.Net website and I need my passwords to be stored in the database encrypted in MySql4.1+ method. I have searched the web enough but I still haven't found any tuts that can show me how to make the registration and login proccess work this way. Any ideas please?

  • Have you seen [this](https://pythonhosted.org/passlib/lib/passlib.hash.mysql41.html) – huMpty duMpty Jan 25 '16 at 17:22
  • Thanks dude pretty good tip I just saw that but the problem is I don't know how to generate this in C# and call it when the function needs it... But thanks anyway :) – Mind Rapist Jan 25 '16 at 17:30
  • can't you use bcrypt or does mysql have a special type for hashes? – johnny 5 Jan 25 '16 at 18:30
  • Well I'm basicly a newbie on programming yet but as I can tell the password needs to start with an * and then 40 characters uppercase letters or numbers for example this is "password": *2470C0C06DEE42FD1618BB99005ADCA2EC9D1E19 – Mind Rapist Jan 25 '16 at 19:03
  • Well I got it just type PASSWORD(#your pass) in the query and that's it :) – Mind Rapist Feb 26 '16 at 16:15

0 Answers0