CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - AES source

搜索资源列表

  1. AaaeestableE

    0下载:
  2. AES加密解密程序源码,C++实现现的 做的不好,请多指教 -AES encryption and decryption procedures the source, C++ achieve now doing well, please advise
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-01
    • 文件大小:9131
    • 提供者:lhanxi
  1. strip-2.0_src

    0下载:
  2. Source Code for Strip v2.0 AES (Secure Tool for Recalling Important Passwords)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:429214
    • 提供者:freebird
  1. ecaes

    0下载:
  2. ECC+AES加解密的源码,作者为NOOBY。-ECC+AES encryption and decryption source code, author is NOOBY.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:143758
    • 提供者:杨松林
  1. sbox-milp

    1下载:
  2. 描述AES算法的CPLEX算法的生成代码。-To generate CPLEX source code of AES
  3. 所属分类:Other systems

    • 发布日期:2017-11-14
    • 文件大小:8866
    • 提供者:subozhan
  1. neofs-glusterfs.tar

    0下载:
  2. 基于开源的集群文件系统glusterfs开发的卷加密的demo程序, 加密算法采用aes-256,可以实现卷的加密存储。-The demo program is developed based on the open source cluster file system glusterfs volume encryption, the encryption algorithm aes-256, encrypted storage volume.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-28
    • 文件大小:7036851
    • 提供者:liuzhuo
  1. Decrypt.rar

    0下载:
  2. 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
  3. 所属分类:CA program

    • 发布日期:2017-11-16
    • 文件大小:212805
    • 提供者:曾祥园
  1. aes_encrypt

    0下载:
  2. 纯C语言实现基于AES算法的加密,从文件每次读取16个字节加密后写入指定文件中,同时把源文件大小和密钥做异或写入加密文件中。-Pure C language based on the AES algorithm encryption, encrypted each read 16 bytes written to the specified file from the file, while the size of the source file and the key is to do XOR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-15
    • 文件大小:788
    • 提供者:刘小生
  1. aes_decrypt

    0下载:
  2. 纯C语言实现基于AES算法的解密功能,从用AES加密后的文件读取16个字节后,解密操作,同时读取加密文件的前四个字节,表示源文件的长度大小。-Pure C language implementation based on AES algorithm decryption functions, read 16 bytes from the file after using AES encryption and decryption operations, read the first four b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:814
    • 提供者:刘小生
  1. security

    0下载:
  2. AES加密源代码 很不错哦 大家可以下-AES encryption source code is very good, oh, we can look under
  3. 所属分类:CA program

    • 发布日期:2017-12-04
    • 文件大小:978
    • 提供者:吴华淼
  1. bihua

    0下载:
  2. 这是ER项目使用的类库源文件,包含了网络通讯,AES\DES编解码,MD5生成等功能,开发平台:开发平台:VS2005-ER project uses a class library source files, including network communications, AES \ DES codec, the MD5 generation development platform: development platform: VS2005
  3. 所属分类:CSharp

    • 发布日期:2017-11-16
    • 文件大小:79974
    • 提供者:花哥
  1. ccm

    0下载:
  2. 德州仪器TI CC2530 无线传输芯片实现应用层AES加密的源程序-Texas Instruments TI CC2530 wireless transmission chip to achieve application layer AES encryption source
  3. 所属分类:Other Embeded program

    • 发布日期:2016-05-26
    • 文件大小:3072
    • 提供者:shijianxin
  1. aes_crypt

    0下载:
  2. aes加解密程序源代码,自己写的,可能在效率上没办法保证过多,但是可以借鉴一下。-aes encryption and decryption program source code, wrote it myself, efficiency can not guarantee too much, but can learn from.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-14
    • 文件大小:26572
    • 提供者:黄杰
  1. ios_AES_encrypt

    0下载:
  2. 本源码为我的毕业设计,题目为,基于iOS平台的数据加密程序,实际为AES加密算法。用objective—C实现,在ios开发平台SDK 下打开可运行-The source code for my graduation project entitled, based on the the iOS platform data encryption program, the actual AES encryption algorithm. Objective-C to achieve open can
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-26
    • 文件大小:377798
    • 提供者:周志鹏
  1. 3DES

    0下载:
  2. 3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。 3DES的c++实现-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as the Advanced Encryption Standard Rijndael encryption, AES encryption
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:642863
    • 提供者:李行
  1. HandsOnAES

    0下载:
  2. Java card规范JCOP的AES算法实现源代码-Java card specification JCOP AES algorithm source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-30
    • 文件大小:6750
    • 提供者:kdd
  1. MzCrypt-v1.0-srcPbin

    2下载:
  2. 解密/加密 BIn軟件 ~MzCrypt-Descr iption This is a commandline application that converts back and forth between .bin and .zip. Usage - Decrypt .bin: mzcrypt.exe-d-o update-decrypted.zip update.bin (converts .bin to .zip) - Encryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-27
    • 文件大小:143360
    • 提供者:向华
  1. 256_csharp

    0下载:
  2. AES 256bit source code C#
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:5107
    • 提供者:shope
  1. Rijndael

    0下载:
  2. AES加密算法的java实现源代码。只有一个java源文件,非常简单。-AES encryption algorithm to achieve the java source code. Only a java source files, a very simple.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3758
    • 提供者:kimifetch
  1. UploadData(1)

    0下载:
  2. 用户侧并网光伏电站在线监测系统之数据上传系统, 解决网络字节序转换、CRC校验、AES加密、中文UTF-8编码等技术, 采用多线程解决在主动发送信息的同时监听数据中心服务器其他指令。 采用开发环境vc++6.0 + mysql,实现用户SN、密码、电站信息、 设备信息等全部在数据库中配置,在光伏电站项目信息改变或变更项目,不用更改系统源码,直接在数据库中更改相关信息就行了。-User side and network monitoring system o
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2227294
    • 提供者:genius8080
  1. encrypt_algorithms

    1下载:
  2. 信息安全课程的实验,含AES、DES、RSA三个加密算法和MD5、SHA-1两个哈希算法的C/C++源代码,可以加密字符串和文件。-Information Security course experiments, including AES, DES, RSA three encryption algorithms and MD5, SHA-1 hashing algorithm for two C/C++ source code, you can encrypt strings and fil
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-12
    • 文件大小:19321459
    • 提供者:落魄书生
« 1 2 ... 9 10 11 12 13 1415 16 17 »
搜珍网 www.dssz.com