Current time: 06-12-2024, 04:51 PM Hello There, Guest! (LoginRegister)


Post Reply 
Decrypting FTP Passwords
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #2
RE: Decrypting FTP Passwords
Will be difficult because the password is crypted with random salt:

$cryptpw = crypt($clearpw, generate_rand_salt())

The mailpasswords (and user sql passwords) are crypted in a different way so that ispcp can decrypt and use the cleartext password.

/J
07-04-2009 08:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Decrypting FTP Passwords - rsmithgs - 07-04-2009, 05:32 AM
RE: Decrypting FTP Passwords - joximu - 07-04-2009 08:49 AM
RE: Decrypting FTP Passwords - rsmithgs - 07-04-2009, 05:43 PM
RE: Decrypting FTP Passwords - Knut - 07-04-2009, 07:16 PM
RE: Decrypting FTP Passwords - joximu - 07-05-2009, 08:15 AM
RE: Decrypting FTP Passwords - rsmithgs - 07-06-2009, 03:40 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)