CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - symmetric cryptography

搜索资源列表

  1. jiamilizi

    0下载:
  2. 一种加密解密的例子,利用对称密码学进行文件的加密,提供用户可视化界面,了解加密过程以及解密结果-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
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7795
    • 提供者:gongchao
  1. crypt.rar

    0下载:
  2. 密码学实验平台,完整独立运行VC6.0 源程序,包含对称密码学和公钥密码学的主要算法。,Cryptography experimental platform, a complete stand-alone source of VC6.0, including the main algorithm of symmetric cryptography and public key cryptography.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:155215
    • 提供者:zhou
  1. Cryptographylabreport

    0下载:
  2. 是大学信息安全方向的密码学课程的4个实验报告,包括古典密码,对称密码,非对称密码,HASH算法-The direction of the University Information Security Cryptography course four lab reports, including classical cryptography, symmetric key, asymmetric cryptography, HASH algorithm
  3. 所属分类:Network Security

    • 发布日期:2017-04-16
    • 文件大小:41950
    • 提供者:陆风
  1. RSA

    1下载:
  2. 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,
  3. 所属分类:加密解密

    • 发布日期:2013-01-30
    • 文件大小:45931
    • 提供者:dxh
  1. idea

    0下载:
  2. encryption algorithm, IDEA, symmetric key cryptography algorithm used in internet widly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:447240
    • 提供者:sujata
  1. cryptopp560

    0下载:
  2. 最新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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1049029
    • 提供者:沧海
  1. DES

    0下载:
  2. 提供了大量源码,DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准DES加密算法特点:分组比较短、密钥太短、密码生命周期短、运算速度较慢-Provides a wealth of source, DES algorithm in symmetric key cryptography system, then known as the United States data encryption standard DES encryption algorithm features: sh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:979229
    • 提供者:张彦
  1. Cipher

    0下载:
  2. 古典列置换密码。属于古典密码学、对称密钥。本程序有界面。-Classical column replacement password. Belong to classical cryptography, symmetric key. The procedure interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:47966
    • 提供者:雁集
  1. aes

    0下载:
  2. 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。-Cryptography Advanced
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2057
    • 提供者:李新
  1. ANSI_X9.42-2003

    0下载:
  2. ANSI X9.42--金融业务的公开密钥加密:使用离散对数密码术的对称密码协议-ANSI X9.42-- financial services public key encryption: using discrete logarithm cryptography symmetric cryptographic protocols
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:336879
    • 提供者:chunlv
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm in symmetric key cryptography system, also known as the United States Data Encryption Standard, was developed in 197
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4453
    • 提供者:Laura
  1. AES

    0下载:
  2. AES是一种对称密码算法,在密码学中有重要的意义,这个文件能让你的这个算法有充分的了解里面还有一些重要过程的编码实现,用c语言实现-AES is a symmetric encryption algorithm, cryptography has important significance. This file allows you to fully understand the algorithm and some important processes inside the code to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:409495
    • 提供者:林宝源
  1. iliyu_51775964004477

    0下载:
  2. 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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:17187
    • 提供者:jack
  1. KD

    0下载:
  2. 密钥分配、理解密钥管理的重要性、掌握对称密码和公钥密码密钥管理的不同特性、掌握密钥分发基本方法,能设计密钥分发方案-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
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:13931
    • 提供者:
  1. SDES

    0下载:
  2. simple des加密,解密,文件操作,对称密码加密解密-the simple des encryption, decryption, file operations, symmetric cryptography, encryption and decryption
  3. 所属分类:CA program

    • 发布日期:2017-05-10
    • 文件大小:2320221
    • 提供者:lee
  1. encode

    0下载:
  2. 文件加解密C++程序,使用对称密码,简单实用。-File encryption and decryption C++ program, using symmetric cryptography, simple and practical.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-09
    • 文件大小:236833
    • 提供者:flyhu2006
  1. NET-Cryptography

    0下载:
  2. .net密码术 其中包括了对称加密、非对称加密、数字签名、散列算法等。-. Net cryptography including symmetric encryption, asymmetric encryption, digital signatures, hashing algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:71555
    • 提供者:杜杜
  1. Lab2 - Symmetric

    0下载:
  2. Cryptolab problem blah blah
  3. 所属分类:加密解密

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:rakib13
  1. Symm

    0下载:
  2. Some of the commonly used symmetric algorithms
  3. 所属分类:加密解密

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:DarkLord
  1. 信息安全实验2-1

    1下载:
  2. 实验内容 1、对称密码技术的实现 (1)熟悉相应的DES加密/解密函数的使用,在单机完成对特定文件(test-1.txt)的单重DES加密/解密; (2)针对DES密钥特点(8字节,64比特位,其中真正起作用的为56比特位),设计一次一密的密钥产生机制(即每次会话所使用的密钥都是临时随机产生的); 2、非对称密码技术的实现 (1)熟悉RSA相关函数(公私钥生成函数,加密/解密函数); (2)利用公钥加密特定文件(test-1.txt),并用私钥进行解密;反过来,再利用私钥加密特定
  3. 所属分类:加密解密

    • 发布日期:2017-12-29
    • 文件大小:16384
    • 提供者:潇洒坤
« 12 »
搜珍网 www.dssz.com