搜索资源列表
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
loki89loki91
- LOKI89、LOKI91加密解密算法。密码学应用-LOKI89, LOKI91 encryption and decryption algorithms. Cryptography Application
main
- poj2109:Power of Cryptography.贪心算法.正确程序.-poj2109:Power of Cryptography.Greedy algorithm.accepted program.
onlineplanner1
- this is implementing elliptic cryptography in accordance with diffie hellman
QuickMod
- C程序进行快速取模指数,能用于密码学实验-C program for fast modulo index, can be used in cryptography experiments
BigNum
- 非常实用的一个高精度数据结构代码,同时也定义了一些其他重要的数学运算,适合密码学使用。-Very practical one high-precision data structure of the code, but also defines a number of other important math, for the use of cryptography.
BeiBao
- 背包问题(Knapsack problem)是一种组合优化的NP完全问题。问题可以描述为:给定一组物品,每种物品都有自己的重量和价格,在限定的总重量内,我们如何选择,才能使得物品的总价格最高。问题的名称来源于如何选择最合适的物品放置于给定背包中。相似问题经常出现在商业、组合数学,计算复杂性理论、密码学和应用数学等领域中。也可以将背包问题描述为决定性问题,即在总重量不超过W的前提下,总价值是否能达到V?它是在1978年由Merkel和Hellman提出的。-Knapsack problem (Kn
MyRsa
- 这是rsa 的程序解释,实现了rsa的功能,密码学的基础-rsa program explained, implements rsa functions based cryptography
cryptography hash
- source code by hash function
凯撒密码
- 凯撒密码(caeser)是用于加密通过信使传递的作战命令。置换加密的优点就在于它易于实施却难于破解。发送方和接收方很容易事先商量好一个密钥,然后通过密钥从明文中生成密文,即使敌人获取密文,通过密文直接猜测其代表的意义,在实践中是不可能的。 在密码学中存在着各种各样的置换方式,但所有不同的置换方式都包含2个相同的元素:密钥和协议(算法)。凯撒密码的密钥是x,算法是将普通字母表中的字母用密钥对应的字母替换。(The Kaiser code (Caeser) is the operational c