|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
MD5 encrypt ftp password
I have encrypted the password in php and store into the MySQL database using
PHP Code:
is there a way to decrypt back because I need the plain password in order to access the FTP through PHP with ftp enabled. |
|
#2
|
|||
|
|||
|
Hi
No, md5(), only calculates the md5 hash of a string, so there is no way to decode a string that is stored in a md5 hash! Use some other method to store the password, so you can decode it if you need to! F! |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > MD5 encrypt ftp password |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|