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

搜索资源列表

  1. CaCPP

    0下载:
  2. C-C++的加密算法,包括3DES,AES,DES-The C-C++ encryption algorithms include 3DES, AES, DES
  3. 所属分类:CA program

    • 发布日期:2017-12-09
    • 文件大小:21445
    • 提供者:zcj
  1. Encryption

    0下载:
  2. java写的加密程序,能分别使用AES和DES加密解密文件。-written in java encryption program can decrypt files using AES and DES encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:123697
    • 提供者:张起
  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. MC_Crypt

    0下载:
  2. 包含多种加密算法AES,DES,BLOWFISH,MD5,RSA,SHA等等。汇总到了一起,便于对各种加密算法的学习-Contains a variety of encryption algorithms AES, DES, BLOWFISH, MD5, RSA, SHA and so on. Aggregated together to facilitate the learning of various encryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:694750
    • 提供者:彭红巧
  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. test-five

    0下载:
  2. 一个综合了AES,DES,Elgamal的综合性验证程序。-good luck.
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:2419
    • 提供者:chunguang
  1. Chapter-11

    0下载:
  2. 11.1 DES加密模块设计 11.2 AES加密模块设计-11.1 DES encryption module design 11.2 AES encryption module design
  3. 所属分类:source in ebook

    • 发布日期:2017-05-13
    • 文件大小:3276877
    • 提供者:shixiaodong
  1. FileSafe

    0下载:
  2. AES+DES加密解密,有需要的可以参考一下-AES+ DES encryption and decryption, there is a need for reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:36531
    • 提供者:北极狼
  1. encrypt

    0下载:
  2. 加解密软件工具。编译环境 vc6.0. mfc做的一个加解密软件.附带文件粉碎功能.加密算法有des,3des,aes.可选择.-Encryption and decryption software tool. Compilation environment vc6.0. Mfc do an encryption and decryption software with file shredding capabilities. Encryption algorithm des, 3des, ae
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4119113
    • 提供者:吴伟超
  1. Cryptography-and-Network-Security

    2下载:
  2. 用C/C++实现加解密算法及其应用:DES(或AES)和基于DES(或AES)的CMAC。-With C/C++ achieve encryption and decryption algorithm and its application: DES (or AES) and based on DES (or AES) of CMAC.
  3. 所属分类:加密解密

    • 发布日期:2017-06-07
    • 文件大小:916422
    • 提供者:Peter
  1. 090420115

    0下载:
  2. 大学课程\密码学\密码学实验\密码学 代码+报告,AES,DES,-University courses \ Cryptography \ Cryptography experiment \ cryptography code+ report, AES, DES, etc.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1338306
    • 提供者:sdgvf
  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. encrypt_decrypt

    0下载:
  2. 高级加密标准(Advanced Encryption Standard,AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。包含有加密解密的程序-Advanced Encryption Standard,key_expand,encryptiono,decryptioon
  3. 所属分类:3G develop

    • 发布日期:2017-04-25
    • 文件大小:34370
    • 提供者:木易
  1. aaes

    0下载:
  2. AES is based on the Rijndael cipher developed by two Belgian cryptographers, Joan Daemen and Vincent Rijmen, who submitted a proposal to NIST during the AES selection process. Rijndael is a family of ciphers with different key and block sizes. F
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:3663
    • 提供者:ammulu
  1. AES_Code

    0下载:
  2. 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryptio
  3. 所属分类:CA program

    • 发布日期:2017-04-15
    • 文件大小:5917
    • 提供者:by
  1. Decode

    0下载:
  2. 几种常见的加解密源码,包括DES,BASE64,AES等,可以修改使用-Several common encryption source code, including DES, BASE64, AES, etc., can be modified to use
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:38006
    • 提供者:wt
  1. MyEncryptor

    0下载:
  2. 安卓加密解密字符串的软件,用来测试rsa aes des 等加密解密算法-android rsa aes
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:1318169
    • 提供者:任文慧
  1. Delphi_122174

    0下载:
  2. Delphi:包括了各种常见的Delphi加密算法实例源码,它们是2DES、3DES、3DES3算法、AES、BASE64、Blowfish、CRC32-Dym、CRC32-Static、DES、MD5、RSA、SHA等加密的算法演示实例,每个实例都可以在D7下编译运行,对于学习看效果来说,挺方便的。 -Delphi: Delphi includes a variety of common encryption algorithm source code examples, they are
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-02
    • 文件大小:613794
    • 提供者:HZ2FYFQ
  1. Crypt_android

    0下载:
  2. 在Android上实现各种常用的加密算法,主要是MD5 , RSA , AES , DES , DSA , SHA等。 -Various commonly used cryptographic algorithms implemented on android, mainly MD5, RSA, AES, DES, DSA, SHA etc.
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2147780
    • 提供者:张鹏程
  1. Advanced-Encryption-Standard

    0下载:
  2. AES is the Advanced Encryption Standard, a United States government standard algorithm for encrypting and decrypting data. The standard is described in Federal Information Processing Standard (FIPS) 197.1 On January 2, 1997, The National Instit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:433243
    • 提供者:Amr
« 1 2 ... 5 6 7 8 9 1011 12 »
搜珍网 www.dssz.com