PDA

View Full Version : password


visvanatha
06-04-05, 05:11 PM
dear sir,
i get a username and password,then password is encrypted,
how to get the plaintext?,because i will used ftp side,

ajdonnison
06-04-05, 10:03 PM
If you mean you want to get the plaintext version of your password from the database, then it is impossible. The encryption uses a one-way hash that is not reversable.