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

搜索资源列表

  1. DES

    0下载:
  2. DES算法的加解密实现,Visual C++实现-DES encryption and decryption algorithms to achieve, Visual C++ to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:294592
    • 提供者:anny
  1. vcppDES

    0下载:
  2. DES加解密算法实现(关键算法有详细注释)-DES algorithm (note the key algorithm in detail)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-23
    • 文件大小:35453
    • 提供者:王力德
  1. desincpp

    0下载:
  2. 使用visual c++实现DES加解密运算法(64bit)可以自行输入KEY-The use of visual c++ realization of DES encryption and decryption algorithms (64bit) can enter the KEY
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:1989
    • 提供者:王玟镔
  1. desinc

    0下载:
  2. 这也是实现des加解密的程式 但是是可以拿来加解密文件的-This is also the realization of des encryption and decryption program can be used but the document encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3992
    • 提供者:王玟镔
  1. Des

    0下载:
  2. 实现des加密机制的加解密方案,并附有详细输出.-Des encryption mechanism to achieve encryption program, with verbose output.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:474795
    • 提供者:allan
  1. des

    0下载:
  2. 该程序实现了DES数据加解密算法,含加解密和密钥由口令导出。明文分组大小为64bit, //密文分组大小为64bit,明文二进制信息存放于《明文二进制表示.dat》 //密钥二进制存放于《密钥二进制表示.dat》,密文存放于《密文二进制.dat》中-The program achieved a DES data encryption and decryption algorithms, including encryption and decryption and key derived
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:6206
    • 提供者:刘进
  1. DesEncDec

    0下载:
  2. 简单实现DES加解密的代码。自己写的.可实现DES的加解密。也可按照算法实现三重DES加解密-C++ code,encryption-decryption wiht DES
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:2982
    • 提供者:metr0
  1. DES

    0下载:
  2. 可以对文件进行加解密,这是自己编写的实验作业-Can encrypt and decrypt files, it is their job to prepare experimental
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:10361
    • 提供者:刘云美
  1. !DES

    0下载:
  2. 能加解密的DES源代码,密钥和明文都是64位-The DES encryption and decryption can be the source code, key and plaintext are 64-bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:3462
    • 提供者:yln13
  1. DES-

    0下载:
  2. DES加密算法实现DES的加、解密用户手动输入明文和密钥就可以实现加密同样可以实现解密-DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1910340
    • 提供者:mq
  1. DES

    0下载:
  2. C语言编写的关于DES加密解密的代码源文件,实现DES的加解密-C language on the DES encryption and decryption code source file to achieve DES encryption and decryption of the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:89613
    • 提供者:佘曼桂
  1. DES

    0下载:
  2. DES算法的java语言实现.可以实现对文件的加解密.-DES algorithm java language. Can be achieved on the document encryption and decryption.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1758
    • 提供者:linuxiva
  1. S-DES

    0下载:
  2. 1996年, E.Schaefer 提出了一个简化的DES加密算法, 即S-DES加密算法。S-DES是一个对称分组加密的简化模型,目的不在于应用,它非常具体地说明了分组密码中如何实施扩散和扰乱, 揭示了设计分组密码算法的基本模式和框架,在密码学习中有着重要的意义。编写一个软件能够实现S-DES分组加解密-In 1996, E. Schaefer proposed a simplified DES encryption algorithm, namely, S-DES encryption al
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1487
    • 提供者:atlantis
  1. DES

    0下载:
  2. 这个类实现了DES算法,如果你的数据块data的大小sizeof(data)是8的倍数 的话,可以使用函数DES::encrypt(key,data,sizeof(data)/8)来进行加密, 用DES::decrypt(key,data,sizeof(data)/8)来进行解密。 如果数据块的大小是随意的,那么可以使用函数DES::yencrypt()和 DES::ydecrypt()来进行加解密。 这个模块的面向对象的设计不是很好,与其说是一个类,不如说是一个模块 的
  3. 所属分类:Fractal program

    • 发布日期:2017-03-29
    • 文件大小:4269
    • 提供者:spencer
  1. DES

    0下载:
  2. 3DES的加密和解密算法.可是轻松实现对DES和3DES的加解密-des,3des
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:7255
    • 提供者:锅小
  1. DESyuan

    0下载:
  2. des数据加密算法,其中的功能比较全,可以实现相关数据的加解密工作,适合初学者-des data encryption algorithms, all of which feature comparison can be achieved with data encryption and decryption work, suitable for beginners to see if
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:600763
    • 提供者:林子
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. des_cpp

    0下载:
  2. 用C++实现的数据加密标准(DES)算法的代码,可以实现加解密的功能-Implemented with C++ Data Encryption Standard (DES) algorithm code, encryption and decryption functionality can be achieved
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:31630
    • 提供者:Horace
  1. des

    0下载:
  2. DES加密算法的完整实现,加解密速度快。经过测试,可以放心使用。-DES encryption algorithm of the complete implementation of the encryption and decryption speed. After testing, you can rest assured that use.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:5911
    • 提供者:黄亮
  1. DES

    0下载:
  2. DES加密算法编程实现,MFC基本对话框编写。采用的算法和函数十分经典,完美实现加解密过程。-DES encryption algorithm programming, MFC write basic dialog. The approach and the function is very classic, the perfect realization of encryption and decryption process.
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1921208
    • 提供者:武东亮
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »
搜珍网 www.dssz.com