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

搜索资源列表

  1. DES加密算法及有关说明(HTM)

    0下载:
  2. DES加密算法及详细说明(HTM)-DES encryption algorithm and detailed descr iption (HTM)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10.48kb
    • 提供者:金清
  1. 邮件加密和发送程序

    0下载:
  2. 能够对发送的邮件进行加密和解密,并且能够发送和收取邮件,是很好的学习和说明程序。加密算法使用TEA,发送邮件使用的是JMAIL组建,程序使用Skin++加有皮肤。-able to send mail encryption and decryption, and can send and receive mail, is a very good study and a descr iption of the proceedings. Encryption algorithm used TEA, s
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.18mb
    • 提供者:sun
  1. JavaFR_RSA_Source

    0下载:
  2. 基于java的完整的RSA算法实现 /** * <p>Titre : RSA </p> * <p>Descr iption : Encodage de donn閑s selon le protocole RSA </p> * <p>Copyright : Copyright (c) 2004</p> * @author Fran鏾is Bradette * @version 1.1 * version originale d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:15.22kb
    • 提供者:某男
  1. Hook和hotKey

    0下载:
  2. 这份资料是关于Windows系统的勾子编程的详细介绍,希望大家喜欢。-this information on the Windows system is a hook detailed descr iption of the program, hope you like them.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:36.63kb
    • 提供者:王浩
  1. d3des.tar

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。下面是关于如何实现DES算法的语言性描述,如果您要其源代码,可以到Http//Assassin.yeah.net下载,后者您有任何问题也可以写信给我(Assassin@ynmail.com)。 -DES (Data Encryption Standard) a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5.67kb
    • 提供者:yue
  1. RsaTool

    0下载:
  2. 请在解压时看说明文档 内有详细说明 -please see note when extracting files containing detailed descr iption Thank you
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:77.9kb
    • 提供者:wangkai
  1. des数据加密标准算法描述

    0下载:
  2. des数据加密标准算法描述-des data encryption standard algorithm descr iption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3.87kb
    • 提供者:股洪涛
  1. 特殊磁道加密源代码

    1下载:
  2. 使用的是API编程,可格式化、校验和读写特殊扇区。可用作Windows下的磁盘加密。本函数还有以下两个缺点以待改进: 1.本函数还只能读能读 A: 和 B:,即只能对软盘操作 2.不能改变磁盘扇区大小,只能是标准的 512 个字节。 参数说明: command 操作: 0 重置磁盘 2 读扇区 3 写扇区 4 校验磁道 5 格式化磁道 8 得到设备参数 (int 1EH) drive 驱动器 A:=0 B:=1 head 磁头号,范围 0 - 1 track 磁道号,范围 0 - 84 ( 80
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:37.95kb
    • 提供者:李小
  1. AES128.rar

    0下载:
  2. AES128bit加密算法。在PDF文档中有详细算法描述。程序打印出的内容为验证结果。对应文档中的33-34页最左侧的结果。不清楚的朋友可以给我发EMAIL.,AES128bit encryption algorithm. Has the detailed algorithm descr iption in the PDF documents. The procedure prints content for confirmation result. In corresponding docum
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:254.87kb
    • 提供者:崔昊
  1. tomcatssl

    0下载:
  2. tomcat5.5双向ssl认证配置的详细过程文档,包括详细的脚本和测试程序描述,个人原创。-two-way ssl configure tomcat5.5 detailed process of certification documents, including a detailed descr iption of the scr ipt and test procedures, personal originality.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1.65kb
    • 提供者:linan
  1. 11

    9下载:
  2. 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-10-25
    • 文件大小:69.64kb
    • 提供者:熊龙生
  1. File_and_Text_encryption_ultra1.0.3

    0下载:
  2. ULTRA v1.0.3 File and Text encryption module. Very well documented sourcecode feat. strong and fast ULTRA symmetric encryption algorithm, OFB mode, variabel-lenght key, key quality check, data compression, string encryption to Crypto Message Format,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:16.31kb
    • 提供者:thangbom40000
  1. sha1-sse2-v2.tar

    0下载:
  2. SHA1: an older version of the SHA1 code above, and a descr iption of how the technique works.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4.81kb
    • 提供者:enropin
  1. z_De_Encrypt

    0下载:
  2. 这是一个加密解密算法的小程序,加密解密为对称算法。 加密算法使用替换模板和字符冗余,对每个字符的加密依规则分别生成子密钥,算法具有一定安全性,具体算法请见,算法说明.doc文件。 程序在vs.net2005下编译通过。-This is a small encryption and decryption algorithm procedure for symmetric encryption and decryption algorithm. Encryption algorithm to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:841.71kb
    • 提供者:赵瑞峰
  1. informationhide

    0下载:
  2. 数字签名及信息隐藏,实验源程序,包括说明文档,一看就明白-Digital signature and information hiding, experimental source, including a descr iption of documents, one look to understand
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.14mb
    • 提供者:tt
  1. RC4

    1下载:
  2. 实现rc4加密功能 带mfc窗口..内带详细说明方面理解-The realization of RC4 encryption with mfc window .. with a detailed descr iption with regard to understanding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:26.77kb
    • 提供者:kkw
  1. AES_word

    0下载:
  2. aes算法打印版发布.内带详细说明  对学习有很大帮助-Print version released aes algorithm. inside with a detailed descr iption of the study are very helpful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:10.44kb
    • 提供者:kkw
  1. TripleDESencryption

    0下载:
  2. JDK:1.40以上 说明:文件加密 加密方法:三重DES加密 加密过程:对选中的文件加密后在同文件夹下生成一个增加了".tdes" -JDK: 1.40 and above Descr iption: file encryption encryption: Triple DES encryption encryption process: the selected file encryption in the same folder to generate a an incre
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-31
    • 文件大小:3.13kb
    • 提供者:许毅
  1. md5

    0下载:
  2. 1、掌握MD5算法描述。 2、采用C语言实现MD5摘要算法; MD5加密解密-1, master MD5 algorithm descr iption. 2, using C language MD5 digest algorithm MD5 encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:9.76kb
    • 提供者:vip
  1. DES-algorithm-description

    0下载:
  2. DES 算法描述 DES 算法描述-DES algorithm descr iption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:214.7kb
    • 提供者:zrzrzr
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com