|
#1
|
|||
|
|||
|
Encryption of password to MS access db
I'm using a web form with registeration fields to input
username and password to a database MS access .mdb <input type=password id=password runat=server> How do i encrypt it to ensure it is shown encrypted in the database if someone else open it. Thanks! -- Next, not sure if anyone knows where to get some good java script client-form validators samples? to check if empty, email, phone. |
|
#2
|
||||
|
||||
|
There are all sorts of encryption methods available. Here are a couple:
http://www.obviex.com/samples/hash.aspx http://www.obviex.com/samples/encryption.aspx
__________________
Paul ~~~~ Microsoft MVP (Visual Basic) |
|
#3
|
|||
|
|||
|
thanks! problem is.. the password will be keyed in by a user
in an <input type=password> and submitted in a form that will insert to my ms access db. how do i encrypt it then? |
|
#4
|
||||
|
||||
|
You can encrypt it when the form has been submitted but before it's inserted into the database. I'm assuming you're using ASP.NET correct?
__________________
Paul ~~~~ Microsoft MVP (Visual Basic) |
|
#5
|
|||
|
|||
|
yup i used Dreamweaver MX INSERT RECORD to add it into the db,
any idea how do i encrypt it b4 it gets send to the db? |
|
#6
|
||||
|
||||
|
Unfortunately I'm not familiar enough with Dreamweaver to help. I will take a look to see if I can find anything, but in the meantime I'm going to move your question to the Web forum since you would be more likely to get help there rather than the ASP.NET forum.
__________________
Paul ~~~~ Microsoft MVP (Visual Basic) |
|
#7
|
|||
|
|||
|
anyone knows?
|
|
#8
|
||||
|
||||
|
__________________
Paul ~~~~ Microsoft MVP (Visual Basic) |
|
#9
|
|||
|
|||
|
it didnt say i guess.
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|