搜索资源列表

  1. AES

    0下载:
  2. AES加密解密算法,调试通过。可在单片机上直接使用。-AES
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-03
    • 文件大小:18432
    • 提供者:yingxuefeng
  1. AES

    0下载:
  2. AES算法完整的使用C语言实现,经过测试,可以运行。 可支持的明文分组长128/192/256比特。可支持的主密钥长128/192/256比特。对不同的密钥长度,AES算法相应的轮数分别是10/12/14轮。-AES algorithm using the C language to implement a complete, tested, you can run. To support the explicit sub-head
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:3072
    • 提供者:曹云青
  1. aes

    0下载:
  2. aes高级加密标准算法的实现,从文本in.dat读入明文,从文本word.dat读入密钥,输出密文至文本out.dat-aes Advanced Encryption Standard algorithm, read from the text in.dat clear, read from the text word.dat key, the output cipher text to text out.dat
  3. 所属分类:其他小程序

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

    0下载:
  2. AES加密,可以实现对单个文件,字符等的信息进行加密保护,实现信息的安全保护.-AES encryption, can be achieved on a single file, character information such as encryption, to achieve information security.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-03
    • 文件大小:94208
    • 提供者:zengyufu
  1. AES

    0下载:
  2. 有关AES加密算法的代码,能跑通,VC++实现。-AES encryption algorithm, able to run through, VC++ to achieve.
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:562176
    • 提供者:Logitech007
  1. aes

    0下载:
  2. aes的加密解密算法的源代码以及测试源代码和仿真结果图-aes encryption decryption algorithm source code and test source code and simulation results map
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-03
    • 文件大小:2973696
    • 提供者:cong
  1. AES

    0下载:
  2. AES algorithms program
  3. 所属分类:加密解密

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

    0下载:
  2. 是对AES加密算法,解密算法的一种快速实现方法,使用C-Is the AES encryption algorithm, decryption algorithm of a fast implementation method, using C++
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:7168
    • 提供者:zhuyezi
  1. AES

    0下载:
  2. AES加密解密算法的源码,涵盖其所有功能的实现-AES encryption and decryption algorithm of the source, covering all of its functions to achieve
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:6144
    • 提供者:yicheng
  1. AES

    0下载:
  2. AES算法的实现过程,实现了AES的加密和解密过程
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:39936
    • 提供者:jim
  1. AES

    0下载:
  2. AES加密解密算法完整版,可切换密钥128,192,256。可顺利运行,界面美观~-The full version of AES encryption and decryption algorithm, switch the key 128,192,256. Smooth running, beautiful interface ~
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:399360
    • 提供者:lixiang
  1. AES

    0下载:
  2. AES加密算法演示程序,此算法为标准的AES算法,你可以根据的 //的自己需要进行变形
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-03
    • 文件大小:227328
    • 提供者:chengx
  1. aes

    0下载:
  2. AES 加密解密 AES implementation in PHP (c) Chris Veness 2005-2008.-AES implementation in PHP (c) Chris Veness 2005-2008. Right of free use is commercial or non-commercial use. No warranty of any form is offered.
  3. 所属分类:加密解密

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

    0下载:
  2. aes encrypt and decrypt
  3. 所属分类:CA认证

    • 发布日期:2024-05-03
    • 文件大小:649216
    • 提供者:suarif
  1. AES-Cryption

    0下载:
  2. 在iphone上面实现AES加密解密,用对象已经封装好-In the iphone AES encryption and decryption to achieve the above, the object has a good package
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:34816
    • 提供者:宸翰
  1. AES

    0下载:
  2. AES加密是一个高效快捷用于军事加密等级的类模块,可以在任何工程中使用。AES(128位字区大小,使用128、192或者256位密钥长度)是用在美国政府进行保护机密(使用192或者256位密钥)和绝密文件的算法。不同于其他区段加密算法,AES是在VB中是最有效率的,因为加密一个区段能被使用唯一的CopyMemory,异或操作和一些位掩码。这个类模块可以支持所有的密钥和字区大小。并且难能可贵的是支持中英文混合加密。-AES encrypt
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:30720
    • 提供者:dick
  1. AES

    0下载:
  2. AES加密技术使用了多线程技术和文件功能-AES encode very good AES encode very good
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:2978816
    • 提供者:jin
  1. AES

    0下载:
  2. AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and d
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:16308224
    • 提供者:cristiano
  1. AES

    0下载:
  2. 这是一个AES加密的JAVA源代码,能完成加密和解密功能。-AES encryption This is a JAVA source code, to complete the encryption and decryption functions.
  3. 所属分类:加密解密

    • 发布日期:2024-05-03
    • 文件大小:10240
    • 提供者:陈燕燕
  1. aes.tar

    0下载:
  2. aes algorithm using java -aes algorithm using java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-03
    • 文件大小:2866176
    • 提供者:vicky
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org