As long as you use it in your application, you should be fine.
Disable the theme, given that you are using asp.net, but the notable exception is that if you use PHP and MySQL and do something like this:
UPDATE users SET password = PASSWORD('$pwd') WHERE userid = $uid
In this case, you will first want to clear $ pwd first.
source share