PHP Classes

File: example.cracker.php

Recommend this page to a friend!
  Classes of Dennis Nagliato   Multi Cracker to Decrypt MD5 in PHP   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: Example
Class: Multi Cracker to Decrypt MD5 in PHP
Decrypt a MD5 hash using md5cracker.net API
Author: By
Last change:
Date: 12 years ago
Size: 122 bytes
 

Contents

Class file image Download
<?php
include("cracker.php");

$crack = new md5cracker();
echo(
$crack->crack("098f6bcd4621d373cade4e832627b4f6"));
?>