搜索资源列表
LZWarithmetic
- LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字-LZW algorithm is based on converting Series (dictionary) T, the input string mapping into fixed-length (usually 12) the code word
EncryDeCry
- 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
md5_correct
- 修正了原CMd5类的CaculateStr函数的严重错误,并且转到新的C++类库。此类已经经过验证,文件和字符串均能得到正确结果,支持Unicode(Unicode时不需要转换)-amendment of the original CMd5 CaculateStr function of the type of serious errors and to the new C Class. Such has been validated, documents, and the string to
zchar
- 一个字符串加密的算法。算法采用16进制转换得到。
TEACode.rar
- tea加密解密算法的应用,hex字符串和其他字符串的转换,tea encrypt
md5.rar
- MD5算法及例子 1、 MD5String、MD5File、MD5Print、MD5Match这四个函数是供调用的。其他是用来辅助这几个函数的子函数。 2、MD5String为加密字符串。 3、MD5File为加密这个文件。 4、MD5Print是将加密后的密文转换成字符串。 5、MD5Match是用来比较密文是否一致。 加密字符串aaa MD5String(‘aaa‘) 将加密后的aaa显示出来 MD5Print(MD5String(‘aaa‘)) 比较两次密文是否一致:
Vigenère
- 维吉尼亚算法的实现,构成 明文:每个字符惟一对应一个0~25间的数字。 密钥:一个字符串,其中每个字符同明文一样对应一个数字,代表位移值,如a 表示位移 0,b 表示位移 1,c 表示位移 2,...... )。 加密过程: 将明文数字串依据密钥长度分段,并逐一与密钥数字串相加(模26),得到密文数字串; 最后,将密文数字串转换为字母串。 -Virginia algorithm constitutes explicit: Each character correspon
zhuanhuan
- 最牛逼的可将中文加密后转换成英文字母的加密算法-MostofChinese encryptioncanbe converted into lettersofthe alphabet aftertheencryption algorithm
01
- 字符串常用处理的实例大全(SHAI、MD5加解密等) 包括:HTML转换字符(Reverse)、加密、解密、SHA1加密、MD5加密、HTML反转字符等-Common examples of string processing Daquan (SHAI, MD5 encryption, etc.) including: HTML conversion character (Reverse), encryption, decryption, SHA1 encryption, MD5 encr
base64
- 64base加解密软件,将字符串转换成64BASE格式! //将64Base转成字符串 //将字符串转成64Base-64base decryption
MD5Provider
- 将字符串转换成MD5数据 应用于密码加密 Silverlight不支持MD5,所以提供这个类-Convert a string to MD5 data Apply password encryption Silverlight does not support MD5, so this class provides
RijndaelManaged
- rijndale的托管算法,VC++.NET可视化界面,包括了字符串的转换-rijndale hosted algorithm, VC++.NET visual interface, including the conversion of the string
DateDemo
- date 转换工具. 1.把一个日期类型转换成一个字符串类型 2根据传入的日期字符串和格式得到一个java.util.Date型的日期。. 3.把日期转换成需要的格式 -date conversion tool. put a date type is converted to a string according to the incoming date string and format a java.util.Date date. 3. The date into the r
CipherMaker
- 在线密码生成器(CipherMaker)是以.net进行开发的密码生成器,它可以随机的生成任意密码并加密成MD5格式,也可对指定的密码进行MD5的加密,还可对原有的加密字符串进行大小写的转换。-Online password generator (CipherMaker) is developed based on.Net encryption and password generator, it can generate arbitrary random code into MD5 forma
PBFuncLib160930有弹窗口版
- 历史修改记录 (三)2015.10.18 1.修复RSA的长度限制问题 2.增加COM口读操作 3.增加QR码的删除操作 4.增加https的POST和GET操作 (二)2015-05-03 wxj 1.增加取硬盘的序列号和名称 2.增加http的POST和GET操作 (一)2015.03.27 wxj,主要功能如下: 1.以非图片方式在Datawindow中显示QR二维码 2.GBK和UTF-8编码相互转换 3.加密解密,RSA加密解密 4.取汉字拼音首字母 5.文
md5
- MD5 压缩算法,将任意字符串经过MD5计算,转换成128bit的16进制字符串。(MD5 compression algorithm converts any string to a 128-bit hexadecimal string after MD5 calculation.)