搜索资源列表

  1. aes-c

    0下载:
  2. AES算法主要包括三个方面:轮变化、轮数和密钥扩展。本文以128为例,介绍算法的基本原理;结合C语言,实现高级数据加密算法AES(AES-128)。-AES algorithm mainly includes three aspects: round of changes, round number and key expansion. In this paper, 128 for example, introduce the basi
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:bin
  1. AES

    0下载:
  2. AES单片机加解密程序 很好的一个程序,大家赶快下载-Single-chip AES encryption and decryption process, a good procedure, everyone quickly download
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-03
    • 文件大小:8192
    • 提供者:cai
  1. AES

    0下载:
  2. AES加密算法 密码学课程设计-AES encryption algorithm Cryptography Course Design
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:69632
    • 提供者:jill
  1. AES-DELPHI

    0下载:
  2. AES加密演算法Delphi程式,可以加密字符和文件。-AES encryption algorithm Delphi programs, and files can be encrypted characters.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-03
    • 文件大小:233472
    • 提供者:pangweiwen
  1. AES

    0下载:
  2. 纯java AES实现,不引用其他工具包-Pure java AES realized, is not invoked in other toolkits
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:21504
    • 提供者:luborong
  1. AES

    0下载:
  2. AES是一种先进的加密方式 本源码可实现完整的AES加密解密功能 并可自由设置各项参数-AES is an advanced encryption method of this source can be realized complete AES encryption and decryption functionality and the freedom to set the parameters
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:30720
    • 提供者:张宁
  1. AES

    1下载:
  2. AES加解密算法实现,包含如下文件 AES.exe AES.h AES.cpp AESDlg.h AESDlg.cpp 等文件,不一一列举-AES encryption algorithm, including the following documents and other documents AES.exeAES.hAES.cppAESDlg.hAESDlg.cpp not to enumerate
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:1067008
    • 提供者:wj
  1. AES.v1.3

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。-AES is a kind of code the use of safety information encryption standards. It supports 128, 192 and 256-bit keys.
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:209920
    • 提供者:nison chen
  1. aes

    0下载:
  2. AES算法加解密的MFC程序,在visual c++ 6.0中编辑-AES algorithm for encryption and decryption process of the MFC in visual c++ 6.0 edit
  3. 所属分类:界面编程

    • 发布日期:2024-05-03
    • 文件大小:38912
    • 提供者:NCTurtle
  1. aes

    0下载:
  2. 一个c写的aes,简单明了希望对大家有所帮助-A c wrote aes, simple and clear to all of us want to be helpful
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:66560
    • 提供者:陈耿
  1. AES

    0下载:
  2. AES加密算法分析及其安全性研究,对于使用AES密码算法来研究网络、流媒体安全的程序员有帮助-AES encryption algorithm analysis and security research, for the use of AES cryptographic algorithm to study the network, security, streaming media programmers help
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:281600
    • 提供者:xiaolin
  1. AES

    0下载:
  2. 实现AES 的加密与解密。用户可以自己给出明文-The realization of AES encryption and decryption. Users can express themselves given
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:6234112
    • 提供者:mr yao
  1. AES

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

    • 发布日期:2024-05-03
    • 文件大小:14336
    • 提供者:杨梅
  1. aes

    0下载:
  2. 用C语言实现的aes加解密算法。分组长度设定为128,密钥长度为128.-Using C language to achieve aes encryption algorithm. Packet length is set to 128, key length to 128.
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:5120
    • 提供者:jame
  1. AES()

    0下载:
  2. 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:508928
    • 提供者:liu
  1. aes

    0下载:
  2. AES加解密算法的C语言实现,可用于嵌入式,PC机程序-source code for AES, c language
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-03
    • 文件大小:4096
    • 提供者:brian
  1. AES

    0下载:
  2. AES算法的实现代码,使用的是c语言开发,用DEMO-AES algorithm code, using c language development, with DEMO
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:57344
    • 提供者:zhangzzj
  1. Aes

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

    • 发布日期:2024-05-03
    • 文件大小:29696
    • 提供者:xqlzq2003
  1. aes

    0下载:
  2. 描述aes算法的视频,非常经典,能够迅速帮助你了解aes算法的实现过程!-Aes algorithm described in the video, very classic, can quickly help you understand the process of aes algorithm!
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:57344
    • 提供者:苏琦
  1. aes-dephi

    0下载:
  2. AES算法用delphi实现的,非常简练不错,大家可以参考下!-AES algorithm with delphi realize, very concise and well, everyone can refer to the next!
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:228352
    • 提供者:苏琦
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org