Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 612 Bytes

CryptMailto

CryptMailto is a utility that uses a simple PHP class to obfuscate email addresses so they can't be harvested by robots/crawlers. The encrypted email is then decrypted in the view with Javascript and jQuery.

Documentation

For class properties and methods see DOC.md

Usage Examples

For detailed examples on how to use CryptMailto, open examples.html in your browser after download.

Credits

CryptMailto uses encryption/decryption methods borrowed from Hunter-Dolan/Crypt