CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - AES算法

搜索资源列表

  1. aes

    0下载:
  2. aes算法加密与解密程序,可以从文件读入数据,也可以自己输入数据。-aes algorithm encryption and decryption procedures, can be read from the file into the data, you can also input data.
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:5083
    • 提供者:萝莉
  1. AES

    0下载:
  2. AES算法加密解密,只实现了单行密文加密,注释还蛮清楚的,Java实现,包含界面,简单的Java SE应用。-Encryption and Decryption through AES algorithm using Java.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:19616
    • 提供者:houlin
  1. aes.tar

    1下载:
  2. c语言的编写的aes算法加密的源码,在linux下编译通过并可以正常运行,可以直接应用于数据加密中。-aes algorithm encryption source code, c language under linux compiled by normal operation, can be directly applied to the data encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:18432
    • 提供者:liuzhuo
  1. Aes

    0下载:
  2. 128位AES加/解密函数Enciphering/Deciphering;CBC工作模式下的AES加/解密函数CBCEncrypt/CBCDecrypt。本密码算法的实现不仅是经典AES算法的实现,还采用动态S盒技术对其作出了改进,使其安全性更高,改进之处参考了《AES算法的S盒分析及改进探讨》一文。-128-bit AES encryption/decryption the function Enciphering/Deciphering the CBC operating mode AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:1172322
    • 提供者:fang
  1. AES

    0下载:
  2. 一个用JAVA实现的AES算法示例,采用ECB模式,128位密钥-AES algorithm is an example of a JAVA ECB mode, a 128-bit key
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:761
    • 提供者:ludygg
  1. aes

    0下载:
  2. AES算法的实现,C语言编程完成加密和解密的过程,明文与密钥长度均为128位。-Realization of the AES algorithm, C language programming to complete the encryption and decryption process, the plaintext and the key length is 128.
  3. 所属分类:CA program

    • 发布日期:2017-12-01
    • 文件大小:3822
    • 提供者:张培凤
  1. AES

    0下载:
  2. AES算法包含c++版和C版的,运行成功的,有详细的说明。-AES algorithm contains c++ version and the version of the C run successfully, is described in detail.
  3. 所属分类:CA program

    • 发布日期:2017-11-23
    • 文件大小:11461493
    • 提供者:liulanlan
  1. AES

    0下载:
  2. SSL以及AES算法的详细介绍,是不可多得的好资料-introduction about AES
  3. 所属分类:Exploit

    • 发布日期:2017-11-10
    • 文件大小:2828889
    • 提供者:齐小天
  1. AES

    0下载:
  2. aes算法 支持字符串 文件加-aes cryto
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-04
    • 文件大小:9612
    • 提供者:金属
  1. AES

    0下载:
  2. 用AES算法对一段TS格式的视频进行加解及解密-Section of TS format video solution increases and decryption using the AES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-13
    • 文件大小:4943798
    • 提供者:刘影琪
  1. AES-c.RAR

    0下载:
  2. C++实现AES算法 C++实现AES算法-C++ AES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-04
    • 文件大小:3581
    • 提供者:王行
  1. AES-encryption-in-VC

    0下载:
  2. AES算法的具体实现,在vc的环境下完成,是一个学习的好例子-The concrete realization of the AES algorithm in vc environment, is a good example of learning
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-02
    • 文件大小:24229796
    • 提供者:孙俊
  1. AES

    0下载:
  2. 编程实现了一个AES算法,通过各种变换实现了算法的基本加密功能.-Programming an AES algorithm, the algorithm encryption capabilities through various transformations.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:2203
    • 提供者:随赛
  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. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-25
    • 文件大小:68823
    • 提供者:魏亚于
  1. improved-AES-algorithm

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

    • 发布日期:2017-11-18
    • 文件大小:793125
    • 提供者: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. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-16
    • 文件大小:283201
    • 提供者:echo
  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. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:152362
    • 提供者: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 program

    • 发布日期:2017-05-08
    • 文件大小:1982063
    • 提供者:吴明航
  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 has a variable block length an
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:23042
    • 提供者: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 for reference only.
  3. 所属分类:CA program

    • 发布日期:2017-04-01
    • 文件大小:62041
    • 提供者:wang
« 1 2 3 4 5 6 78 9 10 11 12 ... 35 »
搜珍网 www.dssz.com