josephholsten / dataencryptionstandard

This URL has Read+Write access

Joseph Anthony Pasquale Holsten (author)
Fri Dec 05 21:46:21 -0800 2008
name age message
file README Loading commit data...
file Rakefile
directory bin/
directory lib/
directory src/
directory test/
README
DATA ENCRYPTION STANDARD

This is an implementation of the FIPS 46-3 Data Encryption Standard in Electronic Codebook mode.

 Building
==========
If you have ruby installed, you should be able to type
> rake
and the entire source will be compiled and tests will be run.

Otherwise, you should be able to build the source with
> javac -d build src/*.java

 Usage
=======
To encrypt an eight-byte message, use the command
> bin/encrypt.sh HereHEAR
c469c8c7402d42d9

To decrypt an eight-byte hex enco
ded message, use the command
> bin/decrypt.sh c469c8c7402d42d9
HereHEAR