CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 对称加密算法

搜索资源列表

  1. C_SMS

    0下载:
  2. C#开发的对称加密算法,加密以及解密算法。-C# development of symmetric encryption algorithm, encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2107
    • 提供者:bluebaby
  1. NET-Security-Program(CSharp)

    0下载:
  2. .net安全编程,包括各种对称和非对称加密算法。-failed to translate
  3. 所属分类:.net

    • 发布日期:2017-04-16
    • 文件大小:116913
    • 提供者:李国平
  1. SMS4-algorithm-s

    0下载:
  2. 对称加密算法SMS4算法的安全性研究,针对加密算法的安全性,阐述了这一加密算法的安全性。-The security of symmetric encryption algorithm SMS4 algorithm for the security of the encryption algorithm, described the security of the encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:271965
    • 提供者:张奇
  1. chazhi

    0下载:
  2. 加密算法中经典的DES算法的C语言实现,利用此算法可以掌握对称加密算法的大致流程-Encryption algorithms, classic DES algorithm in C language, the use of this algorithm can grasp the general process of the symmetric encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:241261
    • 提供者:kadnqk
  1. DES

    0下载:
  2. 设计DES对称加密算法,利用它对简单的密码序列进行对称加密-The design of DES symmetric encryption algorithm, using its simple password sequence for symmetric encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:18150
    • 提供者:kadnqk
  1. VCPPRASsourcecode

    0下载:
  2. C++.net实现的ras非对称加密算法源代码,本人测试,绝对可用,对于有加密算法的同学可以好好学习一下。-C++ Net realized the ras asymmetric encryption algorithm source code for encryption algorithms students can learn about.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6580
    • 提供者:fozo
  1. 2006072922282918887

    0下载:
  2. 本文介绍了在JAVA环境下如何实现IDEA对称加密算法。由于电子商务和电子政务的普及,安全加密技术在其中应用非常广泛,对安全加密技术的要求也很高。目前在JAVA环境下实现IDEA加密具有很多的优势,因为JAVA是基于面向对象的编程语言,并且由于它的平台无关性能被大量 ... -Security encryption technology requirements are very high. The current JAVA environment in the realization of I
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:957656
    • 提供者:礼金
  1. evp

    0下载:
  2. openssl EVP加密实例,通过选择一个对称加密算法,输出结果长度。-the openssl EVP of encryption instance, by choosing a symmetric encryption algorithm, the length of the output.
  3. 所属分类:CA认证

    • 发布日期:2016-12-23
    • 文件大小:12209
    • 提供者:李飞
  1. DES

    0下载:
  2. DES对称加密算法Java语言实现,利用Java的加密方面的类包,实现DES对文本的加密以及解密。-DES symmetric encryption algorithm implemented in Java, use Java encryption class package, achieve DES encryption and decryption of text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3243
    • 提供者:姚馨
  1. DES-a-RSA

    0下载:
  2. 用Visual C++编写的经典对称加密算法:DES和经典公钥密码算法:RSA-Written with Visual C++ classical symmetric encryption algorithm: DES and the classic public-key cryptographic algorithms: RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2173877
    • 提供者:
  1. bf_cbc

    0下载:
  2. openssl中的blowfish对称加密算法,c语言实现-openssl- blowfish algorithm, C to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1967
    • 提供者:夏绾
  1. RRSAS

    0下载:
  2. RSA简洁幽雅,但计算速度比较慢,通常加密中并不是直接使用RSA 来对所有的信息进行加密, 最常见的情况是随机机产生一个对称加密的密钥,然后使用对称加密算法对信息加密,之后用 RSA对刚才的加密密钥进行加密。 已通过测试。 -RSA simple and elegant, but relatively slow computing speed, usually not directly use RSA encryption to encrypt all the information, th
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1274276
    • 提供者:
  1. DES

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,很可能是使用最广泛的密钥系统,特别是在保护金融数据的安全中,最初开发的DEA是嵌入硬件中的-Data Encryption Algorithm (Data Encryption Algorithm, DEA) is a symmetric encryption algorithm, is likely to be the most widely used key systems, especially
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:377622
    • 提供者:郑力
  1. AaessCPPPe

    0下载:
  2. aes加密算法源代码AES是新的分组对称加密算法高级加密标准,源自比利时人Daemen与Rijmen共同设计的Rijndaael算法.该算法充分运用了扩散与混淆技术并使用128/192/256这3种可变变长度的密钥,对128bit分组数据进行加密. -aes encryption algorithm source code AES symmetric encryption algorithm, Advanced Encryption Standard is a new grouping al
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-23
    • 文件大小:3427
    • 提供者:sacri
  1. Digital-image-encryption-algorithm-

    1下载:
  2. 为了保证数字图像的安全性和可靠性,提出混沌序列对称加密算法对数字图像进行加 密的方法,设计了基于Logistic 映射模型的四维混沌序列对称加密算法,实现对数字图像的混 沌加密及解密。而高维混沌系统具有更高的安全性的特点,能够抵御统计攻击,穷举攻击, 具有较强的抗干扰能力。-Digital image encryption algorithm based on four-dimensional chaotic system implementation
  3. 所属分类:matlab

    • 发布日期:2017-11-10
    • 文件大小:2100
    • 提供者:whirlwind
  1. vigenereA1P6

    0下载:
  2. 维吉尼亚加密算法是一个经典的对称加密算法的简单 vigenere-Virginia encryption algorithm is a classic simple symmetric encryption algorithm vigenere
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:1889772
    • 提供者:shuren
  1. DES_3DES

    0下载:
  2. Linux下c语言实现DES和3DES算法,DES算法属于对称加密算法,在一些对安全性要求较高的交易中运用广泛,如支付行业等。-Linux c language DES and 3DES algorithm, DES algorithm is a symmetric encryption algorithm, widely used in the transactions with higher security requirements, such as the payment industr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:17693
    • 提供者:gaolin
  1. des-encryp

    0下载:
  2. 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法-The data encryption algorithm (Data Encryption Algorithm, DEA) is a symmetric encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-02
    • 文件大小:3994
    • 提供者:job
  1. digitally-signed

    0下载:
  2. 数字签名算法,使用RSA非对称密码算法,应该是非对称加密算法。DES是一种对称加密算法,不能做为数字签名的算法。对称加密算法由于加密和解密都是使用同一个密钥,所以无法保证密钥的完全保密(至少加密解密的两个人知道),也就不能唯一的确定加密者的身份。-Digital Signature Algorithm, using RSA asymmetric cryptographic algorithm should be non-symmetric encryption algorithm. DES is
  3. 所属分类:CA program

    • 发布日期:2017-11-17
    • 文件大小:7277
    • 提供者:haiyuanchen
  1. rsa3

    0下载:
  2. rsa 经典非对称加密算法-rsa
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-08
    • 文件大小:25013
    • 提供者:金属
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com