0

I have a project to make an encryption and decryption for string input in java. I've been stucked for a week doing some research in it. I really appreciate if you have sample source code or function method for Hill cipher in java that I may use in my project. I really need your help ... hope someone out there could be my savior. Thanks.

rizqieroway
  • 63
  • 1
  • 1
  • 8

2 Answers2

0

http://pjcodingcenter.blogspot.in/2013/03/implementing-hill-cipher-substitution.html

Another simplistic one : Hill Cipher

Google got me this!! See if it works..

Priyabrata
  • 1,202
  • 3
  • 19
  • 57
0

For encryption take a look at this git repo. The project at the link provided does handle 2x2 decryption.

K.J.
  • 921
  • 7
  • 7