Cryptography, sorta

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
AfroNinja
Forum Newbie
Posts: 5
Joined: Wed Oct 02, 2002 4:18 pm
Contact:

Post by AfroNinja »

That's the whole reason I am designing this application. :D We've had entirely too much SPAM lately, so this is one of many measures to cut down on it. At no point with the email address actually be visible to the user. It will all remain either encoded or be stored via cookie (in encoded format) until used. The decoding happens entirely in the script, and no HTML with an email address in it is ever displayed to the user.

Hopefully, that'll take a bite outta SPAM.
Post Reply