Login
Register
File: test1.php
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Help FAQ
Recommend
this page to a friend!
Stumble It!
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
Marcin Wisniowski
Last change:
Update
Date:
2007-11-17 20:07
Size:
100 bytes
Contents
Download
<?php
include_once(
'./AES.class.php'
);
$Cipher
= new
AES
(
AES
::
AES128
);
$Cipher
->
selfTest
();
?>
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
For more information send a message to
info at phpclasses dot org
.
Copyright (c)
Icontem
1999-2014