搜索资源列表

  1. aes_vb

    0下载:
  2. 一个类化的完整的AES实现方案.包含128Bit 256 Bit.不同的加密强度的完整的AES算法.同时也是一个成型的程序.可以用来直接加密需要保护的文件.-A class of a complete program of AES realize. Contains 128Bit 256 Bit. Different encryption strength of a complete AES algorithm. It is also
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:108544
    • 提供者:gbcgbc
  1. AES

    0下载:
  2. 此程序是实现AES算法的,信息安全专业的学生实习中经常要编写-This is AES programming.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:14336
    • 提供者:李振
  1. AES

    0下载:
  2. AES最新加密解密算法,C语言源代码-The latest AES encryption and decryption algorithm, C language source code. . . . .
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:46080
    • 提供者:张怡
  1. AES

    0下载:
  2. 应用编码与计算机密码学program 《应用编码与计算机密码学》程序 单钥密码算法中的AES算法-Applied Cryptography and computer coding program " Applied Cryptography and computer coding" procedure, single key cryptographic algorithm of AES algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1067008
    • 提供者:wangjing
  1. AES

    0下载:
  2. ES(The Advanced Encryption Standard)是美国国家标准与技术研究所用于加密电子数据的规范。它被预期能成为人们公认的加密包括金融、电信和政府数字信息的方法。 AES 是一个新的可以用于保护电子数据的加密算法。明确地说,AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:皮艾尔
  1. AES

    0下载:
  2. 使用V C++编程实现使用Rijindeal算法的高级数据加密算法AES。-The use of V C++ programming Rijindeal algorithm implementation using advanced data encryption algorithm AES.
  3. 所属分类:CA认证

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:清风细雨
  1. AES

    0下载:
  2. 128、192、256位AES加解密算法-128,192,256-bit AES encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:杨颖
  1. AES-encryption-algorithm

    1下载:
  2. AES加密算法的matlab实现,是密码学的又一重要加密算法-AES encryption algorithm matlab implementation is another important cryptography encryption algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:xiaotiantian
  1. aes

    0下载:
  2. 本代码为实现了AES128位加密算法的C程序实现-the source codes implement the AES encrpytion algorithm in C.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:张宇治
  1. AES

    0下载:
  2. AES算法是非常重要的密码学算法。本文档主要实现了AES算法及其调用方法-AES algorithm is a very important study of the password algorithm. This document mainly the AES algorithm and its implementation calls method
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:209920
    • 提供者:张林
  1. aes

    0下载:
  2. 用vc++实现aes算法,对分组密码学做深入深入祥彻的研究 。-Using vc++ implementation aes algorithm, on the block cipher Xiang-depth study in depth to do thorough research.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:40960
    • 提供者:vivi
  1. AES

    0下载:
  2. 同过VB来实现的,AES加密算法的实现,这个算法中涵盖了AES的精髓-VB had come with the implementation, AES encryption algorithm implementation, this algorithm covers the essence of AES
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:吕虎猛
  1. aes

    0下载:
  2. 基于DM642的AES加密算法 很核心的~-DM642-based AES encryption algorithm is the core ~
  3. 所属分类:DSP编程

    • 发布日期:2024-05-09
    • 文件大小:128000
    • 提供者:nga
  1. aes

    0下载:
  2. aes加密算法实现,经过FPGA验证的!-aes encryption algorithm, after FPGA validation!
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:guochao
  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 perform
  3. 所属分类:Windows编程

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

    0下载:
  2. AES加密的一个算法实现 一个自己编写的算法代码,大家有兴趣可以-Encription of AES Algorithem
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:惠普
  1. aes

    0下载:
  2. AES算法实现源程序,本人运行通过,花了二个星期实现-AES source program
  3. 所属分类:加密解密

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

    0下载:
  2. 对于AES算法的加密和解密过程的C++实现-AES algorithm for encryption and decryption process of the C++ to achieve
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:hudie
  1. AES

    0下载:
  2. AES加密算法,内含AES实现源代码word版,还有加密算法的实现过程flash,以及通过编译的vc++工程-AES encryption algorithm, including AES achieve word version of the source code, as well as the realization of the process of encryption algorithm flash, as well as
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:216064
    • 提供者:菜菜
  1. aes

    0下载:
  2. AES加解密算法C源代码及详细解释,可以直接用作教学课件.-AES encryption algorithm C source codes and their detailed explanation, can be directly used for teaching.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:413696
    • 提供者:zhou
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org