Password encryption

B

Bart Schelkens

Hi,

I'm using an Access-database to store my data.
I'm going to encrypt the user's password using MD5.
This will give me a password as a binary of 16 long.

Does anyone know what type I need to give to my column in my
Access-database?
I can seem to find the binary-type.

Thx
 
J

José Joye

What you can do is use the
FormsAuthentication.HashPasswordForStoringInConfigFile() method.
This will returns you a ash of your password in a string format. It could be
easier to store it in dB.

José
 
B

Bart Schelkens

Thanks for the info.

It works just great now.

José Joye said:
What you can do is use the
FormsAuthentication.HashPasswordForStoringInConfigFile() method.
This will returns you a ash of your password in a string format. It could be
easier to store it in dB.

José
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top