搜索资源列表
aeslib
- 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a s
AES
- 通过这道程序的编写,进一步加深了对AES的理解,也了解了模块化设计的基本思想,编程的时候,把一个大任务分解是很重要的,针对相应的子任务所编写的一段功能独立的代码或一个功能模块,在程序设计时,我们可以把程序中功能相对独立的模块用函数来实现。这样做,不仅可以使程序条理清晰,便于维护。而且,通过重复使用某些函数,可以节省软件开发时间。对一个大问题先从一个大的全局上去考虑,分成几个大的模块,将每个大的模块进一步分解。该程序就是这样的思想,将加密分成三大步骤,对第二大步骤的9次循环的每次都要进行4个操作。
VC_RSA
- 一、RSA基本原理 对明文分组M和密文分组C,加密与解密过程如下: C = POW (M , e) mod n M = POW(C , d) mod n = POW(POW( M ,e), d) mod n=POW( M,e*d) 其中POW是指数函数,mod是求余数函数。 其中收发双方均已知n,发送放已知e,只有接受方已知d,因此公钥加密算法的公钥为 KU={ e , n},私钥为KR={d , n}。该算法要能用做公钥加密,必须满足下列条件: 1. 可以找到e ,
LeeDisasm
- 一个反汇编程序的代码,界面一般,可以学习一下反汇编的基本方法。-an anti-code compilation procedures, interface general, we can learn from the anti-compilation of basic methods.
MySerialCom
- 一个关于串口的简单实现,可以了解基本串口听基本知识-a serial port on the simple realization, we can understand the basic serial listen to the basic knowledge
密码破译
- 密码破译:是一本关于黑客的书籍,通过该书可以很好的了解到基本的密码破译方法。-code-breaking : a hacker on the books, the book can be well aware of the basic code-breaking methods.
肖俊.java
- ava加密扩展即Java Cryptography Extension,简称JCE。它是Sun的加密服务软件,包含了加密和密匙生成功能。JCE是JCA(Java Cryptography Architecture)的一种扩展。 JCE没有规定具体的加密算法,但提供了一个框架,加密算法的具体实现可以作为服务提供者加入。除了JCE框架之外,JCE软件包还包含了SunJCE服务提供者,其中包括许多有用的加密算法,比如DES(Data Encryption Standard)和Blowfish。 为简单
folder-encryption-and-decryption
- 文件夹简单加密解密源码,实现了基本的功能,新手可以借鉴开放更好的产品-Simple folder encryption and decryption code to achieve the basic functionality, open novice can learn better products
Main
- 二进制文件操作工具 可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。-Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the seco
MD5_by_C++
- 用C++实现了MD5的加密算法,只实现了其基本过程,可作为实际应用的参考。-With C++ Achieved MD5 encryption algorithm, only the realization of its basic process, the practical application can be used as reference.
VBMD5
- vb md5 算法应用 可以检测使用!! 用visualbasic 6.0 使用··· -vb md5 algorithm can detect the use of applications! ! Visualbasic 6.0 with the use of
aes_vb
- 一个类化的完整的AES实现方案.包含128Bit 256 Bit.不同的加密强度的完整的AES算法.同时也是一个成型的程序.可以用来直接加密需要保护的文件.-A class of a complete program of AES realize. Contains 128Bit 256 Bit. Different encryption strength of a complete AES algorithm. It is also a molding process. Can be used
mixed_encryption
- 本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下:1:提供了俩个加密接口。混合加密,DES加密。2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案-Implementation of the system a basic hybrid cryptosystem. It uses DES as the symmetric key algorithm, RSA public key a
AES
- AES的加密类模块 可以把文件加密成AES密文-AES encryption module type can be AES file encryption into ciphertext
DMIS_Ch3_InfoHiding
- 信息隐藏基础 数字媒体包括了图像、文字以及音频、视频等各种形式,以及传播形式和传播内容中采用数字化,即信息的采集、存取、加工和分发的数字化过程。数字媒体已经成为继语言、文字和电子技术之后的最新的信息载体。 通过本文你可以了解现代密码系统的基本知识,掌握常用的图像加密技术的基本思想。 具体包含: 1 信息隐藏概述 2 隐写术的基本原理 3 隐写 4 隐写分析技术-Information hiding based on digital media including i
Bignum_class
- 实现大整数基本操作功能,可用于RSA之类的大整数运算上-The basic operation of large integer functions, such as RSA can be used for the large integer calculations on
zcmglsetup
- 共享软件作者,在发布软件时,总会碰到软件注册机制的问题,特别是共享软件新手,为了找资料,常常把互联网都翻了个遍,实在是苦不堪言。本工作室彩票软件的开发过程中也是遇到这样的问题,还好有网络,最终还是找到了解决的方法。本软件系统从基本的加、解密算法,到最终在软件中运用,均有涉及,对共享软件新手绝对是难得的资料。使用者可以利用本软件内附的VB源代码做出自己软件的注册机。-Shareware author, publishing software, software registration sys
getdiskserial_chs
- GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。 GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clario
vbcode
- vb写的DES源码,复制到Visual Basic 6.0 中即可使用。-vb source code written by DES, copy to the Visual Basic 6.0, can be used.
RSA
- RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 -RSA algorithm is the first one can be used for both encryption and digital signature algorithms, but also easy to understand and operate.