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

搜索资源列表

  1. aes

    0下载:
  2. aes是DES算法的重要发展,我们可以看到他的zoyong
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:4378
    • 提供者:萧芬
  1. mars

    0下载:
  2. AES候选源码,安全性高于DES,速度快于DES-AES candidate source, safe in DES, faster than DES
  3. 所属分类:TreeView控件

    • 发布日期:2008-10-13
    • 文件大小:6776
    • 提供者:ldy
  1. Aes

    1下载:
  2. 一款顶级AES加密解密的例子,很好用,需要设置保护的用户可以参考。-AES encryption and decryption, a top example of good use, the need for the protection of the user can refer to.
  3. 所属分类:Other windows programs

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

    0下载:
  2. AES加密解密算法,AES 算法是基于置换和代替的。置换是数据的重新排列,而代替是用一个单元数据替换另一个。AES 使用了几种不同的技术来实现置换和替换。为了阐明这些技术,让我们用 Figure 1 所示的数据讨论一个具体的 AES 加密例子。-AES encryption and decryption algorithm, AES algorithm is based on the replacement and substitute. Replacement is to rearrange
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:14517
    • 提供者:杨梅
  1. KAES

    0下载:
  2. AES作为新一代的数据加密标准汇聚了强安全性、高性能、高效率、易用和灵活等优点。AES设计有三个密钥长度:128,192,256位,相对而言,AES的128密钥比DES的56密钥强1021倍。AES算法主要包括三个方面:轮变化、圈数和密钥扩展。-AES as a new generation of Data Encryption Standard security brings together strong, high performance, high efficiency, the adv
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4450
    • 提供者:Xu Enliang
  1. Aes

    0下载:
  2. 用vc实现的aes加密和解密算法。有住示,便于阅读和理解。-Vc achieved using des encryption and decryption algorithm. There are live show, easy to read and understand.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:3792
    • 提供者:陈平
  1. selective-encryption

    0下载:
  2. In traditional image and video content protection schemes, called fully layered, the whole content is first compressed. Then, the compressed bitstream is entirely encrypted using a standard cipher (DES, AES, IDEA, etc.). The specific characteristics
  3. 所属分类:GUI Develop

  1. OPENSSL

    1下载:
  2. 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-23
    • 文件大小:833536
    • 提供者:杨成伟
  1. MCSharpLib

    0下载:
  2. C#基础库,封装DES,AES,DAS加密模块,Sql&Mysql 数据库操作模块-C# foundation library package DES, AES, DAS encryption module, Sql & Mysql operations module
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1078555
    • 提供者:
  1. AES(rj-algorithm)

    0下载:
  2. aes高级加密算法 encrypt/decrypt with DES in bonus-AES algorithm code block
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1922476
    • 提供者:alassane
  1. secret

    0下载:
  2. 本资料主要实现了文字图像的加解密,主要应用的算法有五种,分别是DES,AES,RSA,ECC,MD5,其中椭圆离散曲线加密算法较难。-This information is mainly to achieve the text image encryption and decryption, mainly used the algorithm has five, respectively is the DES, AES, RSA, ECC, MD5, which discrete ellipti
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:132697
    • 提供者:贺魄
  1. DES

    0下载:
  2. 信息安全中的DES实现,完整的代码源实现了DES算法-Information Security AES achieve complete source code to achieve the DES algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:11443
    • 提供者:张雷雷
  1. Lab2

    0下载:
  2. 信息安全试验,对称加密解密算法——aes和des,C++加openssl语言实现,编译环境是visual studio2010-Information security test, symmetric encryption and des, aes decryption algorithm, c++ with openssl language implementation, compile environment is visual studio2010
  3. 所属分类:CSharp

    • 发布日期:2017-05-30
    • 文件大小:12254099
    • 提供者:
  1. AES

    0下载:
  2. 作为新一代的加密标准,AES 旨在取代 DES(请看《DES加密算法的C++实现》),以适应当今分布式开放网络对数据加密安全性的要求。AES加密算法的C++实现(C++ implementation of AES encryption algorithm)
  3. 所属分类:Windows编程

  1. cryptopp565

    0下载:
  2. crypto++ 源码, 包括 DES、AES、RSA、SHA-256(crypto++ source code, including DES, AES,RSA and SHA-256.)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:4219904
    • 提供者:marlon112
  1. SimpleCryptographer

    0下载:
  2. Implementation AES Algorithm using C#
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:63488
    • 提供者:Naseraddeen
  1. 3DES DES AES

    0下载:
  2. .版本 2 ' 关于参数 hexkey, hexiv, hextext, hexresult ' hexkey 选择CryptoJS.enc.Hex.parse(key)或是CryptoJS.enc.Utf8.parse(key) ' hexiv 同上 ' hextext 解密的时候传入base64编码格式或是hex编码格式 ' hexresult 加密的结果为base64编码格式或是hex编码格式(Version 2 'on arguments hexkey, hexi
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:27648
    • 提供者:益脑
  1. AES

    0下载:
  2. 基于DES五种加密,电码本模式(Electronic Codebook Book (ECB));2.密码分组链接模式(Cipher Block Chaining (CBC));3.计算器模式(Counter (CTR));4.密码反馈模式(Cipher FeedBack (CFB));5.输出反馈模式(Output FeedBack (OFB))(Five kinds of encryption based on DES .Electronic Codebook Book(ECB).Cipher
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:8192
    • 提供者:第三方df
  1. cryptopp-CRYPTOPP_5_6_5

    0下载:
  2. c++编写,包含了常见的密码学算法des,aes,rsa,ecc等(Common cryptology algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:4279296
    • 提供者:jyk1996
  1. DES_AES_For_ASP_VBScript

    0下载:
  2. asp版AES加密解密源代码,模式:ECB/CBC 默认:ECB 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:21504
    • 提供者:第期
« 12 »
搜珍网 www.dssz.com