Earlier quoted context omitted.
What risk is there to estimate? Assume that the attackers have the clear text of your password, and know that it's your password.
Would be nice if they told us how they hashed it or if they hashed it at all. If the passwords are bcrypt then it wouldn't matter if an attacker got that hash.
GoToMyPC has been hacked, all customer passwords reset
21–30 of 171 posts
Re: GoToMyPC has been hacked, all customer passwords reset
#22As these hacks are becoming more common place, I'd love to hear fellow HN reader's take on their password strategy/management. Many thanks in advance!
Re: GoToMyPC has been hacked, all customer passwords reset
#23As these hacks are becoming more common place, I'd love to hear fellow HN reader's take on their password strategy/management. Many thanks in advance!
I'm using LastPass with a 2FA Yubikey token. In addition, I try use different E-Mail adresses whenever I sign up, a catchall makes sure they end up in the same inbox. This might not stop a sophisticated targeted attack, but it should throw off a lot of automated runs since the email they got is seemingly not used at another service. A litte obscurity to strengthen the rest of my security ;)
Re: GoToMyPC has been hacked, all customer passwords reset
#24Earlier quoted context omitted.
I'm using LastPass with a 2FA Yubikey token. In addition, I try use different E-Mail adresses whenever I sign up, a catchall makes sure they end up in the same inbox. This might not stop a sophisticated targeted attack, but it should throw off a lot of automated runs since the email they got is seemingly not used at another service. A litte obscurity to strengthen the rest of my security ;)
How does the Yubikey work? Do you have to plug it in every time you want to sign into a site?
Re: GoToMyPC has been hacked, all customer passwords reset
#25As these hacks are becoming more common place, I'd love to hear fellow HN reader's take on their password strategy/management. Many thanks in advance!
A unique password, 2FA, AND a unique email address. I use https://lastpass.com/ for generating passwords. $12/year and works on Linux & Android. Would prefer open source, but nothing else comes close. I tend to generate 32 char passwords with a mix of upper, lower, number, and special. Only a few websites insist on shorter passwords - or have character restrictions. For 2FA I use either SMS or Authy https://www.authy…
Re: GoToMyPC has been hacked, all customer passwords reset
#26Re: GoToMyPC has been hacked, all customer passwords reset
#27Re: GoToMyPC has been hacked, all customer passwords reset
#28As these hacks are becoming more common place, I'd love to hear fellow HN reader's take on their password strategy/management. Many thanks in advance!
echo "secret123|google" | sha1sum
where "secret123" is my master password (I use a much longer one actually to be safe). Similarly, on facebook, I woudl use: echo "secret123|facebook" | sha1sum
To both passwords, I add "Aa1!" to make it pass the capital/lowercase etc. tests.EDIT: it is best to write a script for this
Re: GoToMyPC has been hacked, all customer passwords reset
#29How user friendly is guacamole? Anyone have any experience setting it up for non techies?
However, not having used it for a prolonged period, I don't know what the time investment for maintenance will be.
Re: GoToMyPC has been hacked, all customer passwords reset
#30It's sad that this is a service instead of just free software. Did that never evolve to be user friendly enough? Do ISPs not let you run your own web server anymore? Maybe it's because of changing IP addresses and domain names? The cost of this service seems to be slightly more than the cost of maintaining your own domain name.