Skip to content

pnikhilk/RC6-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to execute program:

  1. To compile project run following command: make
  2. Sample input.txt and output.txt are given. Change input.txt to do encryption/decryption as required. Format for input file:

Encryption plaintext: .. .. .. .. userkey: .. .. .. ..

or

Decryption ciphertext: .. .. .. .. userkey: .. .. .. .. ..

  1. To execute program run either one of following command make run or java -cp p1-npatil5.jar RC6 input.txt output.txt

About

Implementation of RC6 cipher algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published