PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Johnny Mast   PHP Dreamweaver Password Decoder and Encoder   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Dreamweaver Password Decoder and Encoder
Decode or encode passwords used by Dreamweaver
Author: By
Last change:
Date: 8 years ago
Size: 983 bytes
 

Contents

Class file image Download
{ "name": "redbox/dreamweaver", "description": "This simple and easy to tool allows you to encode or decode Adobe Dreamweaver passwords.", "keywords": [ "development", "security","passwords", "encode", "decode", "utility", "adobe", "dreamweaver" ], "homepage": "https://github.com/johnnymast/redbox-dreamweaver", "support": { "issues": "https://github.com/johnnymast/redbox-dreamweaver/issues", "email": "mastjohnny@gmail.com" }, "type": "library", "license": "MIT", "authors": [ { "name": "Johnny Mast", "email": "mastjohnny@gmail.com", "homepage": "https://github.com/johnnymast", "role": "lead" } ], "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.6" }, "autoload": { "psr-4": { "Redbox\\Dreamweaver\\": "src/" } }, "autoload-dev": { "psr-4": { "Redbox\\Dreamweaver\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit" } }