How do I encrypt a server, or at least make it so third parties cannot sniff/see data from a contact form that is being sent to an e-mail address? Through Yahoo Sitebuilder
Related posts:
How do I encrypt a server, or at least make it so third parties cannot sniff/see data from a contact form that is being sent to an e-mail address? Through Yahoo Sitebuilder
Related posts:
Tags: Encryption
Tags: Email Spam Uninstall spyware Security Software Trend Micro Registry Cleaner Pc Tools Norton Nod32 Kaspersky Internet Security Hacked Firewall Computer Security Avg Avast Antivirus Ad Aware Monitoring Software Encryption Backup
2 responses so far ↓
1 travis s // Apr 14, 2008
Thats a better way of putting it. Use php for login, then use JavaScript to restrict access to those who didn't authenticate.
2 mapaghimagsik // Apr 14, 2008
You can use public key encryption, if the person you are sending to has provided a public key.
That might be beyond sitebuilder to provide for you — I'm sure it is. The other trick is not to use e-mail at all, but instead to put the information online for only that person at a URL that is shared and use SSL.
On the form, you could also allow the user to put in the key, and use an encryption method that uses that key. Depending on the value of your data you would want that connection to be SSL.
Leave a Comment