Skip to content

This is a simple Java implementation of the RC2 cipher for academic purposes

Notifications You must be signed in to change notification settings

nadirBenSaid/RC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RC2

This is a simple Java implementation of the RC2 cipher for academic purposes.

This implimentation is meant to apply the RC2 cipher to simple file formats like .txt files and .bmp files.

the repository contains two files:

  • Rc2.Java that contains the class that has the methods responsible for formatting the data and encrypting/decrypting it.
  • Rc2Cipher.Java contains the main

About

This is a simple Java implementation of the RC2 cipher for academic purposes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages