crypt>
+
+ This option is recommended only for communicating with pre-7.2
+ clients.
+
+
Require the client to supply a crypt()>-encrypted
password for authentication.
- md5 is preferred for 7.2 and later clients,
- but pre-7.2 clients only support crypt>.
+ md5 is now recommended over crypt>.
See for details.
If you are at all concerned about password
sniffing> attacks then md5> is preferred, with
- crypt> a second choice if you must support pre-7.2
- clients. Plain password> should especially be avoided for
+ crypt> to be used only if you must support pre-7.2
+ clients. Plain password> should be avoided especially for
connections over the open Internet (unless you use
SSL,
communications security wrapper around the connection).