SujankarthikM / questnexes1

solve the questions
0 stars 0 forks source link

Answer Submission in cypher.html Accepting Encoded Value Instead of Decoded Value #1

Open Rohan7511 opened 1 month ago

Rohan7511 commented 1 month ago

https://sujankarthikm.github.io/questnexes1/cypher.html image Decoding "NEXUS" with the Keyword "CAT" gives LEESS But the code is accepting PEQWS which is what you get by encoding "NEXUS" with the keyword "CAT".

Rohan7511 commented 1 month ago

We had this is the event today and because of this we couldn't go ahead.

SujankarthikM commented 1 month ago

It sounds like you're saying that in your group's discussion or materials, the examples were consistently showing encryption steps where letters were added rather than subtracted, which led to a misunderstanding when it came to the decryption process. Additionally, after realizing the correct decryption in my previous example (producing "SIXZB"), it would have been clearer to apply the logic of adding shifts, rather than subtracting them. In our defence , there where many people who solved it using encryption and I am soory for this mistake.

Rohan7511 commented 1 month ago

I think I understood but I still don't understand the "SIXZB" logic. image Encoding the word "HELLO" with the keyword "LEMON" gives "SIXZB" Similarly encoding the word "NEXUS" with the keyword "CAT" gives "PEQWS" image Am I wrong here?