搜索资源列表
-
0下载:
rijndael AES 比较经典的加解密算法,只只需要调用相应的函数就能实现对数据流或文件进行加解密。
-rijndael AES the classic encryption and decryption algorithm, only need to call the corresponding function will be able to achieve the data stream or file encryption and decryption.
-
-
0下载:
保密强度非常高的AES加密源源代码,让你的数据变的非常安全。
-Confidentiality very high strength AES the encryption stream of code, so your data very safe.
-
-
0下载:
TXmlIni支援以下功能(特征):
        1. 具有压缩能力(使用ZLib)
        2. 储存成其他程式语言看得懂得xml(在非压缩的情况下)
        3. 具Stream串流载入与输出能力
        4. 具字串载入与输出能力
        5. 具Base64能力(当使用压缩时
-
-
1下载:
实现一款文档文件加密和签名的工具
1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算;
2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4);
3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法;
4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
-