搜索资源列表
应用密码学(前10章)
- 基于密码学的书籍,讲解密文的设置,并提供源代码-password-based school books, the text stresses declassified settings, and provide source code
大整数运算2
- 这是很好的大整数的运算,适合于在密码学中应用和开发-This is a good large integer arithmetic, and suitable for the application of cryptography and development
Cry-DES
- 用JAVA编写的用密码学中DES算法加密解密文件的程序-prepared with Java Cryptography with the DES encryption algorithm declassified document procedures
miracl-user
- 一套关于大数运算函数库,用来设计与大数运算相关的密码学之应用,这里是说明文档-a majority of computing functions, for the design and operation of large numbers of Cryptography Application, here is the documentation
pallard_p
- 用vc编写的实现密码学中Pollard p离散对数算法的小程序。-vc prepared with the realization of cryptography which Pollard p discrete logarithm algorithm for small procedures.
pohlig_hellman
- 在VC中编程实现密码学中Pohlig-Hellman算法的小程序-in VC Programming cryptography has Pohlig-Hellman algorithm for small procedures
loki89loki91
- LOKI89、LOKI91加密解密算法。密码学应用-LOKI89, LOKI91 encryption and decryption algorithms. Cryptography Application
GuidetoEllipticCurveCryptography
- 密码学中椭圆曲线的介绍和开发。本文详细介绍了该算法的原理、方法和标准。
RC4
- 这是一个关于密码学RC4算法(原创代码),来下的一定知道密码学,所以就不多说了。
应用密码学密码算法源代码
- 大量应用密码学密码算法源代码,包括各类文档资料,是你研究学习的好材料!
报文倒置法的链表实现
- 密码学中古典密码易位法中报文倒置法为原理研究的构造密码方法,这是一种最为简单和基础的方法,随着科学技术的不断发展,密码学已经发展到很高深的层次。研究密码学需要更高层次的数学理论知识和密码编译体制的知识等,这篇论文是属于步入密码学领域前的一些简单的分析和编译。编译密码也是根据不同需要解决不同问题的,并不是单一固定的,它灵活多变。就如本文实现一些简单祝福语,只需要一些简单密码就可以实现保密作用了,但是很多领域,如银行、金融系统、国家机密保密系统则不只是这些了。
solovay-strassen-primality-tes
- solovay-strassen素性测试法的matlab实现,这也是密码学中的常见算法,solovay-strassen primality test of matlab implementation, which is common cryptography algorithms
密码学实验中的DES算法
- 密码学实验中的DES算法,MFC实现,包含所有工程文件。-Cryptography DES algorithm experiment, MFC to achieve, including all engineering documents.
BM-algorithm
- B-M 算法的matlab实现 密码学中又一重要的算法实现-BM algorithm matlab achieve another important cryptography algorithm implementation
des算法
- 这是应用密码学通过书本后面附带的源码,本人已经在vc6.0下调试通过
suij
- 是一个算随机数的 是计算机密码学里面的那个随机数用的 希望对大家有用 -Random number is a count of computer cryptography inside the random number used for all of us hope that useful
addell
- 古典密码学中的一些实现加密的算法,用Matlab实现的。-Classical Cryptography to achieve some of the encryption algorithm, using Matlab to achieve.
RSA-digital-signature
- RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
凯撒密码
- 凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c
可验证随机数及应用
- 随机数在密码学中占有重要的地位,密码学对随机数的要求也越来越高。(Random number plays an important role in cryptography, and the requirement of random number is higher and higher.)