搜索资源列表

  1. ARRiijndaeld

    0下载:
  2. 高级加密标准AES优胜算法RRijndael c语言源代码。 -Advanced Encryption Standard (AES) winning algorithm RRijndael c language source code.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:sacri
  1. addssc-srce

    0下载:
  2. aes算法C语言版,个人感感觉比较好用的,欢迎大家下载 -the the aes algorithm C language version, personal sense of feeling useful, welcome to download
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:lhanxi
  1. FAES_CCr

    0下载:
  2. 本次上传的是AES的C语言版,对C++版中涉及到类的内容予以修改,,通过测试。本人上传的AES的C++版和C版均是经过测试后可以使用的。 -The upload is a C language version of AES of involved in C++ version to revise the content of the class, and pass the test. The I upload of the AES
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:516096
    • 提供者:lhanxi
  1. AAES-128Bit-CE

    0下载:
  2. AES算法,在51单片机SCMM中用c语言实现,大家可以参考下! -AES algorithm in the 51 microcontroller SCMM using c language, we can refer to the next!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:zxcvva
  1. arc4

    0下载:
  2. Visual c++ 下使用C语言开发的ARC4流加密算法,密钥长度可变,可实现以字节为单位的流加密,加密强度比AES分组加密算法弱,但是效率比AES算法高。-C language development Visual c++ ARC4 stream encryption algorithm and key length is variable and can be realized in bytes stream encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:3046400
    • 提供者:yanan
  1. aes_encrypt

    0下载:
  2. 纯C语言实现基于AES算法的加密,从文件每次读取16个字节加密后写入指定文件中,同时把源文件大小和密钥做异或写入加密文件中。-Pure C language based on the AES algorithm encryption, encrypted each read 16 bytes written to the specified file from the file, while the size of the source
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:刘小生
  1. aes_decrypt

    0下载:
  2. 纯C语言实现基于AES算法的解密功能,从用AES加密后的文件读取16个字节后,解密操作,同时读取加密文件的前四个字节,表示源文件的长度大小。-Pure C language implementation based on AES algorithm decryption functions, read 16 bytes from the file after using AES encryption and decryption ope
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:刘小生
  1. AESencrypt

    0下载:
  2. AES是经典的非对称加密算法,AES加密算法的C语言现实,代码可扩展性强-The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology (NIST) in 2001.
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:liwen
  1. 27695635aes

    0下载:
  2. AES加密/解密算法(S-BOX)的C语言完整代码-AES encryption/decryption algorithm (S-BOX) complete C language code
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:朱宏晨
  1. CMAC

    0下载:
  2. 利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看-The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:张国威
  1. Rijndael_ECB

    0下载:
  2. AES加解密C语言源代码,可直接运行通过,方便大家借鉴学习-AES encryption and decryption of C language source code, can be directly run by, we facilitate learning from
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:翟喜
  1. 15

    0下载:
  2. 课程设计用C语言实现AES的加密解密 易于学习-Curriculum design and implementation of AES encryption and decryption using C language is easy to learn
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:杨天
  1. AES_Linux_C

    0下载:
  2. Rijndael AES代码,用C语言实现-Rijndael AES code, using C language
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:22528
    • 提供者:kemengli
  1. CandPython_AES

    0下载:
  2. c++语言的AES算法有很多版本,此文件的AES算法与python加密库的AES算法相匹配(from Crypto.Cipher import AES),可实现C++与python之间的AES加解密转换-AES algorithm c++ language has many versions, this file AES algorithm of AES algorithm and the python cryptography lib
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:17464320
    • 提供者:许扬轩
  1. AES01

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, b
  3. 所属分类:通讯编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:alien
  1. AES02

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, b
  3. 所属分类:CA认证

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:alien
  1. AES03

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, b
  3. 所属分类:系统编程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:alien
  1. AES04

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, b
  3. 所属分类:数据库系统

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:alien
  1. AES05

    0下载:
  2. 这是AES(高级加密标注)的c语言源代码,内有注释,便于查看,包括轮密钥加、行移位、列混淆、字节变换等子模块,便于分析。-This is AES (Advanced Encryption mark) c language source code, with comments, for easy viewing, including the round keys plus, line shift, columns confusion, b
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:alien
  1. OpenAES-0.9.0

    1下载:
  2. 最近发现的加密算法AES的一个开源C语言实现,欢迎大家适用-The recent discovery of the AES encryption algorithm, an open source C language, we welcome the applicable
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:44032
    • 提供者:superbug
« 1 2 ... 4 5 6 7 8 910 »

源码中国 www.ymcn.org