搜索资源列表
s-des-and-rsa
- RSA,S-DES加密算法,实现了加解密,采用加法链求大数的指数及模
kcf_crypt_test
- It is an experimental testing for python M2Crypto module. M2Crypto is not well document. User may not know how to use SHA256 when signing and verify with RSA. It also have not enough document to show how to use DES to encrypt and decrypt. Here also i
acme.tar.gz
- 一个完全使用java编写的加密通用算法包,含des,des3,rsa等很多加密算法源码, Completely uses the java compilation the encryption general algorithm package, contains des, des3, rsa and so on very many encryptions calculates the law origin code
Java.DES.RSA.SHA
- 用Java加密类实现DES、RSA及SHA的加密算法-Java class that implements encryption using DES, RSA and SHA encryption algorithm
rsa_des
- 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的-Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems, are encrypted
DES-and-RSA-and-SHA-encryption
- DES RSA SHA encryption algorithm implemented by JAVA
JavashixianDESRSAsuanfa
- Java加密组件实现DES、RSA和SHA加密算法 可以直接导入工程使用-Java Component Implementation encryption DES, RSA and SHA encryption algorithm can be used directly into the project
SafeTrans
- 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。 模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。 -The use of RSA and DES is based on two algorithms, Design and Implementation of a simple model of network trans
RSA.RAR
- RSA和DES的一些类~~可以对初学者有些帮助-RSA and DES, a number of categories ~ ~ can be helpful for beginners
DESandRSAencryption
- 对DES、RSA和序列密码三种典型的加密方法进行了叙述, 对于神经网络在序列密码的 研究进行了简要的介绍, 提出现代数字电子技术应该与密码学理论研究相互渗透、相互促进的基本思想。-Three classical encryption methods DES,RSA and stream ciphers are described.
RSADES
- 使用RSA和DES两种算法为基础,设计实现了一个简单的网络传输模型。模型里有两个类,Server和Client,Server端要将自己的公钥发给Client,然后Client将自己的DES密钥通过RSA加密发给Server 端。之后双方可以通过DES对称加密进行通信。-Two algorithms using the RSA and the DES, based on designs and implements a simple model of network transmission. M
mimaxshiyan
- 密码学实验源码· 包含三个密码算法 DES RSA 和 MD5 VC++ MFC界面-Experimental source cryptography consists of three DES RSA and MD5 cryptographic algorithm
DES
- 用Java加密类实现DES、RSA及SHA的加密算法 解压密码hur.cn-Java class that implements encryption with DES, RSA and SHA encryption algorithm Unzip Password
RSA_DES
- 提供了RSA和DES两种加密方法源码,通过数据库进行验证。-The source code provides two methods of enctrpt named RSA and DES and can be verified by database.
EncryptMap
- 实现了MD5,RSA,DES等常用加密,使开发更为快捷!如需要加密字符"AAA",在引入此DLL后,直接MD5Map.GET32MD5("AAA") 即可返回加密后的MD5值-Achieved MD5, RSA, DES encryption and other commonly used to make development more efficient! If you need encryption characters " AAA" , after the introdu
Register1
- 软件注册原理实现代码 采用SHA-1、RSA和DES算法-Principles of software registration code used to achieve SHA-1, RSA and DES algorithms
RSA
- RSA+DES混合文件加密 RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。 -Hybrid RSA+ DES File enc
Encryptionalgorithm
- 用Java加密类实现DES、RSA及SHA的加密算法-Java class that implements encryption using DES, RSA and SHA encryption algorithm
des-rsa
- 密码学实验包括rsa和des的加密和解密破解,还有一份实验报告.-Cryptography experiments including rsa and des of encryption and decryption cracked, and a experiment report
RSA&DES_Implement
- 本代码使用C#语言实现了RSA和DES算法,其中通过分段处理的方式解决了RSA对较大数据的加解密。(This code block implements the algorithm of RSA & DES,and we resolved the encryption and decryption of data with large size on RSA by segmental processing.)