Jump to content

How can I do this?


Jamesking56

Recommended Posts

Hey!I am trying to make a clients panel using PHP....I have a variable which can make it go offline for maintenance and show a splash screen with a notice and an Admin Override button.Now, when I press the admin override button it pops up with javascript prompt box asking for secret key.How can I make a secret key that won't be revealed in the View Source of the page? Is there a way I can make it not hackable?Any suggestions? I did think about MD5 Encryption but javascript can't do that apparently?

Link to comment
Share on other sites

You can get an MD5 algorithm by Googling it. But it doesn't matter. There is NOTHING you can do in JavaScript that can't be hacked in some way. It's very easy to open the source and change it to suit.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...