Skip to content

Java Implementation of the SKIPJACK encryption algorithm. Done for RIT Cryptography course

Notifications You must be signed in to change notification settings

dstar4138/jskipjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

# SkipJack #

Authors: Alexander Dean, Jonathan Johnson
Class: Cryptography (4003-482 - http://cs.rit.edu/~ark/482)

-- Description: --

For a class project our goal was to implement a cipher of our choice in 
whatever language we would like to. We chose the NIST's SkipJack Cipher,
particularly the standard 64-bit ECB cipher in java.

-- Usage: --

FastSkipJack <key> <plaintext_in_hex>
SkipJack <key> <plaintext_in_hex>

or file encryption with:

FastEncryptFile <key> <input_file> <output_file>
FastDecryptFile <key> <input_file> <output_file>

These two also have the option of running the slower version of SkipJack
by adding the option: EncryptFile and DecryptFile.



About

Java Implementation of the SKIPJACK encryption algorithm. Done for RIT Cryptography course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages