摘要: #include<stdio.h> #include <iostream> #include <openssl/sha.h> #include <openssl/crypto.h> #include <openssl/md5.h> using namespace std; const char *s 阅读全文
posted @ 2017-03-31 16:00 yinhua405 阅读(946) 评论(0) 推荐(0)
摘要: package com.fabiao;import java.security.KeyFactory;import java.security.MessageDigest;import java.security.PrivateKey;import java.security.PublicKey;i 阅读全文
posted @ 2017-03-30 15:53 yinhua405 阅读(2987) 评论(0) 推荐(0)