搜索资源列表
encript
- 本程序通过混合光学双稳模型的迭代方程对多媒体文件进行混沌加密、解密(加密解密文件分别以.en和.de结尾),并显示加密、解密的结果。-the procedures adopted hybrid optical bistable iterative equation model of multimedia documents chaotic encryption, decryption (encryption and decryption of documents respectively. an
RSA.rar
- RSA加密程序 1、能够对字串进行加密; 2、可以自动生成RSA加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。 ,RSA Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the crptogr
CalcCRC32
- 一个CRC32数据校验工具,能将计算结果分别用十进制和十六进制显示。-A CRC32 data validation tool, able to calculate the results were displayed in decimal and hexadecimal.
des
- VC++实现DES加解密 Tips: 1.本程序可以加密1-4096个字符的任意长度字符串 2.如果密钥长度过短或者为空,程序将使用默认 密钥"YinXueYuan Build It!"进行加密. 3.加密结果将用16进制字符显示 4.本加密程序同时支持中/英文字符(包括密钥和明 文) 5.本加密程序支持特殊字符[例如换行符(回车键)] Attention: 1.加密时,密文的最后一个字符请不要使用半角 美元符号 $ 2.字符串加密最多支持
DES
- 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present the crptograph 4.Decode the
code
- 分别实现DES的加密和解密,该程序加密的对象为8位字符串,加密后显示的结果为将64比特转为字符串的形式。加密的正确性可通过解密的结果来验证。-This program aims to encrypt and decrypt DES respectively, and the encrypted object of the program is the 8-bit string, i.e. converting the 64 bits into the form of strings. The v
md5-cut-sure
- 当我们有时候需要一个加密过的字符串的时候,当我们懒得写一行php代码求字符串的md5值的时候,这是一个很好的工具.程序很简单.调用 System.Security.Cryptography,使用其中的MD5类来加密字符串.将计算结果再显示在另外一个TextBox中. -When we sometimes need an encrypted string, when we bother to write a line of php code to find the md5 value of the
CRC4
- 该源程序可以实现4位crc编码,用户输入需要发送的由0和1组成的字符串,程序运行结果可以显示出4位CRC编码,其生成函数为x4+x+1-The source program can achieve four crc coding and user input needs to be sent by a string of 0 and 1. The result of the program is a crc code.The crc coding generation function is
IcyMD5
- 文件md5校验,将文件从资源管理器拖入,便可显示结果,-The file MD5 check, the files from Explorer into, can display the results,
DES
- a.输入一串有意义的汉字,显示密文和脱密结果; b.设计用户窗口; -a meaningful input string of characters, showing the results of the ciphertext and decryption
xxtea
- xxtea 算法经过验证可以使用,用于单片机上的,VS2010直接编译后可以运行显示结果。-xxtea proven algorithm can be used for, you can run the VS2010 compiled directly displays the results on a single chip.
AES-128 encryption algorithm
- 用matlab编写的加密算法。输入128bit 明文,采用AES-128算法可以的得到128bit的密文输出。每一轮的加密结果都有显示。(Above is the AES(Advanced Encryption Standard)-128 algorithm written by matlab. By inputing the contexts and encryption key, you will get each round key and encryption result)