Closed (won't fix)
Project:
SMTP Authentication Support
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 15:48 UTC
Updated:
4 Dec 2009 at 11:49 UTC
Comments
Comment #1
franzWhat do you mean when you said encrypt the password? If you mean to encrypt while you submit the form to save it, then the only way would be to use HTTPS with SSL. If you mean to store encrypted, that doesn't make much sense, since the module will need it unencrypted to make the SMTP negotiation.
As long as the database access is correctly restricted, there is no need to worry. The SMTP negotiation may use SSL or TLS if the server supports, so this transmission will be encrypted.