文件名称:3DES-PBOC-MAC
介绍说明--下载内容均来自于网络,请自行研究使用
程序实现了3DES、DES加解密,PBOC的DES、3DES的MAC。
首先输入16进制的ASC码。将每个ASC转为4位二进制。然后DES运算。最后将每4位二进制结果转化为一个ASC输出。
-Program implements 3DES, DES encryption and decryption, the PBOC' s DES, 3DES the MAC. First, enter the ASC hexadecimal code. Each ASC to four binary. Then DES computing. Finally, every four binary result into an ASC output.
首先输入16进制的ASC码。将每个ASC转为4位二进制。然后DES运算。最后将每4位二进制结果转化为一个ASC输出。
-Program implements 3DES, DES encryption and decryption, the PBOC' s DES, 3DES the MAC. First, enter the ASC hexadecimal code. Each ASC to four binary. Then DES computing. Finally, every four binary result into an ASC output.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
3DES\DES.CPP
....\DES.H
....\DES_Startup.cpp
....\Hex.cpp
....\HEX.H
....\总体思路.txt
....\总体思路.txt.bak
3DES