Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
How can I decrypt a encrypted password in ftp?

Please give me a code.

Thanks in Advance
Posted
Comments
Richard MacCutchan 15-Mar-12 10:14am    
You can't; that is why it is encrypted.
Member 13703371 10-Oct-20 7:41am    
Hi ,


How to programmatically using C# or Vb.net change/reset FTP password ?
OriginalGriff 10-Oct-20 8:27am    
Don't scattergun the same request all over the site: you have a question in QA, leave it at that.
All you will do is duplicate work, and annoy those you want help from ...

1 solution

If you know which of the scores of algorithms was used to encrypt it, there is a very remote possibility that it can be decrypted. If the person who coded the encryption algorithm was competent, though, it would take a very long time to work it out.

In short: you can't.
 
Share this answer
 
Comments
Alan Tuscano 15-Mar-12 10:25am    
Thanks Gregory.
I was having a discussion with some colleagues regarding this topic and most of them says that it can be decrypted.
Thanks again.
Dave Kreskowiak 15-Mar-12 13:40pm    
Yeah, but if you don't know what algorithm was used to encrypt the password and the procedure that was used (like salting the password with some phrase, using mutliple algorithms, ...), you'll find it all but impossible to decrypt it.

There's only like thousands of different methods to encrypt something... Hell, there are cryptographic hash methods that are one-way only and you can't decrypt them no matter what you do!
Alan Tuscano 19-Mar-12 22:59pm    
hi Dave,

here's a sample of the encrypted password "YaGCdU8x0Ft+bWpjfeyhig=="
if decrypted, its Nsel2009.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900