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

搜索资源列表

  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. DESsuanfa

    0下载:
  2. delphi写的des加解密算法,有图形界面,大家一起学习!-delphi write des encryption algorithm, a graphical interface, we will study together!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:187773
    • 提供者:郭子
  1. des

    0下载:
  2. 这是用VC++编程,可以实现DES的加解密.-This is VC++ programming, DES encryption and decryption can be achieved.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:5107
    • 提供者:jmjpc
  1. DES

    0下载:
  2. DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:3623
    • 提供者:曹云青
  1. DESsuanfa

    0下载:
  2. DES的加解密算法的实现,无错,非常适合毕业设计运用-DES encryption and decryption algorithm, error-free
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:12828
    • 提供者:longli
  1. dessoundsignal

    0下载:
  2. 运用DES算法对音频信号进行加密处理,主要采用置换和移位运算来实现加解密.-DES algorithm used to encrypt the audio signal processing, mainly replacement and shift operations to achieve encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:3556
    • 提供者:yuanyuan
  1. WinEncAndDec

    0下载:
  2. 規格: Key產生規則為密碼內容進行sha1後補上四個0做為Triple DES key IV值為密碼內容進行sha1後,前8個byte 加密結果以BASE64格式輸出 如果加解密發生錯誤, 應顯示中文化錯誤訊息-Specifications: Key generated content rules sha1 password supplied in the four 0 values as a Triple DES key IV sha1 password content, t
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:67165
    • 提供者:Willie Huang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »
搜珍网 www.dssz.com