搜索资源列表

  1. AES-based-on-FPGA-jiemi

    0下载:
  2. 基于FPGA的AES算法实现,使用verilog语言实现。本模块只包含解密过程,没有加密过程。-Implementation of AES algorithm based on FPGA, using Verilog language. This module contains only the decryption process, no encryption process.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:13487104
    • 提供者:庄德坤
  1. AES

    0下载:
  2. AES算法进行加解密,可以对任意类型的文件进行,密码为程序中已经写好的,包含工程文件和exe-AES algorithm for encryption and decryption can be any type of file, the password is already written in the program, including engineering documents and exe
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:68608
    • 提供者:魏亚于
  1. improved-AES-algorithm

    0下载:
  2. 改进的AES算法实现程序,与时间标签相结合,达到密钥时时更新,算法安全性更高-Implementation of improved AES algorithm i
  3. 所属分类:系统编程

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

    0下载:
  2. AES 算法源程序,标准C,可跨平台使用,也可直接在DSP或ARM内运行。-AES algorithm source, standard C, can be cross-platform use, may also be run within the DSP or ARM.
  3. 所属分类:加密解密

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

    0下载:
  2. AES算法实现,SOCKET通讯加解密,c++builder -AES algorithm, SOCKET communication encryption and decryption
  3. 所属分类:Dephi控件源码

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

    0下载:
  2. 用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step of the detailed display
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:152576
    • 提供者:kimifetch
  1. Aes

    0下载:
  2. 和之前DES算法一样。这是AES算法的实现,有MFC界面。主要是字符和字符串加密。可以作为加密小软件-And before the same DES algorithm. This is the AES algorithm with MFC interface. Main character and string encryption. Encryption software can be used as a small
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:1982464
    • 提供者:吴明航
  1. AES-Rijndael

    0下载:
  2. Rijndael (pronounced Reindaal) AES算法,由Joan Daemen and Vincent Rijmen设计。-//Rijndael (pronounced Reindaal) is a block cipher, designed by Joan Daemen and Vincent Rijmen as a candidate algorithm for the AES. //The cipher
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:23552
    • 提供者:doofu
  1. AES-Baidu-Encyclopedia

    0下载:
  2. AES的百度百科内容,格式为HTML格式。可以让你对AES算法的来源以及相关特点有一个基础的了解,下载仅供参考。-Baidu Encyclopedia of AES content, format to HTML format. Can give you the source of the AES algorithm and related features have a basic understanding, downloads f
  3. 所属分类:CA认证

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

    0下载:
  2. AES算法实现,关于文件的加密解密。有些复杂-AES algorithm, the encryption and decryption on the file. Some complex
  3. 所属分类:CA认证

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

    0下载:
  2. AES算法C源码(加解密),简单测试了一下,可以用,领解压文件里有两个解密加密rar的算法,感兴趣的可以看下。-AES algorithm C source code (encryption and decryption), a simple test that can be used, there are two collar-extracting file to decrypt the encrypted rar algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:84992
    • 提供者:原小木
  1. AES-algorithm-and-its-implementation

    0下载:
  2. AES算法原理及其实现,一篇相关的论文,可以学习是参考一下。-AES algorithm and its implementation, a related paper, you can learn is the reference.
  3. 所属分类:软件工程

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

    0下载:
  2. aes算法,实现了一个简单的基于aes算法的加密程序,提高了加解密速率-aes algorithm to achieve a simple algorithm based aes encryption program to improve the speed of encryption and decryption
  3. 所属分类:系统编程

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

    0下载:
  2. 用c++实现的AES算法,可以方便对文件进行加密,代码简单易懂-C++ with AES algorithm implementation, you can easily encrypt files, the code is simple to understand
  3. 所属分类:人工智能/神经网络/遗传算法

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

    0下载:
  2. 用C编写AES算法并调试通过,包括了AES的生成流程,验证可用!-Written in C AES algorithm and debugging, including AES generation process to verify availability!
  3. 所属分类:CA认证

    • 发布日期:2024-05-20
    • 文件大小:253952
    • 提供者:石坚
  1. AES-C

    0下载:
  2. AES算法实现 ,C编写 清晰简洁可用值得学习-AESalgorithm
  3. 所属分类:加密解密

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

    0下载:
  2. AES算法加解密过程的Verilog代码,包括测试文件,通过FPGA验证。-AES algorithm encryption and decryption process Verilog code, including test files through the FPGA verification.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:郑雪松
  1. AES

    0下载:
  2. PC端实现AES算法加密,可以用于计算ECB等模式的AES加密数据。-PC client realize AES encryption algorithm can be used to calculate the ECB and other modes of AES encrypted data.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:5368832
    • 提供者:陈同玉
  1. CUDA-AES

    0下载:
  2. 基于CUDA的AES快速加密解密文档,系统介绍饿AES算法的设计与优化-CUDA-based AES encryption and decryption of documents quickly, the system introduced hungry AES algorithm design and optimization
  3. 所属分类:软件工程

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

    0下载:
  2. AES算法加密图像,参照AES的标准白皮书,完成了AES对图像的加密-encryption of image using AES
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:63488
    • 提供者:冯洛银
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »

源码中国 www.ymcn.org