搜索资源列表
-
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.
-
-
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下载:
用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
-