资源列表
P-Pass
- 想知道程序是如何实现加密解密的嘛? 那么来下载去看看吧,简单易懂,不懂你砸我!-procedures want to know is how to achieve encryption and decryption of incorrect? So to download and end, simple, but not you hit me!
substitution-cipher
- The file is substitution cipher assistant.It Will display the ciphertext underneath the guessed plaintext.-substitution cipher assistant . It Will display the ciphertext underneath the guessed plaintext.
MD5_js
- MD5算法在js中的实现,用于jsp网页中的加密-js MD5 algorithm in the realization jsp page for the encryption
Rail_Fence_Tecknique
- 简单分栏式加密的算法,比较简单,供大家使用-simple columns encryption algorithm is relatively simple for everybody to use
keeloq_decode
- keeloq软件解码程序(从台湾一个网站上下载的,注解有些乱码,但不影响使用)。-keeloq software decoding process (from Taiwan on a website download and notes some gibberish. but not use).
DES_encode
- 完整的des加密算法程序,c++builder编译器编译-integrity of the DES encryption algorithm, c compile builder
cryptography_matlab_codes
- vigenere密码解密的matlab实现,编译环境:matlab-vigenere code declassified Matlab realized, build environment : Matlab
AES
- 通过这道程序的编写,进一步加深了对AES的理解,也了解了模块化设计的基本思想,编程的时候,把一个大任务分解是很重要的,针对相应的子任务所编写的一段功能独立的代码或一个功能模块,在程序设计时,我们可以把程序中功能相对独立的模块用函数来实现。这样做,不仅可以使程序条理清晰,便于维护。而且,通过重复使用某些函数,可以节省软件开发时间。对一个大问题先从一个大的全局上去考虑,分成几个大的模块,将每个大的模块进一步分解。该程序就是这样的思想,将加密分成三大步骤,对第二大步骤的9次循环的每次都要进行4个操作。
DesLA
- 功能:对称算法DES的安全性分析--线性分析 (即8个S_Box的线性分析)-function : symmetric DES algorithm Safety Analysis -- linear analysis (ie eight S_Box linear analysis)
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 ,
vbkey
- 基于vb的加解密程序,也可用于数字签名,求素数等-on the encryption and decryption procedures, can also be used for digital signatures, and so on-demand
jonathan
- 无解压密码,用java语言实现的加密与解密程序-without extracting passwords, using java language of encryption and decryption procedures