Jump to content

Is webtools trustworthy?


steveherrmann

Recommended Posts

Before I put encrypted JS code into my website, can anyone tell me if this source is trustworthy?

 

What I mean is, does Webtools hide something nasty into the encryption in addition to what I type into the window?

I want to keep my email address safe from robots. That is, I want to encrypt <a href="mailto:MYemail@MYdomain.com">...</a>

I've created a dummy email address and tested it. It seems to work fine, but I don't want it if they sell the address to a spammer.

 

I looking for protection from email skimmers, not ultimate security. I doubt someone would sift the rare JS encrypted websites for one email address. ( ...or am I being naive?)

 

Who out there has some knowledge about this?

Thank you!

Link to comment
Share on other sites

Link to comment
Share on other sites

It doesn't look malicious, but it does double the size of the code. You can replace the final document.write with something like console.log if you want to see the code that it's running. It's the same code, just encoded in a way that makes it twice as long.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...