Does MyDAC support new password Hashing in MySQL 4.1?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

Does MyDAC support new password Hashing in MySQL 4.1?

Post by Guest » Wed 25 May 2005 10:41

My application has own form for connecting to MySQL server, so there is need to check user passwords which are hashed.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 25 May 2005 11:01

> Does MyDAC support new password Hashing in MySQL 4.1?

Yes

Hanne Berthelsen
Posts: 15
Joined: Thu 18 Nov 2004 07:51

Post by Hanne Berthelsen » Tue 13 Jun 2006 14:07

What exactly does password hashing mean for MySQL tables?

... and how is it suppored in MySQL Data Access Components?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 16 Jun 2006 10:18

> 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.

Post Reply