|
-
Oct 11th, 2000, 10:21 PM
#1
Thread Starter
Fanatic Member
Hi everyone.
I'm creating an app in which there will be a program administrator who will have a login password. Currently, I plan to store the password in the registry. Although this is not top-secret stuff, I know that anyone could easily go to the registry and get the password (if they know how to do it).
Here's my question. What's the best way to really create an industrial-strength password? I know that you may need to use encryption, but wouldn't the program be screwed up if someone with bad intentions deleted the encrypted file?
Thanks for your thoughts.
-
Oct 12th, 2000, 03:13 AM
#2
Hyperactive Member
Why not have your program to encrypt the password before it writes it to the regiestry, that way it will be a little hard to try and decrypt your password.
Thanks in advance for any help provided.
VB 6 Enterprise Edition SP4
ADO, SQL 7/2000, ASP and some JavaScript

>> Life goes on, but for how long? <<
If you can smile when things go wrong, you have someone in mind to blame
-
Oct 12th, 2000, 07:06 AM
#3
Thread Starter
Fanatic Member
Parkes,
Thanks for your response. Anyone else have any thoughts, suggestions or opinions?
-
Oct 12th, 2000, 07:46 AM
#4
transcendental analytic
For encrypting strings and reading/writing values in registry goto my homepage and download both modules, use regval property in the regsitry module
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Oct 12th, 2000, 07:51 AM
#5
Thread Starter
Fanatic Member
Kedaman
Thanks for the info. I'll check out your code.
Anyone else?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|