Discussion Overview
The discussion revolves around methods for safely listing an email address on a webpage to avoid spam and phishing attacks. Participants explore various techniques, including HTML attributes, image representations, and CAPTCHA systems, while considering the effectiveness and practicality of each approach.
Discussion Character
- Exploratory
- Technical explanation
- Debate/contested
Main Points Raised
- Some participants propose using HTML with a title attribute to obscure the email address, but question its effectiveness against phishing.
- Others argue that displaying the email address in the HTML source makes it vulnerable to scraping by malicious software.
- A suggestion is made to use a server-side script to retrieve the email address, potentially combined with a CAPTCHA to enhance security.
- Some participants discuss the idea of using images to display the email address, noting that visual parsing by bots may be less efficient.
- Concerns are raised about the practicality of using images for important information, as they can be cumbersome to update.
- One participant mentions that their university already lists email usernames in a way that could expose them to phishing, questioning the security of that method.
- There is a discussion about using reCAPTCHA's email hiding service and the importance of obfuscating alt text to prevent bots from easily accessing the email address.
Areas of Agreement / Disagreement
Participants express a variety of views on the effectiveness of different methods for protecting email addresses. There is no clear consensus on the best approach, as opinions vary on the practicality and security of each method discussed.
Contextual Notes
Limitations include the potential for email addresses to be exposed in HTML source code, the challenges of updating image-based email representations, and the effectiveness of CAPTCHA systems in preventing automated scraping.
Who May Find This Useful
This discussion may be of interest to web developers, individuals concerned about online privacy, and those looking for methods to protect their email addresses from spam and phishing attacks.