Javascript function to ENCRYPT emails
-
I have content that is being written by JavaScript. I would love something that could ENCRYPT the email addresses as they are being written out onto the page. From what I see in your code, you do your encryption on the PHP side and just DEcrypt via Javascript. Have you ever created the ENcryption code in Javascript that would leave the email addresses in the same state as when they are encrypted via PHP (i.e. ready to be decrypted by your javascript decryption routine)?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Javascript function to ENCRYPT emails’ is closed to new replies.