Potential leak of data: Simple Password
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: pastebin.com, Simple Password
This entry was posted on Thursday, June 14th, 2012 at 11:53 and is filed under PasteMon. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Comments are closed.

