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

搜索资源列表

  1. Crypt_Decrypt_C.rar

    0下载:
  2. 几乎涵盖了所有加密算法的源代码(C语言)。包含了几乎所有常见加密算法的实现,包括RC4、AES、DES、3DES;RSA;SHA1、MD4、MD5;BASE64,还有其他算法。,Covers almost all encryption algorithm source code (C language). Contains almost all the common encryption algorithm, including the RC4, AES, DES, 3DES RSA SHA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1216442
    • 提供者:王同
  1. encipher_decipher

    0下载:
  2. 单机加解密,包括des,rsa等基本加密方法,源码与可执行文件-Stand-alone encryption, including the des, rsa basic encryption method, source and executable files
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-21
    • 文件大小:6352365
    • 提供者:于明月
  1. 视频会议系统的安全保密方法

    0下载:
  2. 视频会议中的加密算法 数据加密标准(DES) RSA公钥密码体制 MD5算法及其实现 -Video conferencing system video conferencing methods in security encryption algorithms Data Encryption Standard (DES) RSA public key cryptosystem MD5 algorithm and its implementation
  3. 所属分类:加密解密

    • 发布日期:2017-03-26
    • 文件大小:35353
    • 提供者:张三
  1. MasteringAlgorithmswithC

    0下载:
  2. 一份很详尽的数据结构与算法资料。除了最基本的数据结构知识外,还介绍了数据压缩、des、rsa加解密等算法.-A very detailed information on data structures and algorithms. In addition to the basic data structure of knowledge, but also introduced a data compression, des, rsa encryption algorithm, etc..
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:2003229
    • 提供者:kaiyan
  1. RSADemo

    2下载:
  2. 基于网上流传的一版DELPHI实现的RSA算法进行了大量封装,实现了意位长的密钥生成,并支持以64进制,base64编码,16进制,10进制,和2进制流方式保存和读取密钥文件。和标准DES算法结合,实现了任意长度的明文加密解密算法(使用RSA密钥加密随机DES密钥),和MD5,SHA1 摘要算法结合,实现了带有时间戳的签名验证算法。可以直接调用其中已经做好的rsa manipulator类,使用非常方便,可作共享软件授权用!QQ 78273318-RSA MANIPULATOR
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:436877
    • 提供者:qiang.dennis
  1. Encryption

    0下载:
  2. 集成了RC4,DES,AES,RSA四种加密算法-implementaion of four encryption algorithms, rc4, des, aes, rsa. MFC Interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:54538
    • 提供者:Matthew
  1. encoding-and-decoding

    0下载:
  2. 实现DES加密解密算法,及CBC,CFB,CTR,OFB,RSA加密解密算法,完成对图片的加密解密。使用C++编写的,非常详尽。具体阐述了对图片的DES加密解密算法。-The codes realizes the function of encoding and decoding a picture under CBC,CFB,CTR,OFB,RSA algorithm. It is really worth a trial under VC 6.0 environment.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-17
    • 文件大小:27140879
    • 提供者:王希
  1. o

    0下载:
  2. VC++中实现DES和RSA加密时候用到的源程序,结构合理-VC++ Achieve DES and RSA encryption is used when the source, well-structured
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:46647
    • 提供者:ss
  1. JavaEncryptModule

    0下载:
  2. 用Java实现的DES、RSA和SHA算法。Eclipse开发。-Java achieved by DES, RSA and SHA algorithm. Eclipse development.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:31139
    • 提供者:zack fair
  1. jiajiemi

    0下载:
  2. 最常用的全套的加解密程序包括DES、RSA、MD5等等。。。。。 使用环境:VC.net 2003及以上版本-A full set of the most commonly used encryption and decryption procedures, including DES, RSA, MD5 and so on. . . . . The use of the environment: VC.net 2003 and above
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:681244
    • 提供者:xiunai
  1. ansi917(14)

    0下载:
  2. 大随机数生成器算法的研究与实现.大随机数已经在当今社会的各个领域中都频繁使用,特别是在加密技术中已经成了不可缺少的一部分,像RSA,MD5中随机数成为加密技术的关键。 本设计主要为第3代移动通信系统(3G)提供符合要求的随机数(1024位),首先取得系统时间和RAND()函数所产生的随机数作为最初的随机初值,经过三重DES(两密钥通过MD5算法得来)和异或的变换,保证其随机数的足够随机,然后通过16次的循环得到一个组合起来的1024位随机数,设计还提供一个检验随机数是否随机的平台,采用了均匀
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:66781
    • 提供者:瑞力克
  1. PKI_Exercises

    0下载:
  2. 用MFC实现的DES、RSA密码算法 -MFC implementation of the DES, RSA cryptographic algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:93545
    • 提供者:赵凯
  1. desandrsa

    0下载:
  2. DES算法全称为Data Encryption Standard,即数据加密算法,DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位。RSA的安全性依赖于大数分解。公钥和私钥都是两个大素数( 大于 100个十进制位)的函数。本程序为适合初学者的rsa算法java源码及des源码,开发环境eclipse3.4-DES algorithm called the Data Encryption Standard, that is, data encryption algor
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:20869
    • 提供者:郭子
  1. DRsa

    0下载:
  2. 功能如下: 实现对文本文件的联合加密,用DES对文本文档进行加密,利用RSA对DES的密钥进行加密。程序按照加密标准的规范,进行加密。-Function as follows: to achieve the joint text file encryption, using DES encryption for text documents, using RSA key for DES encryption. Encryption Standard procedures in accorda
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2062518
    • 提供者:pengjie
  1. VCcrypt

    0下载:
  2. 此压缩包内有cast、blowfish、simple、des、cryptlib、rsa、mqueue、xtrcrypt、gf256、base32,base64、modexppc、network等一些的常见加密、解密算法,非常全的算法集合,源码爱好者大致查了一下,超过130个,全部可以编译通过,而且还包含有E文的开发文档,研究学习算法的可不要错过。 -The compressed packet, there are cast, blowfish, simple, des, cryptlib,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-25
    • 文件大小:8416788
    • 提供者:冯俊勇
  1. TomCrypt

    0下载:
  2. 一些封装好的加密函数的源代码,包括DES,RSA等源代码-Some good encryption function package' s source code, including DES, RSA, such as source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-01-26
    • 文件大小:2161865
    • 提供者:小余
  1. JIAMI

    0下载:
  2. 300种加解密算法,应有尽有,在这里你可以找到你想要的加解密算法的源码,DES。rsa.哈希函数-300 kinds of encryption and decryption algorithms, everything, where you can find what you want the source code encryption algorithm, DES. rsa. hashing function. .
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1101179
    • 提供者:刘镇
  1. shujujiamiyugongkaimiyao

    0下载:
  2. 数据加密标准DES及公开密钥密码体制:DES算法原理,DES算法的优缺点及其发展与改进 公开密码体制的原理,RSA算法,及实现源代码-DES Data Encryption Standard and public key cryptography: DES algorithm, DES algorithm and its development and improvement of the advantages and disadvantages the principle of public
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:39090
    • 提供者:安勃雅
  1. sdes1

    0下载:
  2. 编程实现S-DES算法的加密与解密过程,采用加法链求大数的指数及模-RSA-Programming Algorithm S-DES encryption and decryption process, using Addition Chains seek large numbers of the index and model-RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:4632
    • 提供者:SFISH
  1. InformationSystemSecurity

    0下载:
  2. 本包内容包括信息系统安全工程课程中的密码学基础、公钥加密与RSA、分组密码与DES共3个章节的内容,原汁原味的老师课堂讲义~包你喜欢~~!-This package includes information systems security engineering curriculum-based cryptography, public key encryption and RSA, block cipher with DES a total of three sections, authen
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-10
    • 文件大小:1768488
    • 提供者:wei
« 1 2 3 4 5 6 7 89 10 11 12 13 »
搜珍网 www.dssz.com