资源列表
JavaFR_RSA_Source
- 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Descr iption : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale d
简单的文件加密代码
- 简单的文件加密代码 一个不错的文件加密系统,对你工作的安全大大加强。-simple file encryption code a good file encryption system, you have the right security greatly enhanced.
gost前苏联加密标准
- gost前苏联加密标准,前苏联(现在的俄罗斯)的一中加密解密的源代码。-GOST encryption standards the former Soviet Union, the former Soviet Union (now Russia), a Chinese encryption and decryption of the source code.
MD5 Source Code
- 一个可以实际编译运行的 MD5算法原代码,含main调试程序。-A MD5 Source Code which can be run after translation and edition. It contains main debug program.
rsa1-cpp
- rsa非对称加密算法的加密解密vc语言实现-The implement of RSA encryption and decryption algorithm with VC
RSA_1111554490vc程序
- rsa加密算法的vc实现,可以实现1024位的加密-the source code of rsa algorithm in vc,which can do 1024bits encryption.
327531aes_code
- 关于AES加密算法的VC源代码,完整的算法程序编程,具有很高的参考价值。-AES encryption algorithm on the VC source code, a complete algorithm programming with a high reference value.
AesJcop
- 完整的加密算法程序源代码,采用JAVA编写,运行无误。-integrity of the encryption algorithm source code, using Java to prepare, run and truthful.
Hook和hotKey
- 这份资料是关于Windows系统的勾子编程的详细介绍,希望大家喜欢。-this information on the Windows system is a hook detailed descr iption of the program, hope you like them.
1. A fast video encryption scheme based-on chaos.
- 这是一篇有关混沌在视频中加密的文章,题目为:A fast video encryption scheme based-on chaos。不过看看懂还是要花一些时间的,不过我可以和大家交流。还有这是英文作写。-This is a chaos in the video encryption article entitled : A fast encryption scheme based video-on chaos. But look at to understand or take some t
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
RSA_Prog
- rsa数字签名公钥加密私钥解密c++源代码-The C++ source program of RSA digital signature about encryption with public key and decryption with secret key.