搜索资源列表

  1. Rijndael

    0下载:
  2. 完整的Rijndael加密c算法 以及Rijndael的J2ME实现 还有Rijndael的原理讲解文档-C complete Rijndael encryption algorithm Rijndael in J2ME and realize there is documentation to explain the principles of Rijndael
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:168960
    • 提供者:sure
  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-05-20
    • 文件大小:3072
    • 提供者:owen
  1. MapleStoryDecoder

    0下载:
  2. MapleStory密码算法,AES,用C++实现,静态库,可直接使用。-MapleStory cryptographic algorithm, AES, using C++ implementation, static libraries, can be used directly.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:周一飞
  1. aes

    0下载:
  2. C++版AES源代码 我在这里献丑了,此加密算法的扩展功能,大家发挥自己的能力写写吧!-C++ AES source
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:纪凤伟
  1. STM32F10x_Encryption_Lib_V1.0.0

    2下载:
  2. 基于STM32 的AES加密算法,适合用在简单的存储加密-The STM32-based AES encryption algorithm, suitable for storage in a simple encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:251904
    • 提供者:fox
  1. AES_CPP

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

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:流星
  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-05-20
    • 文件大小:1216512
    • 提供者:王同
  1. DES3DESAES

    0下载:
  2. C语言版的DES,3DES,AES加密算法以及MD5数字签名-C language version of the DES, 3DES, AES encryption algorithm and MD5 digital signatures
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:60416
    • 提供者:王刚
  1. AES_Encrypt

    0下载:
  2. AES加密C语言程序,用于AES的加密算法的C语言实现-AES_Encrypt.cpp
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:赵天新
  1. aes_encrypt

    0下载:
  2. AES加密算法,使用C语言实现的,代码效率很高。-AES encryption algorithm, C language implementation, more efficient.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:165888
    • 提供者:shamrock
  1. AES

    0下载:
  2. 用C语言实现的AES加密解密算法,希望对朋友们有用。-AES
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:yaofengyi
  1. CSharpAES

    0下载:
  2. 使用c#进行AES加密的算法演示,带有可视化的加密步骤演示-AES encryption using c# to demonstrate the algorithm with the encryption step visual presentation
  3. 所属分类:C#编程

    • 发布日期:2024-05-20
    • 文件大小:188416
    • 提供者:任春龙
  1. aesc

    0下载:
  2. AES加密算法C代码(纯C代码)说明及编程-AES C (in C)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:9216
    • 提供者:ilmonica
  1. aes

    0下载:
  2. c#做的aes加密,按照AES标准算法写的,做了小小优化。希望对学习AES的同学有用处,文件做了详细的注释说明。 -aes encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:
  1. MyAES

    0下载:
  2. AES算法的实现,AES算法的C/C++实现,比较简单,适合信息安全入门者-AES Algorithm, AES algorithm C/C++ implementation is relatively simple, suitable for beginners of information security
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:3053568
    • 提供者:海海
  1. aesencry

    0下载:
  2. visual C++实现的AES算法,可以对数据文件进行加密-visual C++ implementation of the AES algorithm to encrypt data files can be
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:王婧
  1. AES

    0下载:
  2. 本文是AES算法的一种C++实现,AES的很多实现方法中,这一种不一定是最好的。-This is the AES algorithm is a C++ implementation, AES' s a lot of realization, this one kind is not necessarily the best.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:钟佳荣
  1. aes

    0下载:
  2. AES 加密算法的一个精巧实现,提供加密实例-a cute C implementation of AES cryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:8192
    • 提供者:du yu ling
  1. 5_aes

    0下载:
  2. AES代码,密码学学习必须掌握的算法。很全的代码。-AES code, cryptography algorithm to learn to master. Is all the code.
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:208896
    • 提供者:一杭
  1. AES

    0下载:
  2. AES是一种对称密码算法,在密码学中有重要的意义,这个文件能让你的这个算法有充分的了解里面还有一些重要过程的编码实现,用c语言实现-AES is a symmetric encryption algorithm, cryptography has important significance. This file allows you to fully understand the algorithm and some importan
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:409600
    • 提供者:林宝源
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »

源码中国 www.ymcn.org