paperclip - How do i create a image displaying a email with rails? -


in webapp want display user emails. dont want spam boots steal user emails. have automatic create image displaying there email?

best regards, rails beginner

creating image 1 way go, remember ocr getting extremely "cheap" operation , isn't guarantee bot wouldn't analyze pictures on site see if contain text looks email addresses. there's plenty of techniques "hide" addresses in plain sight. write them out in character entity format, intersperse empty tags, uses javascript decode encoded form of them , insert page after load, etc...


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -