Does MyDAC support new password Hashing in MySQL 4.1?
-
Guest
Does MyDAC support new password Hashing in MySQL 4.1?
My application has own form for connecting to MySQL server, so there is need to check user passwords which are hashed.
-
Hanne Berthelsen
- Posts: 15
- Joined: Thu 18 Nov 2004 07:51
> What exactly does password hashing mean for MySQL tables?
In general password hashing concerns logging to the server. But it doesn't concerns the tables directly. Password hashing means that client makes hash code based on password specified by user and sends to the server this hash code but not password. MyDAC also works in this way.
> ... and how is it supported in MySQL Data Access Components?
MyDAC supports this transparently for user interface.
In general password hashing concerns logging to the server. But it doesn't concerns the tables directly. Password hashing means that client makes hash code based on password specified by user and sends to the server this hash code but not password. MyDAC also works in this way.
> ... and how is it supported in MySQL Data Access Components?
MyDAC supports this transparently for user interface.