摘要: key,0,8), $iv) != -1){ $this->cipherText = mcrypt_generic($cipher,$this->pad($str)); mcrypt_generic_deinit($cipher); // 以十六进制字符显示加密后的字符 $this->HcipherText=bin2hex($this->cipherText); //printf("3DES encrypted:\n%s",$this->cipherText); //printf("3DES HexEncrypted:\n%s&quo 阅读全文
posted @ 2013-09-03 10:22 北京破小孩 阅读(229) 评论(0) 推荐(0)