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

搜索资源列表

  1. CS2003081aes

    0下载:
  2. 非常经典的AES加密算法接口及演示程序 ,可作课程设计使用 (* 介绍 *) AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:54019
    • 提供者:林靖然
  1. AES

    0下载:
  2. AES加密算法 密码学课程设计
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28217
    • 提供者:jill
  1. aes.rar

    0下载:
  2. AES加密解密算法的C语言源程序,网络安全课程设计用,AES encryption and decryption algorithm of the C language source code, network security design courses
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:6391
    • 提供者:liuhui
  1. AES

    0下载:
  2. ASE算法实现 C++ MFC 密码学课程设计-ASE algorithm C++ MFC Cryptography Course Design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1954880
    • 提供者:lilinxuan
  1. mm

    1下载:
  2. 一个AES加解密工具,可以用指定的密码字符串加解密任意大小的文件。密钥长度128位,工作模式为CBC。算法比较原始,速度不快。另有演示AES加密过程的选项。程序为字符界面,支持命令行参数。开发环境为Code::Blocks 10.05(gcc 4.4.3)。此为某大密码学课程设计,仅供学习交流使用。-An Win32 console file encryption/decryption tool using the AES-128 CBC-mode algorithm.
  3. 所属分类:加密解密

    • 发布日期:2013-03-18
    • 文件大小:188453
    • 提供者:钱畅
  1. MyEncypt

    0下载:
  2. 加密解密源程序,计算机安全课程设计,实现DES,3DES,AES加密解密,界面友好,操作简单-Encryption source code, computer security program design, implementation, DES, 3DES, AES encryption and decryption, user-friendly, simple operation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:46205
    • 提供者:天河
  1. AES_mimaxue_kechengsheji

    1下载:
  2. 密码学 AES算法课程设计 实现字符串以及文件加解密 界面很好 附有课程设计文档-Cryptography Course Design and Implementation of AES algorithm is a string and file encryption and decryption interface well with a course design document
  3. 所属分类:Windows Develop

    • 发布日期:2016-03-03
    • 文件大小:1987745
    • 提供者:lijun
  1. AES_mimaxue

    0下载:
  2. 再来一个密码学课程设计 AES加解密算法 字符串 文件加密解密 功能更强大-Again a cryptography course design AES encryption and decryption algorithm is a string more powerful file encryption and decryption
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:97569
    • 提供者:lijun
  1. AES128

    0下载:
  2. AES 加密软件 密码课程设计--AES128位加密-AES encryption software password curriculum design- AES128 bit encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:95350
    • 提供者:newsgao
  1. AES

    0下载:
  2. 对密码学的课程设计有好处是AES的实现过程-Curriculum design of good cryptography is the realization process of AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:14329
    • 提供者:shuilan
  1. AES-

    0下载:
  2. AES加密解密 可直接作为课程设计,不需要改进,还自带文档-AES encryption and decryption can be directly used as curriculum design, does not need improvement, but also comes with a document
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1168356
    • 提供者:卿华
  1. AES-Algorithm

    0下载:
  2. 信息安全 用java实现AES算法,内含详细的设计过程,适合课程设计-AES Algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:295328
    • 提供者:hewei
  1. AES-algorithm-for-designer

    0下载:
  2. AES算法 ,从设计到编程完全有学生来完成,很适合课程设计者使用-AES algorithm, programming from design to complete a student to complete, it is used for course designers
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:280057
    • 提供者:邢建宇
  1. AES_lab

    0下载:
  2. AES加密算法课程设计,附完整实验报告,VC++编写,VS2008环境。-AES encryption algorithm curriculum design, with complete experimental report, written in VC++, VS2008environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:566143
    • 提供者:ycs
  1. AES

    0下载:
  2. AES算法设计,大学做的密码学课程设计,包含课程设计报告,-AES algorithm design, University of cryptography course design, including curriculum design report,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5863530
    • 提供者:乌铮
  1. AES

    0下载:
  2. 一个小程序,AES加密解密,课程设计可用,仅供参考-AES encryption and decryption, curriculum design are available for reference purposes only
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:33941
    • 提供者:忽然一周
  1. DeskElves

    0下载:
  2. 基于VC6.0的MFC小软件,C++课程设计大作业,图形界面,具有文件AES加密,定时关机,管理联系人等各种小功能。-A software based on VC6.0,MFC.It is my project of the <C++>class.It has a buautiful GUI and some useful function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:10637652
    • 提供者:胡畔
  1. aes

    0下载:
  2. 一个很有用的密码学课程设计资料,希望对从事密码学研究的人有所帮助。-Cryptography Course Design Information A useful, I hope to engage in research into cryptography help people.
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:165929
    • 提供者:mr liu
  1. aes算法的加密解密

    0下载:
  2. 快毕业了,最后一个课程设计,《基于Windows Socket的安全通信》,内容就是基于AES加密的SOCKET通信,貌似挺简单,不过要用VC++6.0开发,C++我确实没有任何代码经验,虽然不是强制性,但由于机房里各种纠结,只能用它了
  3. 所属分类:密码/编码算法

  1. AES

    0下载:
  2. AES加解密算法 .h文件 C语言编写 原创 密码学课程设计
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3284
    • 提供者:思念
« 12 »
搜珍网 www.dssz.com