virtual-labs-archive / cryptography-iiith

Cryptography lab
Other
3 stars 70 forks source link

Cryptographic Hash Functions and Applications(HMAC) - Experiment - error even in correct input #193

Open sumba101 opened 5 years ago

sumba101 commented 5 years ago

Issue

shows error in input message even when input of given specification is given

Reproduction

go to the link given below http://cse29-iiith.vlabs.ac.in/exp6/index.php?section=Experiment try to provide input into the 'Put your text of size 2l to get the corresponding value of hash of size l.' section

Screenshot from 2019-03-17 16-41-21 Screenshot from 2019-03-17 16-41-23

expected outcome

produces hash value when clicked and accepts the input

actual outcome

says the input is wrong even if fitting the specified specification

sumba101 commented 5 years ago

working on solution for this, please do not attempt