搜索资源列表
MD5_Carithmetic
- 其实网上这方面的代码已经不少了,但是大多都如出一辙,主要是给出的代码不但不好理解(主要是为了处理大文件,支持分块,这样就会屑弱初学者对算法的理解),该源代码在引入必要头文件后可以在VC6.0下顺利通过编译-fact that the Internet has been a lot of code, but most of all the same, given the code is not only poor understanding (mainly to handle large file
AESDemo
- 本文以实现aes算法加解密例程为例,说一下C#代码转换为VC代码经验。 例子代码下载Http://otiana.com/vcangle/source/aesdemo.rar 相应C#的例子请参考Http://www.vckbase.com/document/viewdoc/?id=1068 这个c#的类是没有头文件的。在vc中我们为了使用方便需要为他构造一个头文件, 把相应的变量和函数声明放进来即可。-Aes algorithm encryption and decryption
jiamiyujiem123i
- 测试流程 首次运行release目录下的ghdkh.exe,会提示你注册。之后运行注册机,将注册机产生的客户号记下。运行解密机,将客户号填入,按下“生成解密钥”按钮,你会看到生成的解密钥。在此运行注册机,将解密钥填入,注册即会成功。 再运行ghdkh.exe,你会发现一切正常了。 源代码说明 共享软件作者一直和盗版作着斗争,对于与初出茅庐的程序员来说,对软件的加密和解密还很陌生,本例子将向这些人展示了共享软件加密和解密的一般技术。这些技术很简单,但只要大家动脑
Caesar.rar
- 凯撒密码,最早的代换密码。此代码的功能是实现Caesar密码的加密和解密算法。,Caesar password, the first substitution password. The function of this code is to achieve Caesar encryption and decryption algorithm.
aspEnTiFvAz
- asp 最傻的加密方式EnTiFvAz 解密简单 一看代码就是被EnTiFvAz这个函数解密的,最后一段是编码加密的我们先解开。-asp is the most stupid encryption EnTiFvAz decrypt a look at the code is decrypted EnTiFvAz this function, the last paragraph is encrypted, we first unlock.
File_and_Text_encryption_ultra1.0.3
- ULTRA v1.0.3 File and Text encryption module. Very well documented sourcecode feat. strong and fast ULTRA symmetric encryption algorithm, OFB mode, variabel-lenght key, key quality check, data compression, string encryption to Crypto Message Format,
sha256
- SHA-256源代码,三个对外的函数:void SHA256Init (SHA256Context *sc) void SHA256Update (SHA256Context *sc, const void *data, uint32_t len) void SHA256Final (SHA256Context *sc, uint8_t hash[SHA256_HASH_SIZE]) 第一个函数初始化,第二个函数输入要hash的字符串,第三个函数输出结果-SHA-256 sou
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
RSAVC2
- 是很不错的RSA代码!不是本人的!为了大家学习!进步!此控件是为了让 DataGridView 支持多维表头,而设计的. 通过导入一个树图(TreeView)的概念,每一个节点对应到一个表头单元格. 在多维标题中的每一个最底层的标题相当于 TreeView 中最低深度的节点. C++写的椭圆曲线加密算法库源码 -RSA is a very good code! Not own! For them to learn from! Progress! This DataGridView contr
new_code
- 机顶盒卡通讯代码,主要工作是读取卡内的基本信息,如卡号、运营商等信息,在智能卡 Reset 后必须首先执行,之后才可以执行其他的命令 -Communications set-top box card code, the main task is to read the card' s basic information, such as card numbers, operators and other information, after Reset in a smart card mu
Addison_Wesley-Bjarne_Stroustrup-The_C++_Programm
- This book introduces standard C++ and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. This book presents eve
notter
- A simple cpp program, that receives a file, does a bit-wise "not" for every character, and adds "not" to the extension. Repeated running does the same and removes the "not" from extension. This a "pseudo-encryption", but very useful to avoid automate
Encrypt
- 是一个用于数据加密的代码,我的第一个项目就是用它来进行通信数据加密的-Is a code used for data encryption, my first project is to use it to communicate data encryption
n=4Programming
- 此程序的加密原理是对文件中字符的ASCII码按照先高4位后低4位的次序分别进行加密4次(每加密一次变换一次密匙),加密后将高4位和低4位再合成新字符输入 到加密文件。加密的密匙的变化规律是:新密码为原密码异或上次加密的字符的ASCII码的高4位或者低4位。解密过程是加密的反过程。-This program is file encryption principle characters in the ASCII code in accordance with the first post-hi
Register
- 基于RSA算法的软件注册和加密保护,其中RSA是1024位,先提取硬盘系列号进行加密,然后生成注册码。对收到的注册码进行核对-RSA algorithm is based on registration and encryption software, which RSA is 1024 bits, the first extraction encrypts hard drive serial number and then build License. Received the registr
encrypt
- 是一个用于数据加密的代码,我的第一个项目就是用它来进行通信数据加密的-Is a code used for data encryption, my first project is to use it to communicate data encryption
crypt
- 是一个用于数据加密的代码,我第一个项目就是用它来进行通信数据加密的-Is a code used for data encryption, my first project is to use it to communicate data encryption
RC6Base
- 是一个用于数据加密的代码,我的第一个项目就是用它来进行通信数据加密的-Is a code used for data encryption, my first project is to use it to communicate data encryption
Base
- 是一个用于数据加密的代码,我的第一个项目就是用它来进行通信数据加密的-Is a code used for data encryption, my first project is to use it to communicate data encryption
YQNfE7dt
- 此源码半年前写的第一版,没完善,没优化,只是给新手学习使用。 可以学到: 文本,文件,配置文件操作。使用打开文件与打开加密文件,对列表框的基本了解与使用,根据其位置取出文本等等 总之很简单,代码看懂了 你自己也能写一些简单的东西 代码完成度98 ,稍作修改可以直接使用,不过我删除了某些命令 可能有些地方进不去,这个自己修改下。比如用户管理的密码是对的 可是也进不去。自己弄弄吧。 -The source c