Skip to content

A command line program that allows the user to encrypt and decrypt files and folders using various encryption methods

Notifications You must be signed in to change notification settings

DevHalo/EECS3481Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EECS3481 Project

Implementation of the following encryption algorithms

Symmetric

  • XOR
  • AES
  • RC4
  • BLOWFISH

Asymmetric

  • RSA
  • ECC

To run:

  1. Navigate to out/artifacts/EECS3481Project/
  2. java -jar EECS3481Project.jar

Requires OpenJDK 15 and is compiled for JRE 1.8

About

A command line program that allows the user to encrypt and decrypt files and folders using various encryption methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages