搜索资源列表
AES-ASP
- 前几天刚下的一个ASP的AES源码 输入keySize密钥长度(128、192、256),Src明文字符串,Key密钥字符串, 明文字符串不能超过 &HFFFF长度,输出:密文十六进制字符串 -just a few days ago under an ASP source input keySize AES key length (128, 192,256), Src expressly string, Key Key string, the string can not excee
AES
- AES加密函数通过AES加密可以简单的加密字符串,并且Aes的加密强度相当的高,不易被破解
AES
- 这个程序实现了对文本的加密 你可以对任何字符串进行加密 运行成功
AES
- 用于实现AES加密、解密,加密128bits字符串,密码也是128bits。可扩展性很好,可以很容易地用于扩展成文件加密。
AES.v1.3
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。
AES.rar
- 比较严谨的算法,分别针对字符串、文件、流的加密解密算法,, Respectively, for string, file, stream encryption and decryption algorithm
AES加密解密字符串
- AES加密解密字符串 调用方法: 加密:EncryptAes(Text As String, Pass As String) 解密:DecryptAes(Text As String, Pass As String)-Call the method string AES encryption: Encryption: EncryptAes (Text As String, Pass As String) decryption: DecryptAes (Text As Strin
AES
- 实现AES加密与解密算法,输入为任意长度的字符串,输出为加密后的字符(直接由IISC码表映射得到)-Implement AES encryption and decryption algorithm, a string of arbitrary length input and output for the encrypted characters (code table directly from the map by IISC)
cryptofDESAESRSA
- 实现了DES、AES、RSA的字符串加密,含界面,人机友好。-Implements DES, AES, RSA encryption string, including the interface, human-computer friendly.
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与解密的速度。 6、提供了检查所选择的存放加密/解密文件的
AesCode
- 实现对字符串和整篇文章的AES加密和解密操作-Realization of the string and the whole article, AES encryption and decryption operations
AES
- AES加密类 对字符串有效的加解密,C-AES encryption type of the string of effective encryption and decryption, C++
AES-Crypto-SN-Generator
- AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符 所有加密和解密操作在默认情况下为 128 位密匙。-
Rijndael
- AES加密算法的VB实现,对字符串和文件都能加密。-AES encryption algorithm of the VB implementation, both the string and file encryption.
AESFileencryptionsystem
- AES文件加密系统,可以加密字符串,任何格式的文件。绝对可用-AES File encryption system,Can encrypt a string, any format. Absolutely free
NewAES
- 在往上找字符串加密的代码一直没有合适的,只找到了多字节字符串加密的代码。自己改进了AES加脱密算法,实现对任务长度Unicode字符串的加脱密。代码已经在Unicode编码下测试过,没问题。希望对大家的编程有所帮助。-Looking up the string in the encryption code has not been right, only to find a multi-byte string encryption code. Plus improved off their se
Myaes
- AES加密解密 文件加密 字符串加密 有加密过程-AES encryption and decryption a string encryption file encryption encryption
aes-java-128bit
- 能对aes字符串进行加密解密.基于128位。已经测试!-Aes encryption can decrypt the string. Based on 128-bit. Has been tested!
AES
- AES加密解密源码,支持对字符串进行加解密-AES encryption and decryption source code, support for encryption and decryption of strings
AES
- aes加密解密程序源码,可实现对文件和字符串的加密和解密-aes encryption and decryption program source code, can be realized on the file and string encryption and decryption