I don't repost from Facebook here, but I can't resist reposting this one
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Recommended Answers
Jump to PostThe most common password is "123456"
Jump to PostMost IT departments won't let you cycle passwords.
So I take my favorite word and mix it with numbers, like:
b1u2l3l4s5h6i7t
Jump to PostSo I take my favorite word and mix it with numbers, like:
b1u2l3l4s5h6i7tI see into the future and Ene Uran's account has been hacked. :)
Jump to PostThere's 126 possible printable characters in the English (American) keyboard), if the password is 10 characters long, that means where are 126!/(10!*116!) possible combinations (assuming no duplicates).
Couldn't resist ...
from math import factorial n_combinations = int(factorial(126)/(factorial(10)*factorial(116))) print("{:,}".format(n_combinations)) ''' result ... 192,657,357,567,675 '''
Actually, there are only …
All 16 Replies
azareth 5 Posting Whiz in Training
joshfizzle 0 Newbie Poster
<M/> 170 Why so serious? Featured Poster
AndreRet 526 Senior Poster
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
tux4life commented: 12345678910 <- strong password ;) +0
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster

LastMitch
happygeek 2,411 Most Valuable Poster Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Lucaci Andrew 140 Za s|n

LastMitch
Ene Uran 638 Posting Virtuoso
TnTinMN 418 Practically a Master Poster
tux4life commented: :D +0
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.