I always warn my Dreamweaver students not to save their FTP password with their site information if they are working a public computer. If they do, anyone with access to the computer will have access to their website. In addition, the password encryption that Dreamweaver uses isn’t very secure. So a stranger could not only access your site but also “borrow” your password and access your site later from a different computer.
While that seems like an oversight on the part of Adobe, it can also be a convenience if – like me – you ever need to recover a password and the only place you’ve saved it is in Dreamweaver. To make the recovery process easy, Apptools provides an easy to use recovery tool on their site. Here’s how to use it:
- Export your site settings
- Select the Site>Manage Sites… menu option
- In the Manage Sites dialog, click the Export… button
- Make sure the “Backup my settings” option is selected and click OK
- Save your definitions as a .ste fie
- In a text editor
- Open the site definitions (xxxx.ste) file
- Locate the text string: pw=”encrypted password here”
- Copy the letters and numbers between the quotes
- Go to http://apptools.com/password.php
- Paste the code into the Encrypted Password field at the bottom of the page
- Click the Get Password button
That’s it, you should be looking at your recovered password.


