I provide online tutorials for my students. Each page contains a question, which the student must answer. The answer is in javascript like this example:
I'd like to make it more difficult (I know I can't make it impossible) for the students to look at my code and extract the answer.
I could encrypt the entire page, but that seems like overkill. Is there a slick way to encrypt one line of code?
Code:
corAns = 17
I could encrypt the entire page, but that seems like overkill. Is there a slick way to encrypt one line of code?
Comment