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

资源列表

« 1 2 ... .28 .29 .30 .31 .32 1333.34 .35 .36 .37 .38 ... 1372 »
  1. 用C语言写的100行DES加密算法

    0下载:
  2. 用C语言写的100行DES加密算法,学习C语言和密码算法的好例程。-C language written in 100 lines DES encryption algorithm, C language learning algorithm and password good routines.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11.77kb
    • 提供者:甘雷
  1. emacs-des

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。-DES (Data Encryption Standard) algorithm, in 1977 the United States government's official permission, is a key 56 to 64-bit d
  3. 所属分类:加密解密

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

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。-DES (Data Encryption Standard) algorithm, in 1977 the United States government's official permission, is a key 56 to 64-bit d
  3. 所属分类:加密解密

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

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。(如:UNIX的密码算法就是以DES算法为基础的)。-DES (Data Encryption Standard) algorithm, in 1977 the United States government's official permission, is a key 56 to 64-bit d
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9.76kb
    • 提供者:yue
  1. fisher-windows-des-dll

    0下载:
  2. DES( Data Encryption Standard)算法,于1977年得到美国政府的正式许可,是一种用56位密钥来加密64位数据的方法。DES算法以被应用于许多需要安全加密的场合。-DES (Data Encryption Standard) algorithm, in 1977 the United States government's official permission, is a key 56 to 64-bit data encryption methods. DE
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:22.98kb
    • 提供者:yue
  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. Vigenere加密算法

    0下载:
  2. 自己写的一个Vigenere加密算法.不用多说了吧,值得收藏,特别是对于初学者.-I have written a Vigenere encryption program by myself.Out of question,it is worth to be collection especially by the beginner.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:26.64kb
    • 提供者:晓逻
  1. 混合密码体制数字签名

    0下载:
  2. JAVA实现的可以采用公钥私钥加密解密程序,包括DES,RAS算法-JAVA the private key can be the public key encryption and decryption procedures, including DES, RAS Algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11.89kb
    • 提供者:张丽媛
  1. sha2

    0下载:
  2. NetBSD和FreeBSD上实现的SHA2加解密算法-The SHA2 decryption on the NetBSD and FreeBSD.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:9.66kb
    • 提供者:张朝东
  1. cast128

    0下载:
  2. NetBSD和FreeBSD上实现的Cast128加解密算法-NetBSD and FreeBSD to achieve the encryption and decryption algorithms Cast128
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:17.33kb
    • 提供者:张朝东
  1. aeslib

    2下载:
  2. 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a s
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:53.51kb
    • 提供者:倪宇
  1. javaCipher

    0下载:
  2. 一个基于java平台的DES加密解密算法,key保存在文件中,KeyManager.java是该加密解密算法的使用范例-a java-based platform DES encryption and decryption algorithms, key stored in documents, KeyManager.java the encryption and decryption algorithms use examples
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.4kb
    • 提供者:吴绪林
« 1 2 ... .28 .29 .30 .31 .32 1333.34 .35 .36 .37 .38 ... 1372 »
搜珍网 www.dssz.com

浏览历史记录

关闭