资源列表
[加密解密] Encrypt_Example
说明:简单的密码的例子,使用VB的源码, 非常简单明了,希望大家喜欢。-Simple Example of VB Source Code for Encrypt, Rudimentary encryption/decryption demo program<王浩> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[加密解密] DES
说明:DES工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式。当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。 -The basic principle of DES is that its entrance there are three parameters: key,<donton> 在 2025-06-14 上传 | 大小:1.12mb | 下载:0
[加密解密] rsaDemo
说明:程序使用较为简单,直接在控制台下键入程序名,回车即可。可以从控制台界面上观察加密解密情况。-Procedures for the use of relatively simple, straightforward process in the console, type the name you enter. Can be observed from the console interface encryption and decryption on the situation.<lwking> 在 2025-06-14 上传 | 大小:76kb | 下载:0
[加密解密] yxyDES2_VC
说明:尹学渊版的DES第二版,注释写得非常清楚,并且执行效率不错,代码质量相比第一版有很大的改进,尹学渊保留所有权利,转载自:http://www.cnblogs.com/erwin/-The second edition of YinXueyuan s DES code,the Notes is very clear, and good performance, code quality compared to a significant improvement over the first edi<YinXueyuan> 在 2025-06-14 上传 | 大小:15kb | 下载:0
[加密解密] encryption_test
说明:实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test<BY> 在 2025-06-14 上传 | 大小:92kb | 下载:0