encrypt($data, $key); } /** */ function read($data, $key) { $md5crypt =& new MD5Crypt(); return $md5crypt->decrypt($data, $key); } } return 1; ?>