摘要: #include "stdafx.h" #include #include int main(int argc, char* argv[]) { printf("Hello World!\n"); char buf[]="123456"; unsigned char md[50]={0}; SHA_CTX ctx; SHA_Init(&ctx); SHA_Update(&ctx,b... 阅读全文
posted @ 2008-08-20 10:00 ahuo 阅读(713) 评论(0) 推荐(0) 编辑