virtual-labs-archive / cryptography-iiith

Cryptography lab
Other
3 stars 70 forks source link

Breaking the Shift Cipher -Experiment #153

Open bhavesh01shukla opened 5 years ago

bhavesh01shukla commented 5 years ago

Defect Description: In part III,we are able to give numeric input also which is not encrypted properly.It gives output as the same input numeric string for any value of keys.

Steps to reproduce Cryptography->list of experiments->breaking the shift cipher->experiment

Expected result: Correct Decrypted string ex-input=>0123 correct result for key=2 is 2345

Actual result: Same as input string screenshot issue10