| | |||||
| ||||||||
| CODE This forum is for posting code snippets and example scripts that aren't quite tutorials, but could be useful for others. You may post code snippets and/or completed scripts that you've written and want to share here. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Member Join Date: Jun 2005 Location: New Zealand
Posts: 95
![]() | Form security script Hi, This is an onscreen keyboard written in js to help against keyloggers. http://williamparry.com/scripts/formSecurity/index.html Feedback appreciated. Cheers |
| |
| | #2 (permalink) |
| Account Closed Join Date: Apr 2006 Location: Belgium
Posts: 442
![]() ![]() ![]() ![]() ![]() ![]() | Looks nice! For sites which require or want a high security, this could be quite suitable! What I'ld do additionally, is making sure that people can't type anything in there (onkeypress javascript). Or are at least warned that they should use the onscreen keyboard for their own safety. ![]() Note though that this form of security only can handle keyloggers. Network sniffers will still find the information very easily. |
| |
| | #3 (permalink) | ||||||||
| If only you knew... Join Date: Oct 2005 Location: Inside your head...
Posts: 998
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | William, thanks for sharing. Nice idea
__________________ --- The greatest truths ever told, and the greatest lies ever told, all consist of exactly the same three words: "I LOVE YOU" --- The best say little, only say what is important.....then they shut up and sit down. | ||||||||
| |
| | THREAD STARTER #5 (permalink) |
| NamePros Member Join Date: Jun 2005 Location: New Zealand
Posts: 95
![]() | Thanks for the feedback! Your right that it doesn't prevent network sniffing, but as maximum said, SSL should cover that (and SSL encryption is better than any JS encryption). gamescoper - it was originally designed to have the security setting set only by webmaster but I thought that if the user wants something easier to use (but less secure) then they can set it themselves. Perhaps I should add a variable in the embed script that states whether the user can set their own security? Cheers William |
| |