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

搜索资源列表

  1. aes加密算法

    0下载:
  2. 所属分类:Windows编程

    • 发布日期:2008-04-11
    • 文件大小:59552
    • 提供者:sej2006
  1. AESDemo

    0下载:
  2. AESDemo应用例程 AES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。本文展示了AES的概貌并解析了它使用的算法。包括一个完整的C#实现和加密.NET数据的举例。在读完本文后你将能用AES加密、测试 基于AES的软件并能在你的系统中使用AES加密。-The AESDemo application a distance AES( The Advanced E
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:34252
    • 提供者:杨康
  1. 097

    0下载:
  2. aes加解密算法源代码 delphi格式-Aes encryption and decryption algorithm source code format delphi
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:33374
    • 提供者:赵科
  1. src

    0下载:
  2. 实现内容过滤,也是用socket发送http的绝好例子。数据通过AES和RC4加密,所以也是加密算法的很好例子。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29278
    • 提供者:chenxi
  1. aes_cmd

    0下载:
  2. vc++ 下的aes 加密算法实现 cmd(无图形界面)
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:1210677
    • 提供者:sharon
  1. SecComm

    0下载:
  2. 加密通信聊天工具,有客户端和服务器端,加密算法有DES,3DES,AES。
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1281111
    • 提供者:王中杰
  1. CSharp[AESEncryptDecrypt]

    0下载:
  2. C#编写的文件加密解密程序,使用AES加密算法,速度快,安全,不限制要输入的密钥长度,可以选择是否更改加密后文件的后缀名,界面美观-C# documents prepared by encryption and decryption procedures, the use of AES encryption algorithm, fast, safe, no restrictions on the importation of key length, you can choose whether
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:86614
    • 提供者:卓然
  1. locknote

    0下载:
  2. 一个高效的AES加密组件,应用了Crypto++加密算法库.-An efficient AES encryption components, the application of the Crypto++ encryption algorithm library.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:208202
    • 提供者:tom
  1. TestAESCipher

    0下载:
  2. AES(Advanced Encryption Standard)加密算法的C++实现(C++ implementation of AES algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:260096
    • 提供者:Zhoug_dan
  1. 59564363AES

    0下载:
  2. 此压缩包中为AES加密算法源代码,包含ECB,CBC,CFB等加密方式。(Rijndael (State, ExpandedKey) { AddRoundKey (State, ExpandedKey); for (i=1; i <Nr; i ++) Round (State, ExpandedKey+Nb* i); FinalRound (State, ExpandedKey+Nb*Nr) } Round (State, RoundKey) { ByteSub (Sta
  3. 所属分类:Windows编程

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:hzw_wx
  1. LookFace加密系统

    0下载:
  2. C#开发的基于Face++的人脸识别视频登录验证加密系统,加密采用AES算法。内有PPT文档和文件的运行流程。(C# development of Face++ based face recognition, video registration, verification, encryption system, encryption using AES algorithm. There are running processes for PPT documents and files.)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:23348224
    • 提供者:琦琦哥哥
  1. 144661

    0下载:
  2. AES算法源代码,是用VicualC++写的,好用,不错的代码()
  3. 所属分类:文件操作

    • 发布日期:2017-12-31
    • 文件大小:4096
    • 提供者:Viviwo
  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. 20341950

    0下载:
  2. AES算法源代码,是用Vicual C++写的,好用,不错的代码()
  3. 所属分类:组合框控件

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:wenosj
  1. AES

    0下载:
  2. 基于VS2010实现了AES128加密和解密算法(encryption and decryption program for AES128 algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:3323904
    • 提供者:yacobimax
  1. 84690988

    0下载:
  2. AES算法源代码,是用Vicual C++写的,好用,不错的代码()
  3. 所属分类:组合框控件

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:myrof
  1. AES

    0下载:
  2. 简单的aes加解密算法,简单明了。可以参考一下(AES encryption and decryption algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1532928
    • 提供者:yxiand
  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
    • 提供者:第期
  1. 基于FPGA的AES256位加密

    1下载:
  2. aes 256位 算法 加密程序,使用verilog 语言(AES 256 bit algorithm encryption program, using Verilog language)
  3. 所属分类:其他

    • 发布日期:2020-12-27
    • 文件大小:20480
    • 提供者:wrxlln
  1. AES加密算法

    0下载:
  2. AES加密算法,实现了3种密钥长度的算法。
  3. 所属分类:其他小程序

    • 发布日期:2020-08-05
    • 文件大小:106212
    • 提供者:kylin65
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com