Posted March 08, 2016

sunshinecorp
Ordained Dudeist
Registered: Jul 2011
From Greece

blotunga
GrumpyOldGamers.CyringOutMiserably
Registered: Apr 2012
From Other
Posted March 08, 2016


Tallima
TreasureHunting!
Registered: Apr 2010
From United States

Maxvorstadt
I is more stronger than Darth Vapour!
Registered: Apr 2014
From Germany
Posted March 08, 2016


ShadowOwl
DIVE DIVE DIVE!
Registered: Apr 2009
From Germany

tremere110
Hmmm...
Registered: Mar 2011
From United States

RWarehall
Ja'loja!
Registered: Jan 2012
From United States
Posted March 08, 2016
Brute forcing should NEVER work. Any system that doesn't lock an account and send a notification after a certain number of failed attempts is a bad system.

Titanium
The iron-y
Registered: Nov 2008
From Slovenia
Posted March 08, 2016
Well, if you think about it, have you ever really passed a word?

skeletonbow
Galaxy 3 when?
Registered: Dec 2009
From Canada
Posted March 08, 2016
That's strange. For the record just as a data point, I use a password on GOG that is 20 characters and includes both upper and lower case, numbers and punctuation randomly generated by software and it works fine. I have not changed my password in a while however so it is possible bugs could be introduced or something but it seems rather unlikely. If you continue to have problems, contact GOG support.

WinterSnowfall
Bastard Lunatic
Registered: Apr 2012
From Romania

rtcvb32
echo e.lolfiu_fefiipieue|tr valueof_pi [0-9]
Registered: Aug 2013
From United States
Posted March 08, 2016

I agree though, overtly strong passwords with a 3-5 attempt system before locking you down is absurd. Reminds me of working at Fred Meyers, and the mandatory 3 month new password system where you couldn't reuse the last 10 passwords, making you either append to the password with something stupid (like a 1) or come up with a different password.

HereForTheBeer
Positive Patty
Registered: Oct 2009
From United States

johnnygoging
I was told there would always be a bigger fish
Registered: Jun 2013
From Canada
Posted March 09, 2016

Tried using a 20 numercial password with numbers - Password not safe
Tried using 10 and 5 numbers - Password not safe
-.-
After 20 mins of trying i made something short and random...it accepted!
#Logic
you are trying to create a password that a machine would have a hard time guessing, a machine that is aided by massive databases of both stored captured passwords and heuristic rulesets for word and character probability.
l0ngl1veth3k1ngPOTATOES is a shit password not because a human could easily guess it but because a machine could. maybe not one that long but it is still on the weaker side of things. random and write it on paper. memorise the ones you use most.

hyperagathon
Bear it All
Registered: Aug 2010
From Croatia
Posted March 09, 2016

Tried using a 20 numercial password with numbers - Password not safe
Tried using 10 and 5 numbers - Password not safe
After 20 mins of trying i made something short and random...it accepted!
#Logic


dtgreene
vaccines work she/her
Registered: Jan 2010
From United States
Posted March 09, 2016


1. Get root access to server, and hence to the shadow password file.
2. Brute force the passwords in parallel. There is a good chance that at least one of them has an easy password to crack. We now have a username/password combination that is valid on this server.
3. Try the username/password combination on other servers. We have now gained access to the other server, and hence to that user's personal details. This has a good chance of working because people tend to reuse passwords on multiple sites (and is why you should use a different password for every site).