Page 1 of 1
					
				Does MyDAC support new password Hashing in MySQL 4.1?
				Posted: Wed  25 May 2005 10:41
				by Guest
				My application has own form for connecting to MySQL server, so there is need to check user passwords which are hashed.
			 
			
					
				
				Posted: Wed  25 May 2005 11:01
				by Ikar
				> Does MyDAC support new password Hashing in MySQL 4.1?
Yes
			 
			
					
				
				Posted: Tue  13 Jun 2006 14:07
				by Hanne Berthelsen
				What exactly does password hashing mean for MySQL tables? 
... and how is it suppored in MySQL Data Access Components?
			 
			
					
				
				Posted: Fri  16 Jun 2006 10:18
				by Antaeus
				> 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.