PHP Classes

File: Example.php

Recommend this page to a friend!
  Classes of Ángel Manso Pérez   Cryptor   Example.php   Download  
File: Example.php
Role: Example script
Content type: text/plain
Description: Example of use
Class: Cryptor
Create hash of key string using MD5 multiple times
Author: By
Last change:
Date: 8 years ago
Size: 119 bytes
 

Contents

Class file image Download
<?
include("Cryptor.php");
echo
Cryptor::Crypt("mypassword", "myseed");
?>
OUTPUTS a MD5 STRING with selected SEED.