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

搜索资源列表

  1. sepent2.zip

    0下载:
  2. C和Java写的sepent加密算法
  3. 所属分类:加密解密

    • 发布日期:
    • 文件大小:983919
    • 提供者:
  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
    • 文件大小:15588
    • 提供者:某男
  1. MD5-java

    0下载:
  2. MD5加密算法java实现 * 下面这些S11-S44实际上是一个4*4的矩阵,在原始的C实现中是用#define 实现的, 这里把它们实现成为static final是表示了只读,切能在同一个进程空间内的多个 Instance间共享*/ -MD5 algorithm to achieve java * Below these S11 - S44 is a 4 * 4 Moment RUF, in a primitive realization of the C# defi
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8465
    • 提供者:liwei
  1. md5ref10

    0下载:
  2. Enclosed in this distribution are four projects: MD5DLLTest: Visual basic project which runs the MD5 test suite against a MD5 DLL (see below). VbMD5: A Visual Basic native MD5 message digest class based on the RSA reference impl
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:45497
    • 提供者:0940566827
  1. RSAbaseJAVA

    0下载:
  2. RSA算法介绍及JAVA实现,对用C++的人员也有一定的帮助.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:4854
    • 提供者:givay
  1. Digital-Signature

    0下载:
  2. 一个用C++、JAVA、C#等编写的数字签名代码序列,里面有三种不同语言写的
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:323307
    • 提供者:sgirl
  1. Jiami.rar

    0下载:
  2. 凯撒加密,用java实现 非扩展算法,C=M*K,有加密和解密两步,Caesar encryption, using java to achieve non-expansion algorithm, C = M* K, have a two-step encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:917
    • 提供者:黑人
  1. DES.rar

    0下载:
  2. DES加密算法的完整代码。 完整C++实现和完整J2ME代码实现3DES加密,DES encryption algorithm the complete code. A complete C++ to achieve and realize the full J2ME code 3DES encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:88542
    • 提供者:sure
  1. Shamir

    1下载:
  2. Shamir秘密分享算法的C#实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Application
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:2179347
    • 提供者:
  1. AES

    0下载:
  2. AES加密以及解密实现,这是一个AES文件加密软件,用VC++ MFC编写,里面有详细的源代码以及加密和解密的具体实现方法。-AES encryption and decryption to achieve, this is a AES file encryption software, written using VC++ MFC, which has detailed source code and encryption and decryption of the specific impl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-09
    • 文件大小:16307947
    • 提供者:cristiano
  1. sepent2

    0下载:
  2. C和Java写的sepent加密算法-C and Java write sepent encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:984232
    • 提供者:站长
  1. QQ_password

    0下载:
  2. QQ加密原理及其解密。大家学习一下,共同交流-QQ encryption and decryption principle. U.S. to learn about common exchange
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:707665
    • 提供者:何冰
  1. Rijndael

    0下载:
  2. 完整的Rijndael加密c算法 以及Rijndael的J2ME实现 还有Rijndael的原理讲解文档-C complete Rijndael encryption algorithm Rijndael in J2ME and realize there is documentation to explain the principles of Rijndael
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:168950
    • 提供者:sure
  1. des

    0下载:
  2. 用Java编写的des加解密算法,参照的c语言的加解密过程,支持3des加密-des encode/decode program in java
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:9790
    • 提供者:witfox
  1. DES

    0下载:
  2. 对数据进行加密传输能有效地保证数据的机密性,DES是一个保证数据机密性的经典算法,本实验拟在VC/ C/C++/Java环境中实现DES算法。-Encrypt the data transfer can effectively guarantee the confidentiality of data, DES is a guarantee of data confidentiality classical algorithm, this study intends to VC/C/C++/Ja
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:29033
    • 提供者:nannan
  1. md5

    0下载:
  2. MD5加密算法 C和Java源代码,以及CRC算法的C源代码-MD5 C and java source code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:18055
    • 提供者:
  1. JAVA-And-CSharp-MD5

    0下载:
  2. JAVA与C 23一致32位MD5加密方法-JAVA and C# 23 line 32 MD5 encryption method
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:734
    • 提供者:阿财
  1. 3DES_ECB套

    0下载:
  2. 3DES_CBC模式加解密的java与c语言源码配套源码包(3DES Java and C matching source code)
  3. 所属分类:加密解密

    • 发布日期:2017-12-24
    • 文件大小:6144
    • 提供者:会飞的魚
  1. base64

    0下载:
  2. Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
  3. 所属分类:加密解密

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:生命
  1. DES_Encryption

    0下载:
  2. PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey">密钥,且必须为8位。</param>
  3. 所属分类:加密解密

    • 发布日期:2018-01-06
    • 文件大小:14336
    • 提供者:平淡人
« 12 »
搜珍网 www.dssz.com