搜索资源列表
d.c
- 这只是.c文件,主要实现2、8、10、16进制数之间的转化。-only. C, main 2,8,10,16 band between the number of transformation.
十六进制异或
- 用C++实现的十六制易或运算的加密算法,希望给大家有所帮助-C achieved 16 or processing system easy encryption algorithm, we hope to help
FEAL8
- 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterati
HexToInt
- 用c语言实现16进制转10进制,经过改良过的。
2008516
- 实用c程序:16进制<->10进制互换程序 89C51系列CPU编程器接收CPU程序 HT1380实时时钟驱动程序 单个汉字库字摸提取程序,tc2.0编译 按键扫描驱动程序
ASCIIStrAndHexStrTransForm
- ASCII串和16进制串相互转换的c++类,本人原创-ASCII hexadecimal string and 16 string conversion class
16Editor
- 一个16进制编辑器源码,C++环境,windows XP下编译通过-Editor of a 16-band source, C++ environment, windows XP under the compiler through
jinzhi
- c语言下根据用户的输入进行进制转换,第一个是10进制数,第二个是想转的格式(2,8,16)-c language based on user input for the next binary conversion, the first one is 10 decimal, the second is to switch the format (2,8,16)
DES
- 使用C++实现DES算法,要求输入加密内容,将加密内容转为16进制后输入加密密钥,进行加密-C++ implementation DES encryption, the input encrypted content to the encrypted content to enter the hexadecimal encryption key to encrypt
sms4
- SMS4算法的C语言实现。手动输入明文和密钥以及功能选择,按16进制输入和输出。-SMS4 algorithm in C language. Manually enter the plaintext and key functions to select, according to the hexadecimal input and output.
encryption
- 这一个用c++写的DES算法的简单实现,能输入16进制的明文进行加密。-This is a written with c++ simple implementation of the DES algorithm, can enter 16 hexadecimal plaintext encryption.
10--to-16
- 十进制转换为十六进制的c++编程实现,由用户输入十进制数,然后系统将其转化为十六进制数-Decimal to hexadecimal c++ programming
DES_lab
- DES加密算法(DES)的C语言实现支持16位16进制秘钥-DES algorithm (DES) of the C language
AESEncrpt
- AES 加密生成16进制字符串,可兼容c#进行减密,数据填充方式CBC,数据填充值Zeros