The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,861 other subscribers

LLM-generated passwords ‘fundamentally weak,’ experts say • The Register

Posted by jpluimers on 2026/02/24

LLM eat a lot of energy and are their hallucination are bad: [Wayback/Archive] LLM-generated passwords ‘fundamentally weak,’ experts say • The Register

Your AI-generated password isn’t random, it just looks that way

AI security company Irregular looked at Claude, ChatGPT, and Gemini, and found all three GenAI tools put forward seemingly strong passwords that were, in fact, easily guessable.

Basically they are almost as good as the 2007 XKCD “four” number generator, the 2013 XKCD “I’m So Random” or the 2001 Dilbert “nine” number generator further below (don’t read the latter if you dislike Scott Adams)

Is it a coincidence or are these two using two small squared numbers?

Anyway: avoid LLM whenever possible, as most often they do more bad than good.

And for passwords, better use the blog post that was already scheduled for tomorrow: Generating random strings for passwords and uuids/guids on both Windows and Linux using base64 and hex encoding, plus: “Hive Systems: Are Your Passwords in the Green?”

Via [Wayback/Archive] Eloy.: “LLMs are centrist randomness: not useful for anything that requires truth but neither for password generation” – HSNL Social

Below this post, there are some great responses as well.

Comics

  • [Wayback/Archive] xkcd 221: Random Number – RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.

    Random Number

    RFC 1149.5 specifies 4 as the standard IEEE-vetted random number.

  • [Wayback/Archive] 221: Random Number – explain xkcd
    [A computer program.]
    int getRandomNumber()
    {
       return 4; // chosen by fair dice roll.
                 // guaranteed to be random.
    }

    It has inspired these:

  • [Wayback/Archive] xkcd: I’m So Random

    I'm So Random

    In retrospect, it’s weird that as a kid I thought completely random outbursts made me seem interesting, given that from an information theory point of view, lexical white noise is just about the opposite of interesting by definition.

  • [Wayback/Archive] 1210: I’m So Random – explain xkcd
    [Black Hat is sitting in an office chair at a desk when Hairy runs up behind him with his arms raised up.]
    Hairy: Monkey tacos!
    Hairy: I’m so random.
    [A frame-less panel pans to Black Hat and his desk, showing there is a computer on his desk and that he is actually typing on a keyboard in front of him on a lowered shelf.]
    Black Hat: Yeah, me too.
    [Black Hat swivels his chair around (as shown with a gray curved line beneath the chair at his feet) to face Hairy. He then emits from his mouth a massive speech bubble filled with random numbers in gray. This torrent of random numbers knocks Hairy to the ground as he shields his face with one arm while the other grasps for the floor to cushion his fall (it is notable that speech bubbles are not normally used in xkcd.) The numbers themselves are written deliberately haphazardly and in varying sizes, which makes it difficult to read them in any consistent manner; however, for reasons explained above, there is actually some order, and using that order they would appear like this:]
    Black Hat:

     

     100973253376520135863467354
     876809590911739292749453754
     204805648947429624805240372
     063610402002291665084226895
     319645093032320902560159533
     476435080336069901902529093

     

    [With Hairy gone, Black Hat has turned back and resumed working at his computer.]
  • [Wayback/Archive] Dilbert Comic Strip on 2001-10-25 | Dilbert by Scott Adams was the most recent archival of the “Tour of accounting” comic; the link itself is dead (Adams removed all his content when he de-syndicated), but the archived image is still there:

    Thursday October 25, 2001

     - Dilbert by Scott Adams

    I borrowed the transcript from [Wayback/Archive] Dilbert cartoon first published on Thursday 25th October 2001

    Headline: Tour of Accounting. Dilbert is wiping spit off of himself with a towel. A troll tour guide says, “Over here we have our random number generator.”
    The troll places its hands on a slab of rock and relays the message of “nine nine nine nine.”
    Dilbert asks, “Are you sure that’s random?”
    The troll responds, “That’s the problem with randomness. You can never be sure.”

    There is also an open source transcript at [WaybackSave/Archive] Dilbert Comic Accessible Transcripts

    TOUR OF ACCOUNTING OVER HERE WE HAVE OUR RANDOM NUMBER GENERATOR.

    NINE NINE NINE NINE NINE NINE ARE YOU SURE THAT’S RANDOM?

    THAT’S THE PROBLEM WITH RANDOMNESS: YOU CAN NEVER BE SURE.

  • Some people reference this as the Six nines in pi – Wikipedia.
  • Few remember that Dilbert originally started as a black and white comic. Luckily there are old farts like me (:

References that helped me:

--jeroen

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.