1
Hacking and Security / Re: Password Security ?
« on: January 17, 2016, 05:37:44 pm »
Encoding passwords has always felt like bullshit to me. It gives a false sense of security of your password actually being more secure.
Password basics are well known. More characters, lower, upper, special and numbers in a random order is more than sufficient.
Besides, let's say your attacker knows what encoding you are using (In a bruteforce context), they could easily just not include charactors outisde your chosen encoding, further compromising the passwords effectiveness.
Password basics are well known. More characters, lower, upper, special and numbers in a random order is more than sufficient.
Besides, let's say your attacker knows what encoding you are using (In a bruteforce context), they could easily just not include charactors outisde your chosen encoding, further compromising the passwords effectiveness.