搜索资源列表
Cryptology
- 自己编写的加解密程序、包括凯撒、Vigenere、Permutation、DES、RC4、Playfair、RSA、DF密钥交换等密码的实现与演示。值得学习密码和做该方面实践的同学一看。-Prepared their own encryption and decryption procedures, including Caesar, Vigenere, Permutation, DES, RC4, Playfair, RSA, DF, such as password key exchange
securit
- AES,DES,RSA,SHA1四个加密解密算法。-AES,DES,RSA,SHA1
rsa_des
- 混合加密程序,RSA算法加密DES密钥,DES算法加密消息.很多通讯系统都是这样加密的-Hybrid encryption, RSA key DES encryption algorithm, DES encryption algorithm message. A lot of communication systems, are encrypted
hunhejiajiemi
- 混合的加解密系统 DES RSA-DES RSA ARE USED IN THE SYSTEM!!!!!
encryption_test
- 实现通信过程中的数据加密(AES, DES, SHA-256,SHA-384,SHA512, RSA)。 测试加解密效率等-To achieve communication in the process of data encryption (AES, DES, SHA-256, SHA-384, SHA512, RSA). Encryption and decryption efficiency test
DES_C
- 用C语言编译的DES加解密程序 望大家指教-C language compiler to use the DES encryption and decryption process we hope that advice
ZYBEncrypt
- 一些常见的C#加密解密类(MD5,RSA,DES,RC2...)包装集合.-Some common encryption and decryption of C# class (MD5, RSA, DES, RC2 ...) packaging collection.
RSADESmfc
- rsa算法,des算法mfc实现 VC++6.0-RSA DES Algorithm
csharp-net-encryption-password-md5-sha-des-rsa.zi
- hash md5 RSA Encryption Decryption
DES
- 用Java加密类实现DES、RSA及SHA的加密算法 解压密码hur.cn-Java class that implements encryption with DES, RSA and SHA encryption algorithm Unzip Password
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
MD5_RSA_DES_Algorithm
- 本文件实现著名的加密算法MD5、RSA、DES,希望对大家有用。-This document is to achieve well-known encryption algorithm MD5, RSA, DES, we hope be useful.
jiamisuanfa
- 内含:Singletable ,SHA1,RSA,RC4,MD5,LSB,IDEA,ELGAMAL,DES,CAESAR,AES, 希望对大家有用 -Includes: Singletable, SHA1, RSA, RC4, MD5, LSB, IDEA, ELGAMAL, DES, CAESAR, AES, we hope be useful
cipher
- 用于实现各种古典加密法,包括凯撒,置换,列置换,仿射加密法,vigenere加密法和现代加密法中的DH密钥交换,RSA,DES加密法等等操作-Used to implement a variety of classical cryptography, including Julius Caesar, replacement, column permutation, affine cipher, vigenere encryption method and encryption method in
RSA
- RSA+DES混合文件加密 RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。 -Hybrid RSA+ DES File enc
encryptionMD5-RSA-DES
- 这些是关于最著名的三种加密算法(MD5、RSA、DES)的原理介绍-These are the encryption algorithms on the three most famous (MD5, RSA, DES) principle introduced. . .
MD5-RSA-DES
- 文件-3个着名加密算法(MD5、RSA、DES)的解析 -File- 3 famous encryption algorithm (MD5, RSA, DES) to resolve
RSA-DES
- 密码学 加密解密 RSA DES 能够实现简单的密码学功能-Cryptography encrypt, decrypt RSA DES can realize simple cryptography function
aes-rsa-md5-des-sha
- aes rsa md1245 des sha128,244,256(aes rsa md1245 des sha)
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.)