FTP passwords in plain text
#2
RE: FTP passwords in plain text
(02-21-2016, 05:06 AM)Me.B Wrote:
(02-21-2016, 04:36 AM)bbspike Wrote: I replyed some in the designtatd threads.

I forgot one thing to mention. Sentora really should stop saving the FTP passwords in plain text.

Ok let's try but I think we need an extra module in the stack..

http://www.proftpd.org/docs/directives/l...Types.html

We need to change it. It can be done but we should test upgrade process before.

M B
Yes the only thing needs to be done is change the SQLAuthType to OpenSSL or Backend and change the code in the sentora module with someting like:

PHP Code:
$password "{md5}".base64_encode(pack("H*"md5($password))); 
[Image: logo2.png]

My being on this forum is all personal and all is done here by me has nothing to with the company Web Improved I work for Smile


Messages In This Thread
FTP passwords in plain text - by Me.B - 02-21-2016, 05:06 AM
RE: FTP passwords in plain text - by bbspike - 02-21-2016, 05:33 AM
RE: FTP passwords in plain text - by Me.B - 02-21-2016, 06:20 AM
RE: FTP passwords in plain text - by bbspike - 02-25-2016, 05:56 AM
RE: FTP passwords in plain text - by Me.B - 02-25-2016, 06:31 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)