Subject: Saving passwords securely
Hi
Matrix appears to use DIGEST-MD5 when sending passwords to the server. I would like my application to store the user's password in a configuration file after the user has first logged-on to make it easier for the user later.
Is it a realistic approach to store the MD5 hash of the password in the configuration file, so that I do not have clear text password or have to do some other encryption and decryption mechanism?
Does Matrix expose its hashing mechanism so that I could save its hash of the password in the configuration file?
Regards
John
Matrix appears to use DIGEST-MD5 when sending passwords to the server. I would like my application to store the user's password in a configuration file after the user has first logged-on to make it easier for the user later.
Is it a realistic approach to store the MD5 hash of the password in the configuration file, so that I do not have clear text password or have to do some other encryption and decryption mechanism?
Does Matrix expose its hashing mechanism so that I could save its hash of the password in the configuration file?
Regards
John