PHP Classes

PHP Dreamweaver Password Decoder and Encoder: Decode or encode passwords used by Dreamweaver

Recommend this page to a friend!
  Info   View files Example   View files View files (9)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 116 All time: 9,526 This week: 197Up
Version License PHP version Categories
dreamweaver-decoder 1.0MIT/X Consortium ...5.3PHP 5, Text processing, Security
Description 

Author

This is a simple class that can decode or encode passwords used by Dreamweaver.

It can take a given password encoded by DreamWeaver and decode it to retrieve the actual passwords in plain text.

The class can also do the opposite, i.e. take a given plain text password and encode it like DreamWeaver does.

Innovation Award
PHP Programming Innovation award nominee
March 2016
Number 3


Prize: One copy of the Zend Studio
DreamWeaver is a popular tool used by many designers to create Web sites.

It can store encoded passwords in site project configurations to access FTP servers to upload project files.

This class can decode passwords encoded by DreamWeaver.

Manuel Lemos
Picture of Johnny Mast
  Performance   Level  
Name: Johnny Mast <contact>
Classes: 10 packages by
Country: The Netherlands The Netherlands
Age: 41
All time rank: 121834 in The Netherlands The Netherlands
Week rank: 45 Up1 in The Netherlands The Netherlands Up
Innovation award
Innovation award
Nominee: 5x

Example

<?php
require 'autoload.php';

use
Redbox\Dreamweaver;

$encoded_password = "53735A3C7A3C7955";

/** Should output. Your decoded password: SrX9v7sN */
echo "Your decoded password: ".Dreamweaver\Dreamweaver::decode_password($encoded_password).PHP_EOL;


Details

Build Status Scrutinizer Code Quality Code Coverage GitHub stars Twitter URL

redbox-dreamweaver

Use this tool to encode or decode Adobe Dreamweaver passwords. In the examples directory you will find a demonstration on how to use the package.

Howto use the package

Look in the examples folder for basic examples of how to use the package.

Installation

Using composer:

$ composer require redbox/dreamweaver

Requirements

The following versions of PHP are supported by this version.

  • PHP 5.3
  • PHP 5.4
  • PHP 5.5
  • PHP 5.6
  • HHVM

Author

This package is created and maintained by Johnny Mast. For feature requests and suggestions you could consider sending me an e-mail or fill out an issue.

License

Redbox-dreamweaver is released under the MIT public license.

LICENSE

Enjoy

Oh and if you've come down this far, you might as well follow me on twitter.


  Files folder image Files  
File Role Description
Files folder imageexamples (3 files)
Files folder imagesrc (1 file)
Files folder imagetests (1 file)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE.md Lic. License
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file README.md Data Auxiliary data

  Files folder image Files  /  examples  
File Role Description
  Accessible without login Plain text file autoload.php Aux. Auxiliary script
  Accessible without login Plain text file decode.php Example Example script
  Accessible without login Plain text file encode.php Example Example script

  Files folder image Files  /  src  
File Role Description
  Plain text file Dreamweaver.php Class Class source

  Files folder image Files  /  tests  
File Role Description
  Accessible without login Plain text file DreamweaverTest.php Test Unit test script

 Version Control Unique User Downloads Download Rankings  
 100%
Total:116
This week:0
All time:9,526
This week:197Up
User Comments (1)
Good work!
7 years ago (Een veranderde naam)
80%StarStarStarStarStar