HighDots Forums  

Retrieving FTP passwords from .ste files?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Retrieving FTP passwords from .ste files? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Drew PCR
 
Posts: n/a

Default Retrieving FTP passwords from .ste files? - 11-23-2004 , 05:40 PM






Is there any way of pulling the password for an FTP host out of a Dreamweaver
..ste file? I was given the site by a previous designer, but neither he nor the
client have a record of what the password for the server is. I have imported
the settings and can use Dreamweaver to log in, but we'd like to figure out the
password for future reference. Is there a way to do it without contacting his
ISP for the info just by cracking open the .ste? Thanks, Drew


Reply With Quote
  #2  
Old   
Tom Muck
 
Posts: n/a

Default Re: Retrieving FTP passwords from .ste files? - 11-23-2004 , 05:45 PM






"Drew PCR" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Is there any way of pulling the password for an FTP host out of a
Dreamweaver
.ste file? I was given the site by a previous designer, but neither he
nor the
client have a record of what the password for the server is. I have
imported
the settings and can use Dreamweaver to log in, but we'd like to figure
out the
password for future reference. Is there a way to do it without contacting
his
ISP for the info just by cracking open the .ste? Thanks, Drew
Try this page:
http://www.bartgrantham.com/dreamweaver_password.html


--
-------------------------------------------
Tom Muck
co-author Dreamweaver MX 2004: The Complete Reference
http://www.tom-muck.com/

Extending Knowledge, Daily
http://www.CommunityMX.com/




Reply With Quote
  #3  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: Retrieving FTP passwords from .ste files? - 11-23-2004 , 06:03 PM



On Tue 23 Nov 2004 05:40:52p, Drew PCR wrote in macromedia.dreamweaver:

Quote:
Is there any way of pulling the password for an FTP host out of a
Dreamweaver .ste file? I was given the site by a previous designer,
but neither he nor the client have a record of what the password for
the server is. I have imported the settings and can use Dreamweaver
to log in, but we'd like to figure out the password for future
reference. Is there a way to do it without contacting his ISP for the
info just by cracking open the .ste?
Open the .ste in a text editor. The password is in the line which begins
"<remoteinfo...". It's encoded as an ASCII string, using hex values. The
first digit is saved straight; the second is saved as c2+1; the third as c3
+2, ... where c1, c2, c3, ... are the first, second, third ... character of
the password.

So if your password is 'password', then the the encoded value (as found in
the .ste file) is pw="706275767B74786B"
The ascii hex code for it would be:
70 61 73 73 77 6f 72 64
70 62 75 76 7b 74 78 6b // encoded value for comparison

There are a couple of online decoders; if you google for [dreamweaver
password decoder] you'll probably find one or two. This is also how the
password is held in the (Windows) registry, so bear that in mind if you
have any really sensitive site passwords.


Reply With Quote
  #4  
Old   
Mick White
 
Posts: n/a

Default Re: Retrieving FTP passwords from .ste files? - 11-23-2004 , 06:42 PM



Drew PCR wrote:

Quote:
Is there any way of pulling the password for an FTP host out of a Dreamweaver
.ste file? I was given the site by a previous designer, but neither he nor the
client have a record of what the password for the server is. I have imported
the settings and can use Dreamweaver to log in, but we'd like to figure out the
password for future reference. Is there a way to do it without contacting his
ISP for the info just by cracking open the .ste? Thanks, Drew

http://www.mickweb.com/javascript/code/decrypt.html

Mick


Reply With Quote
  #5  
Old   
elhz
 
Posts: n/a

Default Re: Retrieving FTP passwords from .ste files? - 02-27-2006 , 03:25 PM



I also have the same password problem but I cannot find a .ste file -- I'm using Dreamweaver 8 on a Mac. Is that maybe a pc name or can you tell me where to look.

Reply With Quote
  #6  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Retrieving FTP passwords from .ste files? - 02-27-2006 , 03:43 PM



If you have never exported any of your site definitions, you will not find
them. Look in your preferences and in the plist files.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"elhz" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I also have the same password problem but I cannot find a .ste file -- I'm
using Dreamweaver 8 on a Mac. Is that maybe a pc name or can you tell me
where to look.



Reply With Quote
  #7  
Old   
elhz
 
Posts: n/a

Default Re: Retrieving FTP passwords from .ste files? - 02-28-2006 , 05:11 AM



Thanks, I exported it and got the .ste file.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.