CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 CA认证 搜索资源 - in文件

搜索资源列表

  1. security

    0下载:
  2. 说明: 1、里面有什么: 1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包 1.2、org.infosecurity.*下的软件包括: DES_CBC算法的实现 RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证) 数字信封的实现   利用数字信封实现大文件的加密、解密。 2、有什么用:   2.1 研究、学习信息安全中的密码学设计与实现技术。   2
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:213582
    • 提供者:雷敏
  1. des(matlab).用于文件的DES加密和解密

    2下载:
  2. 用于文件的DES加密和解密,用matlab编的,含操作界面,其核心程序是网上DOWN的,DES for file encryption and decryption, using the matlab made, including user interface, the core of the program is online DOWN
  3. 所属分类:CA认证

    • 发布日期:2017-03-21
    • 文件大小:7582
    • 提供者:秦陈刚
  1. HMAC-SHA1

    8下载:
  2. 以C语言撰写的hmac SHA1加密演算法,再加上测试文件-Hmac SHA1 encryption algorithm written in C language, coupled with the test file
  3. 所属分类:CA program

    • 发布日期:2016-01-23
    • 文件大小:16384
    • 提供者:hongbaotong
  1. NTL_lib

    0下载:
  2. 此库文件是用来加载到C++中的,用于解密解密时调用和其中的文件-This library file is used to load to the C++ In for the decryption to decrypt them when the call and the documents
  3. 所属分类:CA program

  1. FileEncryption

    0下载:
  2. 文件加密的一个算法,VB详细源码,希望对大家有用!-An algorithm for file encryption, VB source code in detail, in the hope that useful to everyone!
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:3865
    • 提供者:白丽
  1. uEncrypt

    0下载:
  2. 对文件进行加密或者解密,验证好用,测试环境delphi7.0-Encrypt the content of file or strings,delphi7.0 ,success
  3. 所属分类:CA program

    • 发布日期:2017-04-15
    • 文件大小:6777
    • 提供者:田春勇
  1. LangEditor32b28

    0下载:
  2. 一款俄罗斯的修改MTK 语言的软件.可以直接打开BIN文件-A change in Russia MTK language software. Can directly open the BIN file
  3. 所属分类:CA program

    • 发布日期:2017-03-26
    • 文件大小:407309
    • 提供者:来看
  1. DataCertificate

    1下载:
  2. 1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区; 2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password; 3:读取pfx文件,导出pfx中公钥和私钥; 4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密; -1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and s
  3. 所属分类:CA program

    • 发布日期:2017-03-29
    • 文件大小:1903
    • 提供者:段皓耀
  1. MD5newest

    0下载:
  2. MD5 VB实现的MD5加密器,可以加密文件和文本。-MD5 encryption of the MD5 implemented in VB
  3. 所属分类:CA program

    • 发布日期:2017-04-15
    • 文件大小:22041
    • 提供者:张宁
  1. SignatureDemo

    0下载:
  2. 实现数字签名,首先用MD5对要发送的文件进行摘要,产生MD5码,然后将文件和摘要一同发送给对方进行验证,若两次的摘要相同,则说明文件在发送过程中没有被篡改,反之,篡改了。-Realize digital signature, first for sending in MD5 documents are the, produce the MD5 yards, then will file and the send to each other together for verification, i
  3. 所属分类:CA program

    • 发布日期:2017-04-04
    • 文件大小:1925
    • 提供者:hello
  1. cellbuzz-rc5-2.0.tar

    0下载:
  2. 用于蜂窝宽带的流和文件的RC5加密程序.包含数字签名,消息加扰等功能.-RC5 is a block cipher that was originally designed by Ronald Rivest (http://theory.lcs.mit.edu/~cis/pubs/rivest/rc5.ps). We have implemented and optimized the RC5 encryption/decryption library for the Sony-Toshiba-
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:6832
    • 提供者:wen zhao
  1. hash

    0下载:
  2. 这段代码对任意文件生成hash,并保留在txt文本中。-The code to generate the hash for any file, and retained in the txt text.
  3. 所属分类:CA program

    • 发布日期:2017-05-14
    • 文件大小:3594598
    • 提供者:李俊中
  1. des-algorithm

    0下载:
  2. 用C++实现 des加密解密算法,加密过程中程序会自动生成cipher.txt文件,解密过程会自动生成result.tet文件,在对比明文信息即可,运行程序,程序会自动为你计算运行程序所耗时-Des encryption and decryption algorithm in C++ the encryption process program automatically generate cipher.txt file decryption process automatically gene
  3. 所属分类:CA program

    • 发布日期:2017-11-09
    • 文件大小:2944424
    • 提供者:李中原
  1. SW_DES_Encryption

    0下载:
  2. 依据DES加密算法的思想,在VC++6.0编辑器上实现对文件的加解密,具有加解密速度快的优点,快速实现对文件的加解密,速度优于公钥加密体制。-Based on the idea of ​ ​ the DES encryption algorithm implemented on in VC++6.0 Editor file encryption and decryption, encryption and decryption speed advantages, fast f
  3. 所属分类:CA program

    • 发布日期:2017-11-07
    • 文件大小:114790
    • 提供者:wmt
  1. duichengsf

    0下载:
  2. C#对称算法的密钥生成,使用C#研究一下对称算法与密钥生成并保存成文件的问题,此程序中,密钥文件保存在DecryptFile.txt文本中,可以由此引深成加密、解密。 -C# symmetric key generation algorithm, using C# look symmetric algorithm and key generation and document preservation issues, this program, the key file is saved i
  3. 所属分类:CA program

    • 发布日期:2017-04-08
    • 文件大小:32374
    • 提供者:杜金
  1. AesCode

    0下载:
  2. DES算法在VC中的DlgAPP文件中的实现-DES algorithm in the VC DlgAPP file implementation. . . .
  3. 所属分类:CA program

    • 发布日期:2017-04-07
    • 文件大小:80810
    • 提供者:小谈
  1. FileEncry

    0下载:
  2. 文件加解密在vc中的简单实现!!!工程中的实现代码。-File encryption and decryption vc achieve in! ! !
  3. 所属分类:CA program

    • 发布日期:2017-04-16
    • 文件大小:77803
    • 提供者:小谈
  1. ARPR2014-www.jiepat.com

    0下载:
  2. Arpr就是Advanced RAR Repair,是一款rar密码破解软件,帮你找回rar文件的密码,注册后可以解开多达128位密码。 这种压缩方法支划自解压压缩包可自设暴破字符集(支划非英文字符)随时可中断破解进度,稍后可自断点继续可后台运行,仅在闲置状况下占用CPU可选用自定义化的“暴破”方法,也可选用高效的字典方法支划经AES-1 简单易用。 arpr软件 arpr v1.53汉化美化版是一个速度很快,可以帮你找回RAR文件的密码,注册后可以解开多达128位密码。 它提供
  3. 所属分类:CA program

    • 发布日期:2017-05-06
    • 文件大小:1325418
    • 提供者:xiuyi
  1. androidCA

    0下载:
  2. 这个jar文件给Android程序提供了方便简易的数字证书生成、更新、申请接口,在Android 4.0至5.0各版本中均测试成功。 接口里的方法参数解释请参阅CertFunc.java源码,测试范例代码请参考TestCertFunc.java源码。-This jar file to the Android program provides a convenient and easy digital certificate generation, updating, application in
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:21444
    • 提供者:苏信
  1. AppPfs

    1下载:
  2. 创建含有私钥的数字证书,并存储到个人证书区,并将该证书导出为pfx文件,为其指定一个password,使用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密(Create a digital certificate with a private key, store it in a personal certificate area, and export the certificate to a PFX file, specify a password for it, use the pu
  3. 所属分类:CA认证

    • 发布日期:2018-04-30
    • 文件大小:70656
    • 提供者:流草君
« 12 »
搜珍网 www.dssz.com