搜索资源列表
des
- 对称加密算法des实现,c程序编写,在visual c++下运行。-Symmetric encryption algorithm des achieve, c programming in visual c++ run.
a
- 离散数学中的自反,对称,传递等算法,本程序用c语言实现-Discrete Mathematics in the reflexive, symmetric, transmission and other algorithms, this program using c language implementation
exp12
- 合肥工业大学数据结构试验一二(包括完整的试验要求、试验预习报告、最终试验报告) 试验内容: 编写链表类及其辅助结构,实现基本的操作。 <1>设计算法依次访问无头结点的单循环链表的各结点。 <2>设计算法以判断一个带头结点的单循环链表是否满足这样的条件 <3>利用递增有序的单循环链表表示集合,分别求两个链表表示的集合的交、并集所构成的链表。 <4> 编写算法以构造带头结点的双循环链表。 <5>编写算法以判断一个
8_11
- 设计算法判断字符串是否中心对称,要求利用栈作为存储结构?-Design algorithm to judge whether the center of the string symmetry, require the use of the stack as the storage structure?
bf_cbc
- openssl中的blowfish对称加密算法,c语言实现-openssl- blowfish algorithm, C to achieve
Algorithm
- 简单的对称加密算法程序,共有300行左右-Simple encryption program
DES
- DES算法,对称加密算法.实现DES加密-DES algorithm, symmetric encryption algorithm.
des1
- DES密码加密/解密算法的C++实现 DES是一种明文分组64比特,有效密钥56比特,输入密文64比特,具有16轮迭代的分组对称密码算法-DES C++ implementation
DES
- 理解对称加密算法的原理,熟悉常用的对称加密算法:DES,TripleDES,Blowfish 以DES加密算法为例,掌握分组加密算法加,解密过程的实现。 -Understand the principles of symmetric encryption algorithm, familiar with the commonly used symmetric encryption algorithms: DES, TripleDES, Blowfish DES encryption
DES
- DES算法,对文件进行加解密,对称算法的一种。小巧,实用-DES algorithm, the file encryption and decryption, a symmetric algorithm. Compact and practical
Heartbeatpackage
- 使用Delphi平台,运用RSA-非对称算法对数据内容进行加密解密的操作-Using Delphi platform, the use of RSA asymmetric algorithm to encrypt the data content decryption operations
DH
- Diffie-Hellman:一种确保共享KEY安全穿越不安全网络的方法,它是OAKLEY的一个组成部分。Whitefield与Martin Hellman在1976年提出了一个奇妙的密钥交换协议,称为Diffie-Hellman密钥交换协议/算法(Diffie-Hellman Key Exchange/Agreement Algorithm).这个机制的巧妙在于需要安全通信的双方可以用这个方法确定对称密钥。然后可以用这个密钥进行加密和解密。但是注意,这个密钥交换协议/算法只能用于密钥的交换,而
TEST
- 对称密钥加密,实现加密解密算法,对明文消息可以替换其他字符,实现加密过程-Symmetric key cryptography, encryption and decryption algorithms Symmetric key cryptography, encryption and decryption algorithms
qrcode
- 对重要文件使用的对称与非对称常用的加密算法java编程实例-this is alog
DES
- DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。 明文按64位进行分组, 密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位, 使得每个密钥都有奇数个1)分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。-The DES algorithm for the symmetric cryptosystem cryptosystem, also known a
oujiziespritsuanfa
- 分布在上下两个对称圆环上的对偶极子的esprit算法的仿真程序,其中圆环的半径应小于圆环半径的四分之一-Symmetrically distributed on the upper and lower ring of dipoles esprit algorithm simulation program, which should be less than a quarter circle radius circle radius
Dijkstra
- 用MATLAB实现迪杰斯特拉算法来寻找最短路径,压缩包中DIJ为算法的执行程序,SymMatrix为将邻接矩阵补齐为对称矩阵的程序,两个graph文件存储的两个邻接矩阵,DIJ加载了其中一个进行计算。也可以自己重新编辑邻接矩阵来计算最短路径。-Dijstra algorithm based on MATLAB.
des
- linux系统下的对称加解密算法的des的c代码实现,代码实现了灵活的和强大封装,可以直接调用封装好接口,还可以移植到window系统下。-Linux under the system of symmetric encryption algorithm des c code, the code implements the flexible and powerful packaging, can be directly encapsulated interface, can also be tr
共轭梯度
- 求解大型对称正定线性方程组,内含收敛率计算,迭代步数和结果。(To solve large symmetric positive definite linear equations, the calculation of convergence rate, the number of iterations and the results are found.)
国密算法
- 国密算法sm2和sm3的实现,SM2为非对称加密,基于ECC。该算法已公开。由于该算法基于ECC,故其签名速度与秘钥生成速度都快于RSA。ECC 256位(SM2采用的就是ECC 256位的一种)安全强度比RSA 2048位高,但运算速度快于RSA。 SM3?消息摘要。可以用MD5作为对比理解。该算法已公开。校验结果为256位。(Implementation of Sm2 and Sm3 National Secret Algorithms)