CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Encryption algorithm in java

搜索资源列表

  1. jfilecrypt

    0下载:
  2. 本Java 源程序是写的加密解密算法 希望对大家有用-Written in the Java source code encryption and decryption algorithm is the hope that useful
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:28213
    • 提供者:冯永刚
  1. jfilecrypt

    0下载:
  2. 很强的JAVA加密、解密算法源码,一共有6种算法可供选择,另外还可以直接生成ZIP压缩文件。 -JAVA strong encryption, decryption algorithm source code, a total of 6 kinds of algorithms are available, in addition to ZIP compressed files can be generated directly.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:27967
    • 提供者:钮燕佳
  1. javaencode

    0下载:
  2. Java加密技术 pdf版,内容介绍BASE64、MD5、SHA、HMAC几种方法,主要描述Java已经实现的一些加密解密算法,最后介绍数字证书。-Java encryption technology PDF version, introduction BASE64, MD5, SHA, HMAC several methods, describes some of the Java has achieved encrypt, decrypt algorithm, and finally in
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:611106
    • 提供者:spacebroke
  1. myjavasm3

    0下载:
  2. 在java环境下实现SM3算法,已调试成功,用户需配置加密组件才能运行。-In the Java environment realize SM3 algorithm, already debugging success, users need to configuration encryption module to run.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-16
    • 文件大小:2411
    • 提供者:易维兴
  1. dec-encrypt

    0下载:
  2. DES encryption implemented at JAVA platform. DES is an data encrption standard based on feistel cipher algorithm and is a very widely used cryptographic standard used in industries.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:13682
    • 提供者:tushar saxena
  1. Kaisa

    0下载:
  2. 凯撒密码加密、解密算法Java实现,明文的输入有判断-Caesar cipher encryption, decryption algorithm implemented in Java, the plaintext input has to judge
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-13
    • 文件大小:2776
    • 提供者:唐烨
  1. CPPaCSharp-COM

    0下载:
  2. 本代码演示了C#调用C++,C++调用C#,C#用COM封装了对称加密算法,再用C++将C# COM封装为标准windows dll, C++标准dll可供其它语言使用,如java、delphi……,项目中演示了改dll的C#调用和VC调用。 - This code demonstrates
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:312649
    • 提供者:feng1433
  1. rsa

    0下载:
  2. 使用Java语言来实现 rsa加密算法,没有调用Java中的类,是直接按照rsa加密原理一步一步实现-Using the Java language to implement rsa encryption algorithm, there is no call in Java classes, is a direct step by step in accordance with the realization of the principle of rsa encryption
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3327
    • 提供者:杨晓
  1. Md5

    0下载:
  2. Md5.java是一个字符串加密算法类的代码文件,如果你在用JAVA开发一些应用,这个MD5算法类或许可以直接套用,代码中的关键部分带有注释,部分注释是英文的,不过认真看可以看懂。-Md5.java encryption algorithm is a string class code file, if you are developing some applications using JAVA, the MD5 algorithm may be directly applied to the
  3. 所属分类:android

    • 发布日期:2017-04-14
    • 文件大小:3585
    • 提供者:gpudn24
  1. src

    0下载:
  2. 实习三 基于RSA的公钥加密 一、实习目的 1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制 2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实习内容 以RSA为例,利用java中的相关类实现对指定字符串的加解密。 1、 生成公钥密钥对 (1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,
  3. 所属分类:Network Security

    • 发布日期:2017-04-13
    • 文件大小:2114
    • 提供者:杨平
  1. src

    0下载:
  2. 实习二 分组密码加密 一、实习目的 1、理解对称加密算法的原理,熟悉常用的对称加密算法:DES、TripleDES、Blowfish; 2、以DESede加密算法为例,掌握分组加密算法加、解密过程的实现。 二、实习内容 1.[基本要求] 以DES/DESede为例,利用java中的相关类实现对指定字符串的加、解密。 2.[实现提示] (1) 可以利用java中的KeyGenerator类创建对称秘钥,利用工厂类KeyGenerator的静态方法getInstanc
  3. 所属分类:Network Security

    • 发布日期:2017-04-04
    • 文件大小:2971
    • 提供者:杨平
  1. src

    0下载:
  2. 实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:6517
    • 提供者:leon
  1. Encryption-and-Decryption-using-Blowfish-symmetri

    0下载:
  2. Blowfish.java generates the symmetrickey using Blowfish algorithm. Key size assigned here is 128 bits. It works forkey size of 256 and 448 bits also. Encryption and decryption method is writtenbased on Blowfish algorithm. Message to encrypt can be gi
  3. 所属分类:JavaScript

    • 发布日期:2017-04-25
    • 文件大小:27639
    • 提供者:saadawais
  1. des

    0下载:
  2. DES algorithm for encryption and decryption in java code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-29
    • 文件大小:371749
    • 提供者:Paul
  1. Blowfish

    0下载:
  2. Blowfish.java generates the sysmetric key using Blowfish algorithm. Key size assigned here is 128 bits. It works for key size of 256 and 448 bits also. Encryption and decryption method is written based on Blowfish algorithm. Message to encrypt can be
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2949
    • 提供者:Sheema Fatima
  1. DES

    0下载:
  2. DES java code The Data Encryption Standard (DES, /ˌ diː ˌ iː ˈ ɛ s/ or /ˈ dɛ z/) was once a predominant symmetric-key algorithm for the encryption of electronic data. It was highly influential in the advancement of m
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:3467
    • 提供者:Sparkle
  1. Helloer

    0下载:
  2. Helloer企业级论坛系统,是一套基于Java企业平台(JavaEE)+高速数据库(MySql)+最顶级Web技术(Ajax)发出来的高速、强大、完善、用户体验极强的论坛软件。 Helloer大量采用创新元素,开发出了用户体验无与伦比的一键系统,仅需在当前页面就可以完成所要操作,不必在页面间转向,节省了用户时间,打破了传统论坛繁琐的操作模式。Helloer内置的专业的所见即所得编辑器,使用户编辑帖子更加便捷。用户密码经过MD5全球最强算法加密,暴力破解可能性几乎为零。 -Helloer
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-24
    • 文件大小:7646137
    • 提供者:zzpudn70
  1. DESJIAMI

    0下载:
  2. DES加密算法的java实现,可运行,自己写的。DES加密算法为对称加密算法,可以对数据进行加解密,会在控制台输出结果。-DES encryption algorithm to achieve the java, run, write your own. DES encryption algorithm is a symmetric encryption algorithm, data encryption and decryption, will result in the console o
  3. 所属分类:Crack_Hack

    • 发布日期:2017-04-13
    • 文件大小:1831
    • 提供者:kiko
  1. Steganography6

    0下载:
  2. Steganography in java using LSB technique for hiding message in PNG image & using AES and SHA-2 algorithm for encryption/decryption of message.
  3. 所属分类:加密解密

    • 发布日期:2018-04-22
    • 文件大小:22528
    • 提供者:rainI7
« 1 2 3 4»
搜珍网 www.dssz.com