资 源 简 介
This project was created initially for an undergraduate directed study in cryptography at Salisbury University. It implements several popular encryption algorithms in Java, including DES and AES.
Currently implemented cryptosystems:
DES
AES (Rijndael)
Radix64 (base64)
Currently under development:
Serpent
Currently under open development:
RC4
SHA1
SHA2
DISCLAIMER: THIS PROJECT IS NOT INTENDED TO BE CRYPTOGRAPHICALLY SECURE!!! IT IS TO DEMONSTRATE A BASIC UNDERSTANDING OF SEVERAL POPULAR CRYPTOGRAPHIC METHODS AND SHOULD NOT BE USED IN ANY SITUATION WHERE STRONG CRYPTOGRAPHY IS REQUIRED!!!