搜索资源列表
park_problem_in_DCS
- 分布式计算系统中的停车场问题的代码,用java程序编写的-the issue of parking code, with the java programming
a1
- 这是一个用Java实现ElGamal加密解密和签名验证的算法,还包含了一个安全电子邮件发送系统。
MD5Code
- md5编码器,用于用户注册系统的密码加密功能,返回的32为字符串-md5 encoder for the user registration system encryption password, the return of 32 for the string
IS_Project1
- 这是一个文本加密、解密系统,提供了对称加密和非对称加密两种模式。此外,还实现了数字签名及其验证功能。-This is a text encryption, decryption system provides symmetric encryption and asymmetric encryption mode. In addition, implementation of digital signature and the authentication function.
data_encrypt_using_java
- java 字符加密系统, 可以对64位的任意字符进行加密解密-java character encryption system can be arbitrary 64-bit encryption and decryption characters
3des
- 实现3DES加密解密的系统。。。应用密码学课程设计-complete 3des encrypt and desencrypt
EncriptionWithJava
- 系统要和一个外部系统进行通讯,传输方式是采用 DES 算法对消息进行加密,再用 BASE64 编码。不过对方系统是用 C# 写的。平台不一样,于是我和对面的老兄先测试一下加密解密。这一测试问题就来了。两边采用同样的密钥,对同一个字符串加密出来的结果不一样。-Encription and discr iption with Java
DES
- 数据加密算法(Data Encryption Algorithm,DEA)是一种对称加密算法,使用最广泛的密钥系统.基于JAVA-Data encryption algorithm (Data Encryption Algorithm, DEA) is a symmetric encryption algorithm, the most widely used key system. Based on JAVA
JAVA-ATM-Design-Report-
- 本系统主要实现ATM提款机的主要功能,包括系统自动识别卡号,验证用户信息(如果输入的密码三次错误时,系统自动扣留本信用卡),查询当前用户信用卡的余额,修改用户密码,打印清单,取款等功能。-The system is mainly to achieve the main function of ATM cash machines, including automatic identification card system to verify user information (if you en
Twofish
- 利用Twofish 加密算法对客户端数据进行加密的算法。该算法的引入有效克服了手机内存的有限性对加密技术的影响,对系统的安全性进行优化。在对Twofish 算法加密过程研究的基础上,设计出基于Java 客户端代码的安全实现,并通过测试。-failed to translate
JavaDES
- Java DES 加密代码,可用在网页、J2EE等系统中使用-JAVA DES
Secure-instant-messaging-
- 基于加密安全的java即时通信系统设计 包含源代码、课程设计报告,以及说明。 实现功能: 1即时通信。 2对通信内容进行加密,解密。 3实现对公钥、私钥的保管、导出等。-Encryption-based secure instant messaging system designed to contain java source code, curriculum design, and instructions. Function: a real
AES-VC-AND_JAVA
- 在做跨平台或跨系统加密,经常需要用到JAVA编写和VC++来编写加密模块,因为算法不同导致相互加密的文件不能互相解密,一直困扰自己,后来经过既懂算法又懂JAVA和VC的高手才完成此模块。-Do cross-platform, cross-system encryption, it is often necessary to use JAVA writing and VC++ of to write encryption module, because the algorithm is diffe
Elgamal11
- java编写的加密系统基于ElGamal算法能够对数字进行加密解密。-written in Java encryption system based on the ElGamal algorithm for encryption and decryption of digital.
Vigenere
- JAVA实现的维吉尼亚加解密系统及唯密文破译系统-JAVA implementation of the Virginia encryption and decryption system and the only encryption system
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他
凯撒解密
- java开发的凯撒解密系统,该系统能破解简单的凯撒加密的密码(this is a software which can unfold the password)
用Java实现数字签名
- 信息安全实现一个简单的数字签名系统 ,能够进行简单的文件下载与传输(The realization of a simple digital signature system of information security, can download files and simple transmission)
xdebcaeb
- 本系统主要是针对用户和学生的,用户的信息是直接在注册的时候保存到数据库中的。(This system is mainly aimed at users and students, and the information of users is directly stored in the database when registered.)