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

搜索资源列表

  1. RSA

    0下载:
  2. 若要使用公钥系统对消息进行数字签名,发送方先向该消息应用哈希函数以创建消息摘要。然后,发送方用自己的私钥对消息摘要进行加密,以创建发送方的个人签名。在收到消息和签名后,接收方使用发送方的公钥解密该签名,以恢复消息摘要,并使用发送方所用的同一哈希算法对该消息进行哈希运算。如果接收方计算的消息摘要与从发送方收到的消息摘要完 全匹配,则接收方可以假定消息在传输中未被更改。请注意,因为发送方的公钥是公共知识, 所以任何人都可以验证签名。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1602
    • 提供者:laren
  1. mcu_IC_jiemi

    0下载:
  2. MCU IC的解密与加密方法,文章中细述了多种解密的方法。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:2717032
    • 提供者:unazxp
  1. 9-2AES

    0下载:
  2. java实现AES 加密解密算法,有详细的方法与使用说明
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:12014
    • 提供者:王创
  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. rsa-cPP

    0下载:
  2. 实现rsa加密解密,包含大素数的生成与计算类,以及大素数的素性检验-rsa algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:5696
    • 提供者:shengjie zhang
  1. TCPProxy

    0下载:
  2. 这个是代理服务器的本地客户端,即,IE与代理服务器的中介。可以用来给IE数据包加密解密。配合代理服务器使用,请搜索MyProxy.rar-This is a local proxy server client that, IE with a proxy server intermediary. IE can be used to encrypt and decrypt data packets. With a proxy server to use, search MyProxy.rar
  3. 所属分类:Proxy Server

    • 发布日期:2017-03-30
    • 文件大小:304811
    • 提供者:
  1. TEA

    0下载:
  2. 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:2229
    • 提供者:YCLIU
  1. Cabal-ENC-

    9下载:
  2. 这个东西是惊天动地是加密解密与java的不同是从国外论坛下载的 希望开惊天私服的人能用上-This thing is shocking is the encryption and decryption and java different forum from abroad want to open the download can be used on people shaking PW
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-01-20
    • 文件大小:134144
    • 提供者:史蒂夫
  1. js_base64_gb2312

    1下载:
  2. javascr ipt base64 中文加密 解密 与c++ c# 结果一致-javascr ipt base64 encode decode
  3. 所属分类:CA program

    • 发布日期:2014-08-10
    • 文件大小:28672
    • 提供者:zm
  1. Virginia

    0下载:
  2. 维吉尼亚密码是最古老而且最著名的多表替代密码体制之一,与位移密码体制相似,但维吉尼亚密码的密钥是动态周期变化的。 加密:已知明文和密钥,得出密文 解密:已知密文和密钥,得出明文 -Virginia is the oldest and most famous password in the password system instead of multiple tables, with displacement of the password system similar, but V
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:67583
    • 提供者:薇薇
  1. mima

    0下载:
  2. 加密解密程序,把明玛与密匙进行一定的操作得到密码-Encryption and decryption procedures明玛with the operation of certain keys to be password
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:93533
    • 提供者:王达强
  1. service

    0下载:
  2. 本人毕业设计题目。基于CAST-256的安全选择重传协议的设计与实现。&加密解密的局域网传输的服务端代码。-I graduated from the design of the subject. CAST-256 based on the selection of the safety of ARQ protocol design and implementation. Encryption and decryption of the local area network transmissio
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-16
    • 文件大小:3716522
    • 提供者:Dshell
  1. encryption

    0下载:
  2. 给文件加密的技术很多,其中又分为不同等级,以适合不同场合的需要。这里给出最简单的文件加密技术,即采用文件逐字节与密码异或方式对文件进行加密,当解密时,只需再运行一遍加密程序即可。 下面是一个实例程序,能对任意一个文件进行加密,密码要求用户输入,限8位以内(当然你可以再更改)。程序有很好的容错设计,这是我们应该学习的-Give a lot of file encryption technology, which is divided into different levels to f
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:1064
    • 提供者:鲨鱼
  1. RSA

    0下载:
  2. RSA编码与解码,用来对任意输入字符进行加密解密,加密解密的标准是RSA标准-RSA encoding and decoding used to enter characters for any encryption and decryption, encryption and decryption of the standard is the standard RSA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-26
    • 文件大小:11792
    • 提供者:yang wei
  1. 4534455RSAvb

    0下载:
  2. rsa算法C++实现,实现RSA算法,密码强度1024 rsa加密/解密算法实现源码与例子 -rsa algorithm for C++ to achieve, the realization of RSA algorithm, the password strength of 1024 rsa encryption/decryption algorithm and source code examples
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:21993
    • 提供者:易守旺
  1. EncryptionaDecryption

    0下载:
  2. 收集20篇左右的某种英文文献资料(每篇字符数量>1万字符),将其编辑成一个超过20万字符的文件,统计每个英文字母的使用频率,对期中的一篇进行加密,然后运用统计方法进行解密,人工比较解密结果与明文的差距。-About the collection of some 20 English literature (the number of each character> 10000 characters), to edit into a character more than 200,00
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:332783
    • 提供者:屠娇娇
  1. Windows_Kernel_Security_Programme

    3下载:
  2. 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:2041010
    • 提供者:lq7972
  1. code

    0下载:
  2. 此算法用于实现一种基于查找表的混沌加密,将随机产生的一个数组加密后输出,同时也可以将解密后的数据与原始数据进行对照,本算法已经在5509芯片上进行实时运行过,用于对16bit语音信号的高16位加密,能满足实时性。-The algorithm used to achieve a look-up table based chaotic encryption, will be an array of randomly generated encrypted output, but also can d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:1349
    • 提供者:张司兴
  1. 01

    0下载:
  2. 解密与加密技术教,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-18
    • 文件大小:4643887
    • 提供者:马健
  1. lpc-demo

    1下载:
  2. 图形图象 图片显示 2D图形编程 3D图形编程 绘图程序 波变换 GIS编程 分形几何 图形图像处理 OpenGL 图形/文字识别 压缩解压 加密解密 CA认证 数值算法/人工智能 STL 数据结构 数学计算 人工智能/神经网络 matlab例程 生物技术 Java编程 Applet 游戏 Javascr ipt Jsp/Servlet Ajax *行业应用 医药行业 金融证券系统
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-25
    • 文件大小:638640
    • 提供者:000000
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 29 »
搜珍网 www.dssz.com