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

搜索资源列表

  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
    • 文件大小:44.43kb
    • 提供者:0940566827
  1. TrippleDES_java.rar

    0下载:
  2. java实现的3des加密算法,本算法是按照VC的算法实现的。本源代码只是用来学习3des,如果要完全实现微软的3des加密功能,还有许多工作去做。,3des encryption algorithm java implementation, this algorithm is implemented in accordance with VC algorithm. Origin code is only used to study 3des, if we are to achieve Micr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:13.41kb
    • 提供者:chen wen bin
  1. AES_implementation

    1下载:
  2. 基于JAVA下,AES算法的实现,包含AES128, AES192, AES256, 博士毕业设计-Under the JAVA-based, AES algorithm implementation, including AES128, AES192, AES256, Ph.D. Graduation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:42.44kb
    • 提供者:Ye Li
  1. javaSHA1

    0下载:
  2. JAVA实现SHA1摘要算法,目前只支持SHA1,后期考虑支持其它摘要算法-JAVA SHA1 digest algorithm implementation, currently only supports SHA1, post-digest algorithm consider supporting other
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:2.02kb
    • 提供者:meimeimei
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:21.87kb
    • 提供者:s_wilfred
  1. AES(java)

    0下载:
  2. AES加密算法(java实现)具体描述了一个简单的例子,可以实现对文本文件的加密和界面-AES encryption algorithm (java implementation)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:4.58kb
    • 提供者:孙晓辉
  1. rsa

    0下载:
  2. ecplise环境下密码学RSA算法的实现-ecplise environment RSA cryptography algorithm implementation
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2.85kb
    • 提供者:严海
  1. md5Andbase64

    0下载:
  2. md5 与 base64 算法的实现,采用vc、java、vb编写-md5 and base64 algorithm implementation, the vc, java, vb prepared
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:12.54kb
    • 提供者:seadn
  1. encryptModule

    0下载:
  2. Java加密组件实现DES、RSA和SHA加密算法,实现了DESRSA和SHA加密给出统一的接口.-Java Encryption Component Implementation DES, RSA, and SHA encryption algorithm and SHA encryption to achieve the DESRSA give a unified interface.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:30.32kb
    • 提供者:370
  1. paranoia

    0下载:
  2. 用Java实现的信息隐藏算法,还有电子书。-With the Java implementation of information hiding algorithm, as well as e-books.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:690.69kb
    • 提供者:yueice
  1. des

    0下载:
  2. Java实现des算法源代码,供大家参考-Java implementation des algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:4.2kb
    • 提供者:rypy
  1. 3DES

    0下载:
  2. Implementation of 3DES algorithm (encrypt/decrypt)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:1001byte
    • 提供者:whity1986
  1. JS-SHA1

    0下载:
  2. 通过Java实现sha-1加密算法的加解密-By Java implementation sha-1 encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:2.22kb
    • 提供者:小白
  1. java_security_sdk

    0下载:
  2. 软件是bouncycastle组织开发的软件包,包括DES_CBC算法的实现、RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)、数字信封的实现、利用数字信封实现大文件的加密、解密。可以作为研究、学习信息安全中的密码学设计与实现技术。在原版的基础上进行一些改进,对文件加密、解密的时候要频繁的IO加一个缓冲区,RSA私钥积存的时候可以按PKCS8形式,再经BASE64编码保存。-Software development organization is bouncycastl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:207.65kb
    • 提供者:鹿淑煜
  1. Java-Encryption

    0下载:
  2. BASE64算法,MD5算法,SHA算法,HMAC算。 教程中包含上述几种算法的java实现方式。很详细。-BASE64 algorithm, MD5 algorithm, SHA algorithm, HMAC calculation. Tutorial contains the java implementation of several algorithms. Very detailed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:349.82kb
    • 提供者:刘恒毅
  1. encode

    0下载:
  2. 用java实现的简单的异或加密算法,有界面支持,可以设置加密字符串!-With the java implementation of a simple XOR encryption algorithm, interface support, you can set the encryption string!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:7.08kb
    • 提供者:meiming
  1. bouncycastle

    0下载:
  2. bouncycastle 一个开源的 java 包,可以提供一些加密算法的实现. 使用这个包进行 DES AES RSA SHA ECG SHA MD5 等加密算法 .算法不像jre里面哪有有限制,是可以使用 256 位密钥 android 里面的加密算法就是使用这个包 ! 适合一些不想依赖于 jre 加密实现的或者没有该环境的软件 .-<bouncycastle> an open source java package can provide encryption algorith
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.63mb
    • 提供者:crw
  1. DES--java

    0下载:
  2. 用java实现的DES算法,能够实现简单的DES加密和解密功能-Java implementation of the DES algorithm, DES encryption and decryption functions
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-07
    • 文件大小:1.29kb
    • 提供者:张山峰
  1. Java

    0下载:
  2. Java实现文件的RSA和DES加密算法-Java implementation files RSA and DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:2.77mb
    • 提供者:angelina
  1. code

    1下载:
  2. 国密算法java实现,包含SM2椭圆曲线公钥密码算法等(Implementation of Java algorithm)
  3. 所属分类:加密解密

    • 发布日期:2019-11-19
    • 文件大小:16kb
    • 提供者:LF_Sombra
« 12 »
搜珍网 www.dssz.com