搜索资源列表
des
- VC++实现DES加解密 Tips: 1.本程序可以加密1-4096个字符的任意长度字符串 2.如果密钥长度过短或者为空,程序将使用默认 密钥"YinXueYuan Build It!"进行加密. 3.加密结果将用16进制字符显示 4.本加密程序同时支持中/英文字符(包括密钥和明 文) 5.本加密程序支持特殊字符[例如换行符(回车键)] Attention: 1.加密时,密文的最后一个字符请不要使用半角 美元符号 $ 2.字符串加密最多支持
QT_GPS_GSM
- GPS和GSM通信实验,GSM规范]对短消息传输定义了三种控制协议:即二进制协议(块模式),基于字符的AT命令接口协议(文本模式)和基于字符的十六进制编码二进制传输块接口协议(PDU 模式)。-GPS and GSM communication experiment, GSM standard] for the short message transmission control protocol defines three types: the binary protocol (block m
kcpDES
- DES算法的加密解密,借用别人的代码,自己编写的小界面。可以加密八位以下的字符,解密后输出为十六进制,并且可以正确解密。希望对大家有用-DES algorithm for encryption and decryption, to borrow someone else' s code, I have written a small interface. The following eight characters can be encrypted, decrypted output to
CRC
- CRC校验,输入为十六进制,每字节程序自动加空格分开,计算结果为2字节十六进制。对输入框的输入和删除都是针对之后一个字符。输入的字母自动转换为大写。-CRC, the input to hex, each byte of the program automatically add a space to separate the results for the 2-byte hexadecimal. The input of the input box and delete a character
md5
- md5源码。根据md5算法,用C++实现对一个字符串的hash,输出32为十六进制字符。-md5 source code. According to md5 algorithm, using C++ implementation of a string of hash, the output of 32 hexadecimal characters.