public
Description: CipherMail provides a safe alternative to the mail_to helper by hiding mailto links from e-mail harvesting bots. The generated output is completely obfuscated by a 1024 bit random key. They keyword is stored on the server, so it is never revealed to the client. Processing is performed on the server-side via an AJAX request and the decrypted redirect is returned to the client, opening a mail composer window… just like normal mailto link.
Homepage:
Clone URL: git://github.com/jabberwock/ciphermail.git
ciphermail / uninstall.rb
100644 4 lines (3 sloc) 0.176 kb
1
2
3
4
FileUtils.rm File.join(File.dirname(__FILE__), '../../../config/ciphermail.yml')
puts "\nThank you for using CipherMail!"
puts " -Michael (jabberwock /AT tenebrous /DOT com)"