CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 加密解密 搜索资源 - decrypt and encrypt

搜索资源列表

  1. encrypt

    0下载:
  2. 常用的几个Java加密解密算法,包括DES,SHA等-des,sha encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:11418
    • 提供者:陈柳生
  1. Modern-cryptography-

    0下载:
  2. 1、Vigenere的编程实现 使用C语言设计实现古典密码体制中的Vigenere密码,并加/解密一个文件 2、Column permutation 密码的编程实现 编程(建议使用C语言)实现古典密码体制中的Column permutation密码,并加/解密一个字符串或文件 3、DES的编程实现 使用C语言设计实现DES密码,并加/解密一个文件 -1, Vigenere of programming using C language design and impleme
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:6327
    • 提供者:萧瑜
  1. ENCRYPT

    0下载:
  2. 对文件内容进行加密,生成密钥,解密时用密钥解密的过程,本程序使用了锁技术,为UNIX下的加解密及文件操作提供了很好的帮助。-The contents of the file encryption, key generation, decryption key to decrypt the process, the program uses the lock technology, provides a good help for the encryption and decryption and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:17744
    • 提供者:cexo
  1. Main

    0下载:
  2. 二进制文件操作工具 可以对二进制文件合并、分拆、加密、解密的工具,再对两个可执行文件进行合并后,显示第一个文件的信息,并且正常使用,第二个被忽略。-Binary file binary file manipulation tools can merge, split, encrypt, decrypt tool, and then the merger of two executable files, show the first file, and normal use, the seco
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:4555
    • 提供者:dafengkui
  1. MARS-ARP

    0下载:
  2. 加密解密工具,可以快速的加解密。高效,快速-Encryption and decryption tool that can quickly encrypt and decrypt. Efficient and fast
  3. 所属分类:Crypt_Decrypt algrithms

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

    0下载:
  2. DES加密,可以进行文件的解密与加密操作!-DES encryption, the document can decrypt and encrypt operation!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:7379
    • 提供者:asdfsdf
  1. encrypt

    0下载:
  2. c# 字符串加密实例,类已经构建好,包含加密和解密两个方法-c# string encryption example, class has been constructed, and includes two ways to encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:13590
    • 提供者:胡亮
  1. AESMaker

    0下载:
  2. AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1188
    • 提供者:brian
  1. SCode

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-23
    • 文件大小:85972
    • 提供者:daijie
  1. crypt

    0下载:
  2. 所有加密解密算法实现 任何人都可下载,非注册用户也可-the implementation of encrypt and decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-19
    • 文件大小:5579851
    • 提供者:ragolee
  1. AES_Enc_dec_cmd

    0下载:
  2. AES Encrypt and decrypt. Cmd.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:25610
    • 提供者:dimk
  1. vvvvvvv

    0下载:
  2. 使用C语言实现古典密码体制中的Vigenere密码,并加/解密一个字符串或文件-Using the C language implementation of the Vigenere classical cryptosystem password and encrypt/decrypt a string or a file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:201517
    • 提供者:艾萌
  1. Decrypt_encrypt

    0下载:
  2. This code to implement connnection with data base. This is mainly to decrypt and encrypt database contents. This for cryptography.(security)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:1278
    • 提供者:vallal
  1. CryptFile

    0下载:
  2. 使用自定义密码 进行文件加密 使用传入密码生成 SymmetricAlgorithm-You can encrypt and decrypt file with your password.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:15558
    • 提供者:botao
  1. aes

    0下载:
  2. AES encrypt and decrypt source code implemented using MATLAB
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3384
    • 提供者:john
  1. loc

    0下载:
  2. Use to decrypt loc file and encrypt Audition s language scr ipt file
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:817
    • 提供者:Shinichi Kudo
  1. Research-And-Development-Of-RSA-File-Encryption.ra

    0下载:
  2. 分析RSA算法的应用现状,论证文件加密应用RSA算法的可行性和意义。设计一套完整实用的RSA文件加密解决方案,具体编码实现。对RSA算法进行研究,从常规RSA算法出发,用C++实现RSA加密算法类库,并在32位windows平台封装成组件。在.Net平台引用此组件,实现可以对任意文件进行RSA加密操作的窗体应用程序。经过加密的文件以及密钥文件都是文本文件。给出关键类类图、整个应用程序的结构描述文档、关键模块流程图、较详细的接口文档、所有源代码。对应用程序进行测试,对测试结果进行分析研究,进而对应
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1044211
    • 提供者:张波
  1. encrypt

    0下载:
  2. 只写了一个htm文件就十分强大的实现了为网页的加密和解密功能,非常非常实用。赶快下载吧-Htm file just written a very strong realized on the web page encrypt and decrypt functions, very, very practical. Quickly download it ~ ~
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:1421
    • 提供者:阿锋
  1. encrypt

    0下载:
  2. 邮件加密系统。可以实现邮件的加密发送和邮件的解密接收-E-mail encryption system. Encrypted message can decrypt messages sent and received
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:6103310
    • 提供者:韩蕊
  1. GPEncryptionTEA

    0下载:
  2. tea algorithm to decrypt and encrypt code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:88403
    • 提供者:russ
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com