搜索资源列表
矩阵加密
- 这是个基于WEB的矩阵加密算法,发送方通过附加矩阵对消息加密,接受方通过其你矩阵恢复消息-This is a Web-based matrix encryption algorithm, the sender through the matrix Additional information on encryption, the receiving party through its Matrix resume your news
aaffujhyigdsdfrdh
- Whirlpool算法被列入了ISO标准。主要原因是因为其强大的安全度。第一点,Whirlpool使用了和AES加密标准相同的转化技术,只不过,AES使用的模函数为:f(x) = x^8 + x^4 + x^3 + x + 1, 即0x11B;而Whirlpool使用的是:f(x) = x^8 + x^4 + x^3 + x^2 + 1, 即0x11D。第二点,Whirlpool的输出是512位的。为了加快计算速度,Whirlpool使用的所有表格都已经时间计算好了。Whirlpool在历史上
kaisa
- 恺撒密码的实现源代码 恺撒密码是一种对称密钥算法 希望对大家有用,特别是学生-Caesar password achieve Caesar source code is a symmetric key algorithm hope useful for all, particularly students
jiami_jiemi
- 一个加密解密的程序,使用简单快捷的算法,个人文件安全有了保证!-an encryption and decryption procedures, the use of a simple and efficient algorithm, personal documents security is assured!
FEAL8
- 本次的FEAL8轮叠代要求将64位的密文C与64位的密钥K经过要设计的解密程序运行得到所需的64位的明文P。由于2进制输入输出的位数太长不方便,再程序的数据运算中大量用上16进制。在数据的运算过程中又常常把输入的数据平均分成等份,因此在数据处理上用上数组形式。FEAL算法的三个基本运算函数是整个程序的重心,程序的密钥处理和解密过程都将以这三个运算函数为中心,因此,程序的设计以S函数 函数和 f函数来展开,再由主函数编写时调用三个函数。-the FEAL8 round of the iterati
103244846wyb
- java写的一个RSA加密算法,不错的话拉好长时间-wrote an RSA encryption algorithm, then pull a good long time
06060717129574
- java写的一个RSA加密算法(2),不错的话拉好长时间-wrote an RSA encryption algorithm (2), a good day to build good time
DESHTM
- DES算法源码:一个非常简捷明了的DES加密算法的编程实现,可以采用他进行加密和解密。-DES algorithm source : a very simple and straightforward DES encryption algorithm programming, He can be used for encryption and decryption.
shijianpian
- 时间片轮转算法是操作系统这门课进程调度一章中非常重要的一种算法,这是用vc实现的,效果很不错的-time slice Web algorithm is the operating system of this curriculum process scheduling a very important chapter of an algorithm This is achieved using vc, the effect is very good
RSA
- RSA算法是密码学中一个重要算法,该程序给出了该算法的完整实现过程。 -RSA cryptography algorithm is an important algorithm, the procedure of the algorithm is a complete implementation process.
利用聚类算法找出新的攻击
- 利用聚类算法找出新的攻击,属网络安全领域-use clustering algorithm to find new attacks, is a network security
数字水印
- 对原始信号做DCT的算法:Cox 和Piva 等人提出的DCT技术的经典之作。Cox利用随机数发生器产生标准正态序列作为水印信息对图像进行整体DCT变换后,选取除去DC系数之外部分较低频率系数叠加水印信息 Piva则修改整幅图像的中频部分。对原始信号分块后,再作DCT的算法:Hsu和Wu 把图像进行8*8分块,将一个二进制序列作为水印放入DCT的中频区;有些学者则计算整个图像的DCT,把一个实数序列嵌入DCT的中频系数上。选择中频区的好处是一方面尽量减少嵌入信息对图像主观视觉的影响;同时,尽量避
seekey
- 注册机编写器是一个很特殊的软件,它可以快速地生成一个注册机,而不需要再过多的了解程序的指令算法。整个程序体实际上只是一个用汇编写的模板,你只要略有汇编基础,就可以轻松方便地写出自己的注册机。此外,你还可以在其中自定义自己的界面和提示信息。可以用VC++或BC++等资源编辑工具自行修改key1.res资源文件,但请不要修改它们对应的ID号。-Fillmore is prepared for a very special software, which can quickly generate a
lbt-1.2.2.tar
- 在模型检测中将LTL公式转化成等价的自动机的c++实现-This piece of software provides a C++ implementation for an algorithm that converts a linear temporal logic formula to a generalised Büchi automaton
clean
- This is a matlab code for scalart algorithm implementation (noise straction)
a
- 快速排序算法原理以及相应的实现方法,比较优缺点-Quicksort algorithm principle and the corresponding method, compare the advantages and disadvantages