LeakedIn Logo
Stories About Data Leaks and Related Stuff

Potential leak of data: Simple Password

0 votedvote

Detected 2 occurrence(s) of ‘\s+pass[word]+\s*[:=]+[ \t]*[a-z0-9\-_\!]+’:

s e)
    {
    }
}
	
string username = string.Empty;
string password = string.Empty;

using (LoginForm form = new LoginForm ())
 {
     DialogResult result = form.ShowDialog();
     if (result == DialogResult.Ok)
     {
         username = form.Username;
         password = form.Password;
     }
 }
	
Pop popFrm = new Pop();
if(popFrm.ShowDialog() == Ok)
{
   string userName = popFrm.TextBox1.Text;
}
	
namespace WindowsFormsApplication2
{

 public delegate void PopSaveClickedHandler(String text);

 public partial class Form1 :

Source: http://pastebin.com/raw.php?i=5fbrqUJP

Tags: ,

Comments are closed.