des c 加密算法

ojz38385 17 0 RAR 2020-11-18 23:11:03

strcpy(user,"bup12345678"); strcpy(pwd,"bup12345678"); printf("\n-----------------\n"); printf("BCR: %s\n",pwd); cryptPWD(pwd,user,pin); printf("PIN: %s\n",pin); UnCryptPWD(pin,user,mpin); printf("UCR: %s\n",mpin); getchar(); return 0;

用户评论
请输入评论内容
评分:
暂无评论