Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.computer.security
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-02-2007, 03:22 AM
poster3814
Guest
 
Posts: n/a
Default Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

Are there password dictionary files whose entries aren't just single
words but rather 2 or 3 words of maybe 6 letters or less concatenated?
For example, "they red solids" are 3 words of 6 letters or less that
concatenated would be "theyredsolids." Are there such dictionary files
downloadable, or is there a relatively easy way one could be created?

Thank you.
--
Please respond to the newsgroup only. Email sent to this account goes
unread.

Reply With Quote
  #2 (permalink)  
Old 05-02-2007, 04:13 AM
Zilbandy
Guest
 
Posts: n/a
Default Re: Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

On Wed, 02 May 2007 03:22:15 GMT, poster3814
<poster3814@domain.invalid> wrote:

>Are there password dictionary files whose entries aren't just single
>words but rather 2 or 3 words of maybe 6 letters or less concatenated?
>For example, "they red solids" are 3 words of 6 letters or less that
>concatenated would be "theyredsolids." Are there such dictionary files
>downloadable, or is there a relatively easy way one could be created?


You might take a peek at "Diceware".
http://world.std.com/~reinhold/diceware.html

Your first impression may be to dismiss this idea totally. Before you
do, read the page and pay attention to sections explaining the
security of this idea. Look at the FAQ.

--
Zilbandy

Reply With Quote
  #3 (permalink)  
Old 05-03-2007, 01:30 AM
poster3814
Guest
 
Posts: n/a
Default Re: Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

Zilbandy wrote:
> On Wed, 02 May 2007 03:22:15 GMT, poster3814
> <poster3814@domain.invalid> wrote:
>
>> Are there password dictionary files whose entries aren't just single
>> words but rather 2 or 3 words of maybe 6 letters or less concatenated?
>> For example, "they red solids" are 3 words of 6 letters or less that
>> concatenated would be "theyredsolids." Are there such dictionary files
>> downloadable, or is there a relatively easy way one could be created?

>
> You might take a peek at "Diceware".
> http://world.std.com/~reinhold/diceware.html
>
> Your first impression may be to dismiss this idea totally. Before you
> do, read the page and pay attention to sections explaining the
> security of this idea. Look at the FAQ.
>


Thank you for your reply. Diceware sounds like a great method of
creating passphrases. I guess what I'm interested in, though, is either:
complete passphrase dictionaries; OR a program I can use to create
complete passphrase dictionaries. I've tried searching the Internet some
but haven't found any yet.
--
Please respond to the newsgroup only. Email sent to this account goes
unread.

Reply With Quote
  #4 (permalink)  
Old 05-03-2007, 04:14 AM
Arthur T.
Guest
 
Posts: n/a
Default Re: Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

In
Message-ID:<HtTZh.10762$3P3.1163@newsread3.news.pas.earthl ink.net>,
poster3814 <poster3814@domain.invalid> wrote:

>Are there password dictionary files whose entries aren't just single
>words but rather 2 or 3 words of maybe 6 letters or less concatenated?
>For example, "they red solids" are 3 words of 6 letters or less that
>concatenated would be "theyredsolids." Are there such dictionary files
>downloadable, or is there a relatively easy way one could be created?


To solve a recent puzzle, I took the dictionary for an
anagram program, and pulled off all 5-letter words. There were
about 5800 of them. If I wanted to create a dictionary of all
3-word combinations of them, it would take over a terabyte to hold
the almost 200e9 combinations. If you add in the 6-letter,
4-letter, 3-letter, and 2-letter words, and also all of the 2-word
combos, it comes to quite a large amount of disk space, to say
nothing of the time it'll take to process it.

--
Arthur T. - ar23hur "at" intergate "dot" com
Looking for a z/OS (IBM mainframe) systems programmer position

Reply With Quote
  #5 (permalink)  
Old 05-03-2007, 03:56 PM
Arthur T.
Guest
 
Posts: n/a
Default Re: Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

In Message-ID:<trni33thjnm0r70mq0e25kbb1uml2t3t2e@4ax.com>,
Arthur T. <arthur@munged.invalid> wrote:

>>Are there password dictionary files whose entries aren't just single
>>words but rather 2 or 3 words of maybe 6 letters or less concatenated?
>>For example, "they red solids" are 3 words of 6 letters or less that
>>concatenated would be "theyredsolids." Are there such dictionary files
>>downloadable, or is there a relatively easy way one could be created?

>
> To solve a recent puzzle, I took the dictionary for an
>anagram program, and pulled off all 5-letter words. There were
>about 5800 of them. If I wanted to create a dictionary of all
>3-word combinations of them, it would take over a terabyte to hold
>the almost 200e9 combinations.


Slight correction to my computation. It would take about 3
terabytes.

--
Arthur T. - ar23hur "at" intergate "dot" com
Looking for a z/OS (IBM mainframe) systems programmer position

Reply With Quote
  #6 (permalink)  
Old 05-10-2007, 06:08 PM
poster3814
Guest
 
Posts: n/a
Default Re: Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

Arthur T. wrote:
> In Message-ID:<trni33thjnm0r70mq0e25kbb1uml2t3t2e@4ax.com>,
> Arthur T. <arthur@munged.invalid> wrote:
>
>>> Are there password dictionary files whose entries aren't just single
>>> words but rather 2 or 3 words of maybe 6 letters or less concatenated?
>>> For example, "they red solids" are 3 words of 6 letters or less that
>>> concatenated would be "theyredsolids." Are there such dictionary files
>>> downloadable, or is there a relatively easy way one could be created?

>> To solve a recent puzzle, I took the dictionary for an
>> anagram program, and pulled off all 5-letter words. There were
>> about 5800 of them. If I wanted to create a dictionary of all
>> 3-word combinations of them, it would take over a terabyte to hold
>> the almost 200e9 combinations.

>
> Slight correction to my computation. It would take about 3
> terabytes.
>


Hmm. Well, that would be an issue. Oh, well.

Thanks very much for responding.
--
Please respond to the newsgroup only. Email sent to this account goes
unread.

Reply With Quote
  #7 (permalink)  
Old 05-10-2007, 07:36 PM
Unruh
Guest
 
Posts: n/a
Default Re: Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

poster3814 <poster3814@domain.invalid> writes:

>Arthur T. wrote:
>> In Message-ID:<trni33thjnm0r70mq0e25kbb1uml2t3t2e@4ax.com>,
>> Arthur T. <arthur@munged.invalid> wrote:
>>
>>>> Are there password dictionary files whose entries aren't just single
>>>> words but rather 2 or 3 words of maybe 6 letters or less concatenated?
>>>> For example, "they red solids" are 3 words of 6 letters or less that
>>>> concatenated would be "theyredsolids." Are there such dictionary files
>>>> downloadable, or is there a relatively easy way one could be created?
>>> To solve a recent puzzle, I took the dictionary for an
>>> anagram program, and pulled off all 5-letter words. There were
>>> about 5800 of them. If I wanted to create a dictionary of all
>>> 3-word combinations of them, it would take over a terabyte to hold
>>> the almost 200e9 combinations.

>>
>> Slight correction to my computation. It would take about 3
>> terabytes.
>>


>Hmm. Well, that would be an issue. Oh, well.


The other question is why do you want to do this? Precisely because there
are so many combination, these can infact make for good passwords.



Reply With Quote
  #8 (permalink)  
Old 06-05-2007, 07:37 PM
poster3814
Guest
 
Posts: n/a
Default Re: Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

Unruh wrote:
> poster3814 <poster3814@domain.invalid> writes:
>
>> Arthur T. wrote:
>>> In Message-ID:<trni33thjnm0r70mq0e25kbb1uml2t3t2e@4ax.com>,
>>> Arthur T. <arthur@munged.invalid> wrote:
>>>
>>>>> Are there password dictionary files whose entries aren't just single
>>>>> words but rather 2 or 3 words of maybe 6 letters or less concatenated?
>>>>> For example, "they red solids" are 3 words of 6 letters or less that
>>>>> concatenated would be "theyredsolids." Are there such dictionary files
>>>>> downloadable, or is there a relatively easy way one could be created?
>>>> To solve a recent puzzle, I took the dictionary for an
>>>> anagram program, and pulled off all 5-letter words. There were
>>>> about 5800 of them. If I wanted to create a dictionary of all
>>>> 3-word combinations of them, it would take over a terabyte to hold
>>>> the almost 200e9 combinations.
>>> Slight correction to my computation. It would take about 3
>>> terabytes.
>>>

>
>> Hmm. Well, that would be an issue. Oh, well.

>
> The other question is why do you want to do this? Precisely because there
> are so many combination, these can infact make for good passwords.
>
>


I was kind of sort of thinking along those lines, too.

No big reason why I asked this, though, but a few small reasons,
probably not interesting enough for me to waste anyone's time explaining.

Thanks for replying, though.
--
Please respond to the newsgroup only. Email sent to this account goes
unread.

Reply With Quote
  #9 (permalink)  
Old 06-05-2007, 08:33 PM
nemo_outis
Guest
 
Posts: n/a
Default Re: Password Dictionary File/ Each Entry is 2 or 3 Words Concatenated?

poster3814 <poster3814@domain.invalid> wrote in
news:MXi9i.18374$j63.15615@newsread2.news.pas.eart hlink.net:


> I was kind of sort of thinking along those lines, too.
>
> No big reason why I asked this, though, but a few small reasons,
> probably not interesting enough for me to waste anyone's time
> explaining.
>
> Thanks for replying, though.



Diceware goes some distance along these lines.

http://world.std.com/~reinhold/diceware.html

Regards,

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Acer Aspire 5000 laptop DVD drive does not burn DVDs correctly - Unspecified Recorder Error Sid B alt.comp.hardware 4 03-16-2007 11:31 PM
Viewing/opening file sent by secure method Zak alt.computer.security 1 02-28-2007 08:58 AM
Viewing/opening file sent by secure method Zak comp.security.misc 1 02-28-2007 08:58 AM
Corrupt NTFS filesystem Citizen Bob alt.comp.hardware 144 11-11-2006 07:38 PM
password protect zip file Derrick Stone alt.computer.security 2 09-07-2005 12:26 PM


All times are GMT. The time now is 03:23 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45