class_Cryptable.php

Go to the documentation of this file.
00001 <?php
00024 interface Cryptable extends FrameworkInterface {
00035         function hashString ($str, $oldHash = "");
00036 
00043         function encryptString ($str);
00044 
00051         function decryptString ($encrypted);
00052 }
00053 
00054 // [EOF]
00055 ?>

Generated on Mon Dec 8 01:06:45 2008 for Ship-Simulator by  doxygen 1.5.6