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

搜索资源列表

  1. aestyi

    0下载:
  2. AES加密演算法Delphi程式,可以加密字符和文件。-AES encryption algorithm Delphi programs, and files can be encrypted characters
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-26
    • 文件大小:216903
    • 提供者:allan201328
  1. AESDemo

    0下载:
  2. Aes加密算法的Delphi程序代码,本算法可对字符和文件进行加密。-Aes encryption algorithm Delphi program code, the algorithm of the characters and file encryption.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:55077
    • 提供者:我爱我家
  1. AEScode

    0下载:
  2. c++实现 AES加密算法,字符界面输入输出,对字符进行加密,输出加密后的密文-c++ realize the AES encryption algorithm, the input and output of the character interface,
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:118180
    • 提供者:645845184
  1. 2

    0下载:
  2. AES加密类代码,算法很简洁 -AES ERY
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:1988
    • 提供者:王伟大
  1. Src_MiniDisk

    0下载:
  2. 磁盘加密源码,驱动是在FileDisk项目基础上进行修改的,加密算法采用AES-failed to translate
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-20
    • 文件大小:270598
    • 提供者:ljh
  1. a-RAR-password-cracking-software

    2下载:
  2. 是一款rar密码破解软件,这种压缩方法支划自解压压缩包可自设暴破字符集(支划非英文字符)随时可中断破解进度,稍后可自断点继续可后台运行,仅在闲置状况下占用CPU可选用自定义化的“暴破”方法,也可选用高效的字典方法支划经AES-1 简单易用。 arpr v1.53.48.12 汉化美化版是一个速度很快,可以帮你找回RAR文件的密码,注册后可以解开多达128位密码。它提供有预估算出密码所需要的时间;可中断计算与恢复继续前次的计算。强力的 RAR/WinRAR 密码破解工具。支持经 AES-128 算
  3. 所属分类:Windows Develop

    • 发布日期:2017-10-31
    • 文件大小:589998
    • 提供者:淘爱321
  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. CMAC

    0下载:
  2. 利用C语言实现的cmac算法,该cmac基于AES。程序清晰有注释便于查看-The use of C language cmac algorithm, the cmac based AES. There are clear and easy to view program notes
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:4289
    • 提供者:张国威
  1. EsealKeyAES

    0下载:
  2. 这套源码主要是实现AES解密,其中只包含解密算法的实现-This source is mainly achieved AES decryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:27027
    • 提供者:duhongjian
  1. AESOperator

    0下载:
  2. AES 是一种可逆加密算法,对用户的敏感信息加密处理 对原始数据进行AES加密后,在进行Base64编码转化;-AES is a reversible encryption algorithm to encrypt sensitive information on the user' s processing of raw data after AES encryption, making Base64 encoding conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1561
    • 提供者:张寒
  1. Des_3Des_Aes

    0下载:
  2. 用C#编写的分组密码算法加解密演示系统,可以实现DES,3DES和AES字符串和文件的加解密-Written in C# using block cipher encryption and decryption demo system that can achieve DES, 3DES and AES encrypt and decrypt strings and files
  3. 所属分类:Other systems

    • 发布日期:2017-05-27
    • 文件大小:9966845
    • 提供者:caoxin
  1. PMAC

    0下载:
  2. 是在VS2010上对消息认证码PMAC的动态链接库编译。PMAC是一种基于AES分组算法的消息认证码,于2002年提出,安全性强。-Is a dynamic link library compiled on VS2010 for message authentication code of PMAC. PMAC is a grouping algorithm based AES message authentication code, proposed in 2002, strong safet
  3. 所属分类:Console

    • 发布日期:2017-06-10
    • 文件大小:17486365
    • 提供者:王山
  1. MyDesDemo

    0下载:
  2. AES加密和解密算法,和书本上的非常相似,可以作为学生学习的资料-Very similar to the AES encryption and decryption algorithms, and the books can be used as learning materials
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3826
    • 提供者:杨华
  1. OPENSSL

    1下载:
  2. 实现一款文档文件加密和签名的工具 1、选择一种hash算法(MD5 | SHA1 | SHA3)用于摘要的计算; 2、选择一种对称钥加密算法或者序列密码(DES| AES | RC4); 3、选择一种公钥算法实现签名(RSA| ECC),需要单独的密钥对生成算法; 4、文档文件的加密模式为CBC。-Achieve a document file encryption and signature tool 1. Select a hash algorithm (MD5 | SHA1
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-23
    • 文件大小:833536
    • 提供者:杨成伟
  1. secret

    0下载:
  2. 本资料主要实现了文字图像的加解密,主要应用的算法有五种,分别是DES,AES,RSA,ECC,MD5,其中椭圆离散曲线加密算法较难。-This information is mainly to achieve the text image encryption and decryption, mainly used the algorithm has five, respectively is the DES, AES, RSA, ECC, MD5, which discrete ellipti
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:132697
    • 提供者:贺魄
  1. DES

    0下载:
  2. 信息安全中的DES实现,完整的代码源实现了DES算法-Information Security AES achieve complete source code to achieve the DES algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:11443
    • 提供者:张雷雷
  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. 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. AES_CRYPTO

    0下载:
  2. 该文件实现了AES(高级加密标准)算法,为大家学习AES加密算法提供了学习资料-Algorithm of AES
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:30295
    • 提供者:王泽
  1. ArduinoAES256-master

    0下载:
  2. 具有256位密钥的AES加密解密算法在matlab上的实现与应用-AES code
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:10250
    • 提供者:申笑晨
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com