Link to home
Start Free TrialLog in
Avatar of turloughm
turloughm

asked on

Password protection

Hello All
        What is the best way to password protect an application,If you have any source code for password could you also mail it.
cheers T

Avatar of turloughm
turloughm

ASKER

My Email is turloughm@hotmail.com
turloughm,

Posting email only requests is considered bad form here on E-E as it deprives the other members of the benefits of the answers.

Anyway, back to the point. Password is a topic that comes up fairly often. Generally, passwording an app is more trouble than it's worth. Someone with physical access to your workstation can compromise most anything you can code. Problem is where to save the password. You can't really keep it buried in the .EXE, the registry and local files are all easily compromised.

If you're on a LAN you can have absolute control by letting the LAN handle the issue.

What are you after? Are you just trying to block your app from running or are you trying to block access to a database or file? Are you set for stand-alone operation or LAN based? How much security is enough?

M



ASKER CERTIFIED SOLUTION
Avatar of deighton
deighton
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
The code above is good for my encrypyion ,I will have many levels of user.what type of data storage should i use , How should i go about using this storage
cheers turlough