snoyberg / sortasecret

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SortaSecret

A really simple Mailhide replacement

Purpose: you want to put someone's email address on a website, but use Recaptcha to ensure that it's a real human and not a bot reading it. SortaSecret provides a service where a third party application:

  • Asks sortasecret.com to encrypt the email address
  • Embeds the encrypted version of the email address on the web page
  • Includes some Javascript
  • The Javascript asks Recaptcha to verify that the user isn't a bot, provides that token to sortasecret.com with the encrypted payload, and gets back the email address

About

License:MIT License


Languages

Language:Rust 68.2%Language:HTML 25.0%Language:JavaScript 5.3%Language:Dockerfile 1.2%Language:CSS 0.2%