c# - Protect Windows Applications against password recovery tools -



c# - Protect Windows Applications against password recovery tools -

i developing c# application user come in informations server, database, user , password (the password hidden this.txtpassword.passwordchar = '*';), if utilize password recovery tool bulletspassview reveals password while know applications protected tool (skype, yahoo messenger, ...).

i want know must protect application

workaround: quote site linked:

this utility works fine password text-boxes, there applications don't store password behind bullets, in order increment security. in such cases, bulletspassview not able reveal password.

which means might able protect getting actual password out passwordbox , replacing dummy characters on every keystroke.

better approach: utilize current, relevant technology opposed archaic winforms:

i tested wpf passwordbox , not detected/revealed bulletspassview tool.

c# winforms security

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -