搜索资源列表

  1. 用新的高级加密标准(AES)保持你的数据安全

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

    • 发布日期:2024-05-09
    • 文件大小:16384
    • 提供者:
  1. 327531aes_code

    0下载:
  2. 关于AES加密算法的VC源代码,完整的算法程序编程,具有很高的参考价值。-AES encryption algorithm on the VC source code, a complete algorithm programming with a high reference value.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:71680
    • 提供者:周杰
  1. Rijndael算法VC使用实例

    0下载:
  2. 在Visual C++ 6.0下利用Rijndael算法进行任意文件加密,一个rijndael加密算法的使用实例,虽然图形界面做得比较粗糙,但是程序本身有很多值得参考和学习的地方- 6.0 carries on the free document encryption in Visual C using the Rijndael algorithm, a rijndael encryption algorithm use exampl
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:59392
    • 提供者:云中龙
  1. 最新AES源码

    0下载:
  2. 最新的AES源代码,AES加密算法为我们提供了强大快捷的对称加密方法。-the latest source code AES, AES encryption algorithm to provide us with a powerful and efficient symmetric encryption method.
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:54272
    • 提供者:sss
  1. MIRACL

    0下载:
  2. 加解密函数库,包含DES,AES,RSA等各种加密算法的实现,在WINDOWS能编译通过-encryption functions, including DES, AES, RSA encryption algorithm such as the realization In Windows can compile
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:956416
    • 提供者:木木
  1. 12068

    0下载:
  2. AES 加密算法函数包及演示文件 v1.3-AES encryption algorithm function packets and Presentations v1.3
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:232448
    • 提供者:tiegan
  1. aesexam

    0下载:
  2. AES加密算法源代码,学习安全的朋友可以-AES encryption algorithm source code, the safety study to see friends
  3. 所属分类:CA认证

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:彭春
  1. aesVS2005

    0下载:
  2. AES加密算法的VS2005工程实现,方便易用,在VS2005环境直接生成解决方案就能生成可执行程序,很好。-AES encryption algorithm realize the VS2005 project, easy-to-use environment in VS2005 to generate solutions that can directly generate executable program, very good
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:56320
    • 提供者:八戒
  1. AES-128Bit-C51

    1下载:
  2. 最近实验的一个AES加密算法,在KEIL C51编译通过,仅支持128Bit-Recently, an experimental AES encryption algorithm, in KEIL C51 compiler is passed, only supports 128bit
  3. 所属分类:加密解密

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

    0下载:
  2. Rijndael加密算法,vc6.0平台代码。-Rijndael encryption algorithm, vc6.0 platform code.
  3. 所属分类:加密解密

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

    0下载:
  2. 用C语言编写AES加密解密算法,实现加密解密功能-Using C language AES encryption and decryption algorithms, encryption and decryption functions realize
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:黎志展
  1. aes

    0下载:
  2. AES加密解密算法的软件实现。可以实现128bit,192bit以及256bit的加密解密,可在windows,linux上执行-AES encryption and decryption algorithm of the software. Can be achieved 128bit, 192bit and 256bit encryption decryption, may be windows, linux on the impl
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:10240
    • 提供者:snapgear
  1. AES+socket

    0下载:
  2. AES加密算法对socket通信过程进行加密传输,包括字符,数字,汉字等,包含完整client端和server端源码。-AES encryption algorithm to encrypt the communication process socket transmission, including characters, numbers, characters and so on, contains a complete clie
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:8197120
    • 提供者:yanghu
  1. AES.v1.3

    0下载:
  2. AES 是一种使用安全码进行信息加密的标准。 它支持 128 位、192 位和 256 位的密匙。 加密算法的实现在 ElAES.pas 单元中。 本人将其加密方法封装在 AES.pas 单元中, 只需要调用两个标准函数就可以完成字符串的加密和解密。 (* 密匙长度 *) 128 位支持长度为 16 个字符 192 位支持长度为 24 个字符 256 位支持长度为 32 个字符
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:211968
    • 提供者:刘鸿翔
  1. AES-DELPHI

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

    • 发布日期:2024-05-09
    • 文件大小:233472
    • 提供者:pangweiwen
  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-09
    • 文件大小:281600
    • 提供者:xiaolin
  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. 基于DM642的AES加密算法 很核心的~-DM642-based AES encryption algorithm is the core ~
  3. 所属分类:DSP编程

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

    0下载:
  2. AES加密解密算法的C语言源程序,网络安全课程设计用-AES encryption and decryption algorithm of the C language source code, network security design courses
  3. 所属分类:加密解密

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

    1下载:
  2. AES加密算法 AES加密算法-AES,VB
  3. 所属分类:加密解密

    • 发布日期:2024-05-09
    • 文件大小:29696
    • 提供者:zhaojie
« 1 2 3 45 6 7 8 9 10 ... 44 »

源码中国 www.ymcn.org