views:

34

answers:

1

We have over 500 sites that we host. All of their ftp information is in a database. Whenever one of our programmers have to add a site they have to get all the info and set it up. However, I found that you can export them and it has all the info except for one problem. The password is encrypted. I am not trying to hack anything, I want to know how to encrypt our passwords so that we can import them using dreamweavers import feature. Can anyone tell me what encryption they use or a link on how to encrypt. I am not interested in decrypting at all because we already have all of them so it would not do me any good.

A: 

Take a look at the JavaScript functions on the following page which lists encrypt and decrypt functions for handling Dreamweaver FTP passwords that are found within the XML based .ste site definition files that are exported by Dreamweaver:

http://blog.affirmix.com/2008/08/28/encoded-passwords-in-ste-site-definition-files/

Danilo Celic