Re: encryption question
- From: SiegfriedN <sniedinger@xxxxxxxxxxx>
- Date: Tue, 29 Jan 2008 16:08:18 +0000
Rael wrote:
Hi,...
I would like to use an encryption method where no record of the secret key is kept. (If the correct key is supplied the data will be unencrypted correctly otherwise a meaningless stream will be returned.)
But how to know if the user has entered the correct password?
Create a hash value of the password. (encrypted text value of the password)
When the user provides the password the password is encrypted and compared to the hash value you created for the password via the encryption algorithm.
See MD5 algorithm for example.
Some components.
http://sourceforge.net/projects/tplockbox/
To secure your exe from being cracked you may want to secure it with
http://www.ionworx.com/securecode.html
Siegfried
.
- Follow-Ups:
- Re: encryption question
- From: Henrick Hellström
- Re: encryption question
- References:
- encryption question
- From: Rael
- encryption question
- Prev by Date: Re: dialog box at sign in...anyone know of a component to do this
- Next by Date: Re: encryption question
- Previous by thread: Re: encryption question
- Next by thread: Re: encryption question
- Index(es):
Relevant Pages
|