搜索资源列表

  1. AESC++

    0下载:
  2. aes加密算法的c++实现,里面包含两个文件,详细的aes加密过程
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4654
    • 提供者:zhaoyan
  1. 用新的高级加密标准(AES)保持你的数据安全

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

    • 发布日期:2024-06-12
    • 文件大小:16384
    • 提供者:
  1. AES(Rijndael)

    0下载:
  2. c语言实现标准的AES加密算法 解密密钥需是10轮后产生的-C Language standard AES decryption key encryption algorithm takes 10 after the
  3. 所属分类:界面编程

    • 发布日期:2024-06-12
    • 文件大小:894976
    • 提供者:
  1. TestAes

    0下载:
  2. aes算法的c++实现及其加密解密过程所需时间的测试,无解压密码-Aes Algorithm c achieve encryption and decryption process and the time required for testing, without extracting passwords
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:1201152
    • 提供者:
  1. aes-sbox

    0下载:
  2. 这是一篇介绍aes加密算法中s盒的c语言实现设计-introduced Orangk'aes encryption algorithm's box of C Language Design
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:116736
    • 提供者:zhangyini
  1. AESencode

    0下载:
  2. AES是安全性较好的密码算法,这是一个实现AES加密算法的源码-AES is better security password algorithm, which is a realization of the AES encryption algorithm source code
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:69632
    • 提供者:付泊
  1. AESC++

    0下载:
  2. aes加密算法的c++实现,里面包含两个文件,详细的aes加密过程-aes encryption algorithm c++ realize, which contains two documents, a detailed process aes encryption
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:4096
    • 提供者:
  1. aes_cmd

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

    • 发布日期:2024-06-12
    • 文件大小:4733952
    • 提供者:sharon
  1. AES

    0下载:
  2. AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf-AES-r
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:1982464
    • 提供者:张鲁夺
  1. AESDemo

    0下载:
  2. AES加密算法用C语言实现,能够实现文件和字符串的加密-AES encryption algorithm using C language, be able to realize encrypt files and strings
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:1929216
    • 提供者:王秋萍
  1. aesCPP

    0下载:
  2. AES加密算法的c++实现,在vc或者.net环境下都可以实现。-AES encryption algorithm in c++ implementation, in the vc or. Net environment can achieve.
  3. 所属分类:.net编程

    • 发布日期:2024-06-12
    • 文件大小:3072
    • 提供者:owen
  1. aes

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

    • 发布日期:2024-06-12
    • 文件大小:9216
    • 提供者:张宇治
  1. AES_CPP

    0下载:
  2. AES加密算法的具体实现,采用C++语言,封装成一个类-AES encryption algorithm to achieve the specific use of C++ language, packaged as a class
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-12
    • 文件大小:4096
    • 提供者:流星
  1. myAES

    0下载:
  2. AES加密算法, 一个AES的C++语言具体实现.-AES encryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:7168
    • 提供者:张力鹏
  1. Crypt_Decrypt_C

    0下载:
  2. 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。-Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:1216512
    • 提供者:王同
  1. aes-encryption-algorithms-

    0下载:
  2. aes加密算法的原理与设计实现 ,里面包含C语言代码。-aes encryption algorithms and design principles to achieve, which contains the C language code.
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:166912
    • 提供者:王岩
  1. AES-Source-Code

    0下载:
  2. AES加密算法的C++实现,比较精简,比较准确-AES encryption algorithm in C++, more streamlined, more accurate
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:7168
    • 提供者:程家诺
  1. AES-FOR-CPP

    0下载:
  2. 本文章的内容是AES加密算法的C++语言实现的源码-C++ implementation of the AES code pure code to implement the AES encryption and decryption process
  3. 所属分类:加密解密

    • 发布日期:2024-06-12
    • 文件大小:11264
    • 提供者:王帅
  1. AES

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

  1. TestAESCipher

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

    • 发布日期:2024-06-12
    • 文件大小:260096
    • 提供者:Zhoug_dan
« 12 3 4 5 6 7 »

源码中国 www.ymcn.org