From: baliboss <it...@ba...> - 2015-01-09 07:57:13
|
Hi to all webERP Developers I just realized that SMTP password stored in database table emailsettings is shown as plain text (not encrypted) is that the way its supposed to be? could this be a security issues? because the password is our company email password. Thank You. Regards, ============== Ade / baliboss.com ----- Baliboss Bali Open Source Solution www.baliboss.com -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/SMTP-password-in-database-is-not-encrypted-tp4657963.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |
From: JONATHAN K. <jon...@gm...> - 2015-02-04 06:27:00
|
This password cannot be encrypted because its passed to the smpt as text On 9 Jan 2015 10:58, "baliboss" <it...@ba...> wrote: > Hi to all webERP Developers > > I just realized that SMTP password stored in database table emailsettings > is > shown as plain text (not encrypted) is that the way its supposed to be? > could this be a security issues? because the password is our company email > password. > > Thank You. > > Regards, > ============== > Ade / baliboss.com > > > > ----- > Baliboss > Bali Open Source Solution > www.baliboss.com > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/SMTP-password-in-database-is-not-encrypted-tp4657963.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |
From: Phil D. <ph...@lo...> - 2015-02-04 06:32:15
|
The smtp option for email is a last resort and really not necessary - using the php mail command is the default with the smtp option off. Phil Phil Daintree Logic Works Ltd - +64 (0)275 567890 http://www.logicworks.co.nz On 04/02/15 19:26, JONATHAN KIRANGA wrote: > > This password cannot be encrypted because its passed to the smpt as text > > On 9 Jan 2015 10:58, "baliboss" <it...@ba... > <mailto:it...@ba...>> wrote: > > Hi to all webERP Developers > > I just realized that SMTP password stored in database table > emailsettings is > shown as plain text (not encrypted) is that the way its supposed > to be? > could this be a security issues? because the password is our > company email > password. > > Thank You. > > Regards, > ============== > Ade / baliboss.com <http://baliboss.com> > > > > ----- > Baliboss > Bali Open Source Solution > www.baliboss.com <http://www.baliboss.com> > -- > View this message in context: > http://weberp-accounting.1478800.n4.nabble.com/SMTP-password-in-database-is-not-encrypted-tp4657963.html > Sent from the web-ERP-developers mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot > Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and > more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > <mailto:Web...@li...> > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming. The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net/ > > > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |