Re: Password Generator



On Tue, 25 Oct 2005 16:50:23 -0400, Ryan Styles <Ryan@xxxxxxxxxx>
waffled on about something:

>Hi all.
>
>I need to make a password generator which supports plain text, numeric
>and alphanumeric. Can anyone give me a steer in the right direction so
>I can find my way in coding this? A link to a resource would be
>helpful. Just anything to get me going on learning.
>
>The plain text part does not have to be actual words. Just things like
>"hootaygo" would be acceptable. Just something simple to learn and
>wrap my head around. I figure it would be something to show me more on
>how to work with arrays and whatnot.
>
>FYI:
>Delphi 5 Enterprise on Windows XP, all updates installed (both XP and
>Delphi).
>
>Many thanks in advance.
>
>
>-- Ryan

If you're after really tough passwords, then that'll be the random
mixed case alphanumeric. However they're impossible to remember and
get written down on post-it notes under keyboards.

The usual trade off is a double dictionary with a 2 digit number
thrown in for good measure.
e.g. apple36brake

Which would foil the brute force dictionary attack, but still remain
easy to remember without a post-it.

I'm not sure if gluing together some English phonetics is going to
produce anything tougher or more memorable.

Plus I'm sure "hootaygo" would get broken by a Geordie dictionary
attack. :-)

Dodgy.
--
MUSHROOMS ARE THE OPIATE OF THE MOOSES
.



Relevant Pages

  • Password Generator
    ... I need to make a password generator which supports plain text, ... Can anyone give me a steer in the right direction so ... The plain text part does not have to be actual words. ... Delphi 5 Enterprise on Windows XP, all updates installed (both XP and ...
    (comp.lang.pascal.delphi.misc)
  • Re: Future question of my own - Did DavidI kill Delphi, or announce a product change?
    ... One difference that I see is that more people are not using plain C for application and web development.. ... now people use internet subscriptions, much much more people know about Usenet/newsgroups, and much more people use higher level languages such as php, ruby, java, delphi. ...
    (borland.public.delphi.non-technical)
  • Re: Benchmarking Quake II .NET Exposed
    ... but the biggest changes come from using things the jitter ... Neither will plain C++, C or Delphi, then. ... Rudy Velthuis ...
    (borland.public.delphi.non-technical)
  • Re: Delphi 8 for Win32 applications ( not for .Net)
    ... > I can't see anyway I can still compiling my applications as a plain ... The current release of Delphi 8 is for .NET only. ... to the Win32 product as well, although it is not quite clear in what form ... (new IDE, integration into current IDE, patches only, whatever). ...
    (borland.public.delphi.non-technical)
  • Re: Moving to C#
    ... That shouldn't matter either :-). ... I once wrote a password generator in Delphi, and for such reasons it did not produce any password containing 0, o, O, l, I and 1. ...
    (borland.public.delphi.non-technical)