摘要:
//iOS DES ECB 模式加密 #importstatic Byte iv[] = {1,2,3,4,5,6,7,8};+(NSString *) encryptUseDES:(NSString *)plainText key:(NSString *)key { NSString *ciphertext = nil; const char *textBytes = [plainText UTF8String]; NSUInteger dataLength = [plainText length]; ... 阅读全文
posted @ 2013-09-30 17:10
qingjoin
阅读(2994)
评论(0)
推荐(0)

浙公网安备 33010602011771号