This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

FTP passwords in plain text
#4
RE: FTP passwords in plain text
Yeah true.

I already have change a Sentora server of us. Now its stores ftp passwords as SHA512.

Updating existing users was easy:

Code:
UPDATE ftpuser SET passwd=SHA2(passwd, 512)

Above code can easily be used in the update script.

The passwd column must be set to 180 tokens for this.
[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
Reply
Thanks given by: Me.B , TGates


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)