当前位置:
首页
资源下载

搜索资源 - String Encryption in java
搜索资源列表
-
0下载:
1.字符处理组件,包括数据编码的转换,数据简单加密解密以及其他数据的处理方法.具体说明请见Document\StringUtils.doc.
2.Class文件夹下存放的是编译好了的class文件,可以直接使用.
3.在sample下有该组件使用的jsp例子.
4.原代码请参照source文件夹下的StringUtils.java.
5.Enviroument文件中存放的SystemConfig.java是用来读取配置文件中内码外码信息的,在StringUtils.java中ex
-
-
0下载:
md5编码器,用于用户注册系统的密码加密功能,返回的32为字符串-md5 encoder for the user registration system encryption password, the return of 32 for the string
-
-
0下载:
AES encryption and decryption tool, which can encrypt any string to a HEX number and decrypt in AES.
-
-
0下载:
实现移位密码的加密,解密过程.移位密码,即向后移k位,k是密钥,是任意的。选用一个英文短语或单词作为密钥,去掉其中重复的字母得到一个无重复字母的字符串,然后将字母表中的其他字母依此写于此字母串之后。找出明文字母在原字母表中位置,则在加入密钥的字母表中该位置上的对应字母就是密文。-To realize the shift encryption and decryption process. Shift the password, that is, move backward k-bit, k is
-
-
2下载:
基于RSA的公钥加密、利用java中的相关类实现对指定字符串的加解密、实现图形界面-Based on RSA public key encryption, the use of java in the relevant class to achieve the specified string encryption and decryption, to achieve graphical interface
-
-
0下载:
SHA1加密算法,返回的是二进制的字符串;如果要直接返回字节,可以用最后一个方法调用,然后在用base64转换为字符串。
注意:要把.txt后缀改为.java后缀-SHA1 encryption algorithm, returning is binary string, If you want to directly back to byte, can use the last method calls, then in base64 conversion to a string.
-
-
0下载:
用JAVA实现的AES算法,可对文件,字符串,byte数组加密,详细显示每一步加密过程,包含生成密匙,加密文件,用密钥k解密文件-AES algorithm using JAVA, may file a string, byte array encryption, the encryption process every step shown in detail, including key generation, encryption, file with the key k to decry
-
-
0下载:
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
-
-
0下载:
实习三 基于RSA的公钥加密
一、实习目的
1、 理解公钥密码算法,熟悉常有的密码算法:RSA、椭圆曲线密码体制
2、 以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。
二、实习内容
以RSA为例,利用java中的相关类实现对指定字符串的加解密。
1、 生成公钥密钥对
(1)利用java中的KeypairGenerator类创建公钥密钥对,利用KeypairGenerator的静态方法getInstance()获得KeypairGenerator类型的对象,
-
-
0下载:
实习二 分组密码加密
一、实习目的
1、理解对称加密算法的原理,熟悉常用的对称加密算法:DES、TripleDES、Blowfish;
2、以DESede加密算法为例,掌握分组加密算法加、解密过程的实现。
二、实习内容
1.[基本要求]
以DES/DESede为例,利用java中的相关类实现对指定字符串的加、解密。
2.[实现提示]
(1) 可以利用java中的KeyGenerator类创建对称秘钥,利用工厂类KeyGenerator的静态方法getInstanc
-
-
0下载:
基于DES的对称加密、利用java中的相关类实现对指定字符串的加解密、实现图形界面-DES based on symmetric encryption, the use of java in the relevant class implements the specified string encryption and decryption, implement graphical interface
-
-
0下载:
This a new algorithm in which we encrypt on the basis of position of the character.
Algorithm 1 for key generation and Algorithm 2 is for encryption
Algorithm A1
Step1: Let the key be ‘k’.
Step2: Multiply the index number +1 with its ASCII c
-