Jump to content

Encrypt email addresses being pulled from database before displaying on web?


KitCarl

Recommended Posts

I have a table with a standard email column which is inserted into the database via a form and an encryptedemail column which I have to manually complete by using the reCAPTCHA mail hide method. I'm looking for a method to automatically generate an encrypted email to display on the HTML page like the reCAPTCHA one and save me the work! Open to all ideas as there is probably a completely different and better way to fight the spam bots and I'm new to php.

Link to comment
Share on other sites

I'm not worried about spam on the forms, I'm trying to find a way to make it hard for the spam bots to gather email information from name, state, email tables that users generate from the database. I would like to have an encryption method for the displayed email addresses in those generated tables on the public web pages.

Link to comment
Share on other sites

Eagle, I was hoping to do it in a way that maybe they have to solve a Captcha or something first but when someone clicks on the link it will present the proper email address?

 

mgallforever, Huh? Did you see the note about being a beginner  ;) That one seems way above my pay grade just yet as I haven't a clue.

Link to comment
Share on other sites

Well it's a lot easier for spam bot scripts to parse textual data, rather than image data. Any simple script can find (at) and replace it with @ and get that person's email.

 

Using an image, or multiple images the spam bot script will most likely fail in finding information.

Link to comment
Share on other sites

Eagle, That is what I am looking to do, now if I only knew enough to implement it. I read the link and it is above my knowledge. If I had a td cell that presently was ".$row["email"]." any idea how I would go about recoding it to reach out to reCaptcha and return the mailhide capability using the info on that link you suppied?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.