资源列表
lock
- 用Visual Studio 2003编的文件加密程序,能对文件进行二进制读入,再和密码做异或,保存。版本一-Visual Studio 2003 for use of file encryption program, can read a binary file, and then do XOR and password, save. Version 1.0
EDSystem
- 非常有用的加密解密程序,分为对称加密和非对称加密两部分,而且自带GUI-Very useful encryption and decryption procedures, divided into symmetric encryption and asymmetric encryption two parts, and comes with GUI
aes-197
- aes coding details .yhis can be used for simple encryption
caser
- 这是一个通用的凯撒加密,进入界面可以选择,1.加密2.解密-This is a common Caesar encryption, enter the interface to choose, 1. Encryption 2. Decrypt
lock2
- 这个是对版本一的改进,能完成对任意大小单一文件的异或加密,采用分段处理方式。-This is the the improvement of version 1.0, to complete a single document of any size or of different encryption, the use of sub-paragraph approach.
Encrypt_Example
- 简单的密码的例子,使用VB的源码, 非常简单明了,希望大家喜欢。-Simple Example of VB Source Code for Encrypt, Rudimentary encryption/decryption demo program
11
- 有密码的加壳源码.只是简单的介绍下壳方法.牛人见笑了-Has the password Canadian shell source code
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,
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.
Source
- 数据加密算法,很好的东东,下了试试看就知道了。-Data encryption algorithm, a very good Dongdong, a try to know.
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
ecfile
- Visual C++ 做的小程序,可以实现简单加密解密,供大家参考。-Visual C++ to do a small procedure, a simple encryption and decryption can be achieved, for reference.
