搜索资源列表
《应用密码学》
- 《应用密码学》协议、算法与C原程序(第二版)配套源码。很多人都需要的,但在美国和加拿大以外买不到,因为限制出口,所以千万不要错过,这就是加解密算法源码大全,马上下载珍藏吧! -"Applied Cryptography" agreement, the original algorithm and C (2nd Edition) matching source. Many people are needed, but in the United States and out
垂直栏栅加密算法2
- 同样是密码学的做也,对于垂直阑珊加密的算法,可以对数据加密.-password is the same school to do for sometime vertical encryption algorithm to encrypt data.
smallCA
- 密码学算法-小型证书机构CA系统的认证系统-cryptography algorithm-small agencies CA certificate of authentication system
RSA
- RSA算法,经典的非对称密码学算法。该程序基本实现了RSA算法的精髓。对非对称密码学感兴趣的同学可以参考一下
算法
- 维吉尼亚(Vigenere)密码为了提高密码的破译的难度,人们有发明一种多表置换的密码,即一个明文字母可以表示为多个密文字母,多表密码加密算法结果将使得对单表置换用的简单频率分析方法失效,其中维吉尼亚密码就是一种典型的加密方法。维吉尼亚密码是使用一个词组(语句)作为密钥,词组中每一个字母都作为移位替换密码密钥确定一个替换表,维吉尼亚密码循环的使用每一个替换表完成明文字母到密文字母的变换,最后所得到的密文字母序列即为加密得到的密文,具体过程如下: 设密钥 ,明文 , 加密变换 其中 例如,M=da
CertCreateSelfSignCertificate.
- 本程序利用密码学相关算法,实现数字签名,可以创建自己的数字签名。,The procedures related to the use of cryptography algorithms, digital signatures, you can create your own digital signature.
Vigenere
- 现代密码学 MATLAB 维吉尼亚 加密方法 古典密码体制 经典加密算法-Modern Cryptography encryption method MATLAB Virginia classic classical cryptosystem encryption algorithm
cod
- 应用密码学密码算法源代码 应用密码学密码算法源代码-password algorithm source code application cryptographic cipher algorithm source code
MillerRabin
- 密码学中的Miller Rabin素性检测算法。人工编写,用这个来学习或者是交作业,绝对是过关利器。-Cryptography Miller Rabin primality testing algorithm. Artificial preparation, use this to learn or交作业is definitely a sharp object boundary.
mimaxue
- 应用密码学讲述密码学基础和发展及常用密码学算法。-Applied Cryptography Cryptography about the foundation and development and commonly used cryptography algorithm.
IDEA
- 实现IDEA加密算法与解密算法 IDEA(International Data Encryption Algorithm)是瑞士的James Massey,Xuejia Lai等人提出的加密算法,在密码学中属于数据块加密算法(Block Cipher)类。IDEA使用长度为128bit的密钥,数据块大小为64bit。从理论上讲,IDEA属于“强”加密算法,至今还没有出现对该算法的有效攻击算法。-The realization of IDEA encryption algorithm and
display
- 古典密码学中的一些实现加密的算法,用Matlab实现的。-Classical Cryptography to achieve some of the encryption algorithm, using Matlab to achieve.
idea.V1.1.tar.gZ
- 该源码属于应用密码学里国际加密标准算法IDEA的实现,对于学习加密解密很有帮助-The source is the application of cryptography International IDEA Encryption Standard algorithm realization of encryption and decryption helpful for learning
AES
- AES算法是非常重要的密码学算法。本文档主要实现了AES算法及其调用方法-AES algorithm is a very important study of the password algorithm. This document mainly the AES algorithm and its implementation calls method
04030326
- 信息技术的飞速发展,使人们的生活面貌发生了很大的变化,同时信息技术也促进了社会的发展。在计算机网络深入普及的信息时代,信息本身就是时间,就是财富。如何保护信息的安全使之不被窃取及不至于被篡改或破坏,已成为当今普遍关注的重大问题。密码是有效且可行的办法。 本论文主要是介绍了文件加密以及一个小程序,从密钥生成、DES加密原理、DES解密原理三方面阐述了DES算法的整个过程。并在此基础上,在windows环境下,利用java实现DES加密与解密算法,以窗体界面方式完成一个本地的文件加解密演示器。
mimaxue
- 密码学课设~DES加密算法的完整实现 内容简单适合新人学习使用-Cryptography Course ~ DES encryption algorithm for the full realization of the content for new learning to use simple
Cryptography
- 密码学的教程,很多精妙的算法和各种方法,很好的学习教程-Cryptography Tutorial, many sophisticated algorithms and a variety of methods, good learning tutorial
Classical
- 用C语言实现的的全部的古典密码学算法的加密与解密程序,供朋友们参考。-The Classical Cryptography programme by C Language
randtest
- 密码学教学实验工具是《密码学基础》实验教学的辅助工具软件,由DES加密算法、随机性测试、素数工具和辗转相除法四部分组成。该软件的运行平台为windows2000/2003/XP,通过执行Crypt.exe启动,包含Crypt.exe和相关库文件。(Cryptography teaching experiment tool is the auxiliary software of cryptography experiment teaching. It consists of four parts
positionTrans
- 移位密码算法的加密函数,在密码学中是一种比较基本的加密算法,我们通过这个程序来看一下(The encryption of the position_trans solution)