Re: How to hide code in the assembly?
From: Carlos J. Quintero [.NET MVP] (carlosq_at_NOSPAMsogecable.com)
Date: 03/03/05
- Next message: Cor Ligthert: "Re: Changing TextBox BackColor / ForeColor When Disabled"
- Previous message: Ada: "Re: searching for the highest index within a directory"
- In reply to: Sharon: "Re: How to hide code in the assembly?"
- Next in thread: Sharon: "Re: How to hide code in the assembly?"
- Reply: Sharon: "Re: How to hide code in the assembly?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Mar 2005 11:29:52 +0100
Hi again,
1) Why don´t you use the SMTP server of the user instead of yours? That
would avoid authentication...
2) If you really need it, then you can encrypt that data so it is no so
easily seen with a decompiler.
-- Carlos J. Quintero MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET You can code, design and document much faster. http://www.mztools.com "Sharon" <Sharon@discussions.microsoft.com> escribió en el mensaje news:DBB703A4-25E9-4A0D-8907-0971F78FB7AD@microsoft.com... > Actually by problem is a bit different then I posted. > I'm sending mail form the assembly, and for that I'm doing authentication > like that: > > MailMessage MyMail = new MailMessage(); > MyMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", > "1"); > MyMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", > "UserName"); > MyMail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", > " password"); > > And by using the tool I mentioned before, this user name and password can > be > seen Easley. > > How can I hide this data? >
- Next message: Cor Ligthert: "Re: Changing TextBox BackColor / ForeColor When Disabled"
- Previous message: Ada: "Re: searching for the highest index within a directory"
- In reply to: Sharon: "Re: How to hide code in the assembly?"
- Next in thread: Sharon: "Re: How to hide code in the assembly?"
- Reply: Sharon: "Re: How to hide code in the assembly?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|