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 ?>
1.5.6