Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Computer Name
Message
 
To
28/07/2003 04:24:03
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00810946
Message ID:
00814100
Views:
11
>Hi Brian,
>
>The password storage method is very interesting, honestly I'm now headache with the password manipulate on the connection string, especailly my boss appreciate a really security enviorment. Can I get some more information about this? Let say, how can I get the string from the encoded EXE form.
>
>Thanks alot
>ASTON

Here is a simple way for storing the password for a connection string.

declare a global variable called for the username and password

i.e. global glob_sUsername as string

In an init function set the values like this.
glob_sUsername = CHR(68) + CHR(65) + CHR(94)

etc. Use the numeric values of each character and use these functions. That way the binary doesn't show the passwords and username in plain text. Of course and experienced hacker would then just run a memory editor and search but that would require a lot of skill and determination.
Brian Seekford
Seekford Solutions, Inc.
http://www.SeekfordSolutions.com
Internet ActiveX Controls and .NET Class Libraries.
SMTP/S FTP POP3/S HTTP/S SNTP MIME PING WHOIS TRACEROUTE NNTP DNS MX
Base64, UUEncode, yEnc, MD5, SHA1, URL, Quoted-Printable.
Resizer and Tooltips
Email Verification and more. Check us out!
Previous
Reply
Map
View

Click here to load this message in the networking platform