当前位置:
首页
资源下载

搜索资源 - symmetric cryptography
搜索资源列表
-
0下载:
一种加密解密的例子,利用对称密码学进行文件的加密,提供用户可视化界面,了解加密过程以及解密结果-an encryption and decryption example, the use of symmetric cryptography file encryption, provide the user interface visualization, understand the process of encryption and decryption results
-
-
0下载:
密码学实验平台,完整独立运行VC6.0 源程序,包含对称密码学和公钥密码学的主要算法。,Cryptography experimental platform, a complete stand-alone source of VC6.0, including the main algorithm of symmetric cryptography and public key cryptography.
-
-
1下载:
1、实现集中式对称密钥的分配工作(作为通讯的双方A和B,都已经分别和KDC拥有会话密钥);
2、分布式对称密钥分配(作为通讯的双方A和B已经共享一个会话主密钥);
3、公钥密码技术实现对称密码技术密钥的分配(作为通讯的双方A和B已经拥有对方的公钥);-1, the realization of a centralized allocation of symmetric key (for communication between the parties A and B, respec
-
-
0下载:
是大学信息安全方向的密码学课程的4个实验报告,包括古典密码,对称密码,非对称密码,HASH算法-The direction of the University Information Security Cryptography course four lab reports, including classical cryptography, symmetric key, asymmetric cryptography, HASH algorithm
-
-
0下载:
浅谈VB.NET的密码算法及其在信息安全中的应用
Simple Discussion on Cryptology Arithmetric of VB.NET and Its Usage in Information Secuirity
,介绍了Microsoft的最新开发工具Visual Basic 2005(简称VB.NET)中与密码算法相关的System.Security.Cryptography命名空间(简称SSC).举例说明了利用SSC提供的类编写信息安全程序的方法,其中包括对
-
-
1下载:
RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
-
-
0下载:
encryption algorithm, IDEA, symmetric key cryptography algorithm used in internet widly
-
-
0下载:
最新Crypto++5.6版 加密解密函数类库。C++版。完美支持Visual Studio 2008,2005,2003,2002,6.0,C++ Builder 2009,GCC等主流编译器。 -Abstract Base Classes
cryptlib.h
Authenticated Encryption
AuthenticatedSymmetricCipherDocumentation
Symmetric Ciphers
SymmetricCipherDocumen
-
-
0下载:
著名超强加密解密函数类库Crypto++的最新Reference参考资料。官方的超全!-Abstract Base Classes
cryptlib.h
Authenticated Encryption
AuthenticatedSymmetricCipherDocumentation
Symmetric Ciphers
SymmetricCipherDocumentation
Hash Functions
SHA1, SHA224, SHA256, SHA384,
-
-
0下载:
Crypto++的文档,虽然不是很全,但是其中有简单的调用该类库的方法实例。-Abstract Base Classes
cryptlib.h
Authenticated Encryption
AuthenticatedSymmetricCipherDocumentation
Symmetric Ciphers
SymmetricCipherDocumentation
Hash Functions
SHA1, SHA224, SHA256, SHA384, SHA51
-
-
0下载:
RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA -RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatu
-
-
0下载:
密钥分配、理解密钥管理的重要性、掌握对称密码和公钥密码密钥管理的不同特性、掌握密钥分发基本方法,能设计密钥分发方案-Key distribution, key management to understand the importance of master symmetric cryptography and public key cryptography key management to the different characteristics to master the basic m
-
-
0下载:
simple des加密,解密,文件操作,对称密码加密解密-the simple des encryption, decryption, file operations, symmetric cryptography, encryption and decryption
-
-
0下载:
文件加解密C++程序,使用对称密码,简单实用。-File encryption and decryption C++ program, using symmetric cryptography, simple and practical.
-
-
0下载:
.net密码术 其中包括了对称加密、非对称加密、数字签名、散列算法等。-. Net cryptography including symmetric encryption, asymmetric encryption, digital signatures, hashing algorithm.
-
-
0下载:
序列密码KG,可用于对称密码加密等,适合对称密码课提交作业使用。-sequential cipher KG,Can be used for symmetric encryption, etc., suitable for the use of symmetric cryptography class assignments.
-
-
0下载:
对称密码算法Simplified-AES加解密(Symmetric cryptography algorithm, Simplified-AES encryption and decryption)
-
-
0下载:
Cryptolab problem blah blah
-
-
0下载:
Some of the commonly used symmetric algorithms
-
-
1下载:
实验内容
1、对称密码技术的实现
(1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密;
(2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的);
2、非对称密码技术的实现
(1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数);
(2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定
-