Is it safe to enter my real passwords to test them?
I mean, are the entered passwords being recorded/transmitted to someone else?
Is it safe to enter my real passwords to test them?
I mean, are the entered passwords being recorded/transmitted to someone else?
It's very difficult to know for sure.
It appears that this website uses a client-side script to check the password, without sending anything to the server. As such it seems it's safe to use.
However, knowing that requires a certain amount of technical knowledge. At least, it requires to know how to check what a script is doing using Firebug or developer tools.
Here there doesn't seem to be any network activity, but:
In general, it's a bad idea to use this sort of service precisely because it's very difficult to know what it's doing in the general case (especially for non technical users).
"safe" is a binary value. Is it safe to play Russian Roulette? The answer has to be risk based.
Would I test the password I use to log into CNN.com? Sure, all that password protects is my preferences on CNN. I don't care if it is broken.
Would I put in my banking password? No, absolutely not.
What value does it provide? What risk does it involve?
I'd argue it provides very little value; the mechanics of calculating a secure password are very well known, and don't require a website to perform. What risk does it involve? Some risk - but several other commenters have identified ways to control/mitigate/reduce that risk.
Is the risk/value tradeoff acceptable? That's entirely a subjective determination.
Ha, this question has been asked about quadrillion nonagintillion times but in regards to rainbow tables. But in this case, the answer is that it is safe to enter password because it's not transmitted to the another site.
It does only client-side calculations in javascript, so it doesnt transfer any passwords outside the browser to perform server-side storage or something like this.
However if the website is hacked, you will be out of luck.
The website should be really identified with valid cert as well it should publish how they protect their server, because the password website is very likely to be hacked this way.
As this one looks running some sort of LAMP, might be vulnerable to file overwrite or sql injection statistically. It should be really static page, and from what it looks, will eventually get hacked and modified with the password logger.
it's a small thing, and the safety of the solution is not compromised, but bear in mind that http://howsecureismypassword.net/ contains 5 different cookie sharing websites (as reported by Collusion), so the tracker networks have recorded that fact that you have been there.
Less security minded users may then fall for promoted security products on other websites that share these tracker networks.
i.e. why you'll now find various password vault programs being advertised to you on websites for a few days!
The site analyzes passwords based on the combination of letters, numbers and symbols etc. You do not need to enter your specific password. I.E. your password is ABc45* well enter CDz64# and check, it will tell you how safe that combination is.
It's safe.
You're not providing full credentials (it doesn't ask for your user ID that goes with the password you're checking) so even if it did transmit the password anyone who views this data would have no idea whose password it is.