tungatkarniranjan / CMP202-Project-Group-5

1 stars 3 forks source link

Define a simple prototype of the cipher technique that I suggested #15

Closed TheBloodMage closed 7 years ago

TheBloodMage commented 8 years ago

Define a simple prototype in greenfoot that will implement the main interface of 'Cipher Techniques' and try to code your technique.

TheBloodMage commented 8 years ago

Decide to work on the prototype of Vigener Cipher. Uploaded a document specifying the simple working of the cipher technique. After that main interface conding is started.

TheBloodMage commented 8 years ago

Created a simple prototype sticking to our main interface. Added to review.

TheBloodMage commented 8 years ago

extended the class CipherThree from Actor class, made some changes in the code. adjusted the string output. added description placeholder.

ajaytanpure commented 7 years ago

Reviewed, looks ok

ajaytanpure commented 7 years ago

tested with sample string and checked the encrypted string. Looks fine