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

搜索资源列表

  1. Rijndael

    0下载:
  2. AES算法的实现,可加密解密,在VC的环境下可以运行的,用C/C++写的-Implementation of the AES algorithm, encryption and decryption, can run in the VC environment, written by C/C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:20916
    • 提供者:玉婷
  1. FilePW

    0下载:
  2. 这是一个对txt文件加密的VC++工程,采用AES算法进行加密-The TXT file encryption
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:132924
    • 提供者:chenweijie
  1. TestAESCipher

    0下载:
  2. AES算法的C++代码实现,可以对任意长度的字符串实现加密解密-AES algorithm demo program, packet encryption, you can for any length of string encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:208989
    • 提供者:yinqian
  1. zlj

    0下载:
  2. 基于AES算法实现的一种加密解密软件。代码简单明了,看了就明白-An encryption algorithm based on AES decryption software. Code simple and clear, saw will understand
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:171388
    • 提供者:李迎
  1. DES_C-language

    0下载:
  2. C语言实现的DES代码,可以直接编译运行。加密10M文件时间大约16到20秒。注释详细。其中工程名AES是手误打错了,实际上是DES算法的实现代码。-C language implementation of the DES code can be directly compiled to run. 10M file encryption for about 16-20 seconds. Detailed notes. Which works were wrong hands AES is wro
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-30
    • 文件大小:12664109
    • 提供者:LXW
  1. aesdlg

    0下载:
  2. 加密文件的小工具,用AES算法,加密程度可选,最长密码32字节-Encrypted file of small tools, using AES algorithm, optional encryption degree and the longest password 32 bytes
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-26
    • 文件大小:8862519
    • 提供者:tx
  1. Utils

    0下载:
  2. JDK6支持的加密和摘要算法,包括AES、DES、DSA、RSA、ECC、SHA、MD5、MAC等,以及Base64、BCD等,此处为其各个对应的工具和测试类。-Encryption and digest algorithm JDK6 support, including AES, DES, DSA, RSA, ECC, SHA, MD5, MAC, as well as Base64, BCD, etc., where its tools and test each corresponding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1761112
    • 提供者:lanfog
  1. jiaMi

    0下载:
  2. 常见加密技术AES、DES、3DES等算法的实现-Implementation of common encryption technology
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:150182
    • 提供者:杨楠
  1. ecb_Encryp

    0下载:
  2. c语言实现aes ecb模式加密,可以和java,c#,obj-c互相 加,解密。包含base64编码,urlEncode编码 注意,该算法里面的密文是转换成16进制的字串,如果不要16进制,可自行转换,内的函数。 vc6,vs2008,可编译。-AES ECB mode
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:402279
    • 提供者:zhong
  1. password_manager

    0下载:
  2. 实现用户多个网站的密码管理器的功能,用AES算法对密码进行加密管理,同时用Hmac算法对域名进行扩展,并存储到文件中,便于用户对网站密码的增删查改-Password Manager users achieve multiple sites function with AES algorithm to encrypt the password management, and use of the domain name extension Hmac algorithm, and stored in
  3. 所属分类:Network Security

    • 发布日期:2017-05-27
    • 文件大小:9992233
    • 提供者:武琼
  1. haxifenxi

    0下载:
  2. 用用户生物特征生成密钥和Rijndael算法作为AES的优良特性,本文提出了一种基于虹膜生物特征的密钥生成和Rijndael算法的图像加密方案。实验结果表明,该方案具有良好的加密效果,得到了一种新的图像加密方法。-With the user s biometric key and Rijndael algorithm as the excellent characteristics of AES, this paper proposes an image encryption scheme ba
  3. 所属分类:编程文档

    • 发布日期:2017-05-01
    • 文件大小:333115
    • 提供者:李李
  1. Lab2

    0下载:
  2. 信息安全试验,对称加密解密算法——aes和des,C++加openssl语言实现,编译环境是visual studio2010-Information security test, symmetric encryption and des, aes decryption algorithm, c++ with openssl language implementation, compile environment is visual studio2010
  3. 所属分类:CSharp

    • 发布日期:2017-05-30
    • 文件大小:12254099
    • 提供者:
  1. wjjmym

    0下载:
  2. 文件加密器是一个静默卸载手机上已经安装的app的小例子,翻了下菜单看了有文件加密、文件解密、报文鉴别、编辑文件、删除文件等功能,加密有des、desede、aes三种算法,因为小编不了解加密解密这一块所以就不妄加评论技术细节了,了解这一块的朋友自己下载研究一下吧,默认编译版本4.2.2编码GBK源码有简单注释。-File encryption device is already installed on a silent uninstall mobile app small example, t
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:669990
    • 提供者:liuhao
  1. Routrek.Granados

    0下载:
  2. Routrek.granados.dll Granados是一个基于.NET的SSH客户端库。它有以下特点: 1.Granados是一个C#的开源项目。 2.同时支持SSH1和SSH2。 3.Granados实现了AES, Blowfish, TripleDES, RSA, DSA等加密验证算法。(Routrek.granados.dll Granados is a.NET based SSH client library.)
  3. 所属分类:网络编程

    • 发布日期:2017-12-19
    • 文件大小:56320
    • 提供者:放到我的
« 1 2 ... 32 33 34 35 36 37»
搜珍网 www.dssz.com