Re: brute forcing - numbers of passwords possible?
- From: Kristian Gjøsteen <kristiag+news@xxxxxxxxxxxx>
- Date: Fri, 4 Jan 2008 14:13:59 +0100
bealoid <signup@xxxxxxxxxxxxx> wrote:
A software allows a user password of up to 62 characters, selected from a
set of 95 characters.
Since this is homework, you'll forgive me for not giving you straight
answers.
Is the total number of different passwords given by:
62^95
You need to think this through. If your password has one character,
chosen from a set of 95, how many passwords are there?
How many two-character passwords are there?
How many one and two-character passwords are there?
How many passwords of up to two characters are there?
Now extrapolate.
or by:
62^95 + 61^95 + 60^95 . . . + 3^95 + 2^95 + 1^92
And if it's the latter, is there an easier way to do it than the way I've
shown?
Have you actually shown anything yet?
When talking about brute forcing such a password is it best to say "there
are X number of passwords possible", or "there are X possible passwords,
but you'd expect to break a password with brute force after Y tests"?
That depends on what you want to say. If you want to say the former,
then you should say the former. If you want to say the latter, you
should say the latter.
What do you want to say about brute force attacks?
And what would Y be, about X/2?
Under certain assumptions, that's about right.
--
Kristian Gjøsteen
.
- Follow-Ups:
- Re: brute forcing - numbers of passwords possible?
- From: bealoid
- Re: brute forcing - numbers of passwords possible?
- From: bealoid
- Re: brute forcing - numbers of passwords possible?
- From: bealoid
- Re: brute forcing - numbers of passwords possible?
- References:
- brute forcing - numbers of passwords possible?
- From: bealoid
- brute forcing - numbers of passwords possible?
- Prev by Date: brute forcing - numbers of passwords possible?
- Next by Date: Re: 1024-Bit RSA Key Pair Generation Rate - Modest PC
- Previous by thread: brute forcing - numbers of passwords possible?
- Next by thread: Re: brute forcing - numbers of passwords possible?
- Index(es):
Relevant Pages
|