Hi,
I am adding a ftp signon to my software and plan to store that value using the php password_hash() function. My concern is that it may not mesh with how cpanel processes that data on the cpanel side of things for the users ftp account.
I don't need to know how cpanel does it, i just want to know if the ftp pw is submitted as a password_hash(), will cpanel accept the data as a pw hash. Users dont want to have to keep typing in their ftp information which is why i am adding this feature.
UPDATE: well i just ran a test with the hash and it did not work. Are we really suppose to send that pw over the request unhashed?
I am adding a ftp signon to my software and plan to store that value using the php password_hash() function. My concern is that it may not mesh with how cpanel processes that data on the cpanel side of things for the users ftp account.
I don't need to know how cpanel does it, i just want to know if the ftp pw is submitted as a password_hash(), will cpanel accept the data as a pw hash. Users dont want to have to keep typing in their ftp information which is why i am adding this feature.
UPDATE: well i just ran a test with the hash and it did not work. Are we really suppose to send that pw over the request unhashed?
Last edited: