Login   Register  
PHP Classes
elePHPant
Icontem

File: test1.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marcin Wisniowski  >  AES Cipher  >  test1.php  >  Download  
File: test1.php
Role: Example script
Content type: text/plain
Description: Test case
Class: AES Cipher
Encrypt and decrypt data with AES in pure PHP
Author: By
Last change: Update
Date: 2007-11-17 20:07
Size: 100 bytes
 

Contents

Class file image Download
<?php
include_once('./AES.class.php');

$Cipher = new AES(AES::AES128);
$Cipher->selfTest();
?>