About NeHeMueL García
Programmer | Apple User | Gnu/Linux | StumbleUpon Addict | I'm Compulsive Gamer | The iJobs principle | JW | My Favorite Website; Taringa.net | I Love Socialphy ♥ | T! Troll ヅ
With the Socialphy share button, users can easily recommend content from their personal websites.
Create Post
9 comments
Hahaha
True story!
Thanks for sharing
PS = L*log_2(n)
Where
PS is the entropy of the password
L is the length of the password
n is the pool size of the password, and that is 28 alphabet letters
So , many webpages told you that you must have a password with Upper Case, numbers and overall weird passwords , and that's it a hard to remember password but not so secure password like:
"js3UUjs98"
Using the formula we get:
PS = 9*Log(28)
PS = 43.2 bits
That's a not so secure 43 bits password
But! if you have a password like
"This is my wonderland creepy password"
Is in fact a lot easier to remember but harder to guess:
PS = 37 * log_2(28+1)
PS = 179.74 Bits
As you can see, this is a 179.74 bits password that is almost impossible to guess. I used 28 plus the space character.
Sadly , some webpages force you to use the weird "Wu3u48wsSI8*#2" password format, maybe because their lack of knowledge on basic information theory.