惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 叶小钗
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
The Cloudflare Blog
爱范儿
爱范儿
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
小众软件
小众软件
博客园 - 三生石上(FineUI控件)
Last Week in AI
Last Week in AI
Jina AI
Jina AI
V
V2EX
罗磊的独立博客
V
Visual Studio Blog
A
About on SuperTechFans
IT之家
IT之家
P
Proofpoint News Feed
B
Blog
博客园 - Franky
Blog — PlanetScale
Blog — PlanetScale
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog

Latest from TechRadar

Quordle hints and answers for Monday, April 13 (game #1540) NYT Strands hints and answers for Monday, April 13 (game #771) NYT Connections hints and answers for Monday, April 13 (game #1037) Morbid Metal developer explains why he ditched an origami art direction in favor of gritty sci-fi — 'It worked, but it didn't really feel like me' '71% of US households get routers from ISPs': Why new FCC rules could leave millions stuck with outdated,… 'The CPU is the system’s executive layer': Intel joins SambaNova as both face existential threat from… ‘More bang for your buck’: 7 easy ways to boost your MacBook Neo’s performance for free DJI Romo P vs Roborock Saros 10R — which robot vacuum comes out on top when it comes to dodging obstacles? I put… I spent 6 hours with Genshin Impact on the Galaxy S26 Ultra, and I can't believe how far mobile gaming has come What is the release date for The Testaments episode 4 on Hulu and Disney+? I reviewed the LG G6 for 3 weeks, and it's a fantastic OLED TV that's the new best option for brighter rooms Is your bird feeder camera doing more harm than good? 3 tips for using it safely as RSPB issues urgent disease warning Chelsea vs Man City Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news How to watch Alcaraz vs Sinner for FREE: TV Channels for Monte-Carlo Masters Final Sunderland vs Tottenham Live Streams: How to watch Premier League 2025/26 from anywhere in the world, team news Are these the best-designed workout headphones ever? I used them for a month to find out How to watch Snooker 900 John Virgo online (it's free) – stream O'Sullivan vs Higgins anywhere I've only just discovered the Walk With Frodo app on Garmin's Connect IQ store — and as as a huge LOTR nerd, it's going to make the next 1,800 miles fly by 'Just not sustainable': Why your monthly £25 broadband internet bill could soon hit £45 How to watch Paris-Roubaix 2026: Free Streams & TV Info as Tadej Pogacar chases third Monument How to watch Euphoria season 3 online – stream Zendaya & Sydney Sweeney drama from anywhere today '$15K bill destroyed a solo developer’s startup': How hackers are using leaked Google API keys to… There's a sneaky way to watch UFC 327 really cheap... NYT Connections hints and answers for Sunday, April 12 (game #1036) NYT Strands hints and answers for Sunday, April 12 (game #770) Quordle hints and answers for Sunday, April 12 (game #1539) Amazon's Ring cameras are the perfect solution to secure your home on a budget — shop today's best deals… I've tested every iPhone since the iPhone 12, and Ceramic Shield 2 is the first iPhone glass I fully trust UFC 327 live stream: how to watch Procházka vs Ulberg, start time, preview, full card We're officially getting the DJI Pocket 4 on April 16, but here's how Insta360 could beat it
AI-generated passwords aren't as secure as they appear
Chris Skipwo · 2026-04-23 · via Latest from TechRadar

There's a habit spreading across the internet, and it looks reasonable on the surface.

Someone needs a new password, doesn't want to use their dog's name again or bother with a password manager, and figures: why not ask ChatGPT?

Article continues below

CEO of Passpack.

But it’s not as strong as it looks. And research backs that up.

AI isn't random. It just looks that way

A study last year tested 1,000 passwords generated by leading AI models, including ChatGPT, DeepSeek, and Llama. The results are quite sobering.

Eighty-eight percent of passwords from DeepSeek and 87 percent from Llama failed to withstand attack. ChatGPT performed better but still produced passwords that could be cracked in under an hour nearly a third of the time.

Sign up to the TechRadar Pro newsletter to get all the top news, opinion, features and guidance your business needs to succeed!

The same architecture that makes AI useful is what makes it unsuitable here.

AI language models work by predicting what comes next based on patterns in their training data. That's what makes them so helpful for writing, summarizing, translating, really, any tasks where pattern recognition is the whole point.

But generating a truly random credential requires something AI can't do: producing output that has no relationship to anything that came before it.

What you get instead is the appearance of randomness. The output looks chaotic, but at a statistical level, it clusters. Character placement, length preferences, the ratio of symbols to letters. These tendencies are baked in. And modern cracking tools are specifically designed to exploit exactly this kind of regularity.

There's another dimension to this that gets overlooked. If you and a colleague independently ask ChatGPT to generate a strong password today, the results won't be identical, but they will likely share structural fingerprints.

The pool of genuinely distinct outputs is smaller than most might assume. Scale that across millions of people making the same request, and the "uniqueness" of your AI-generated password starts to look a lot less unique.

What happens to the prompt itself

Output quality is only half the problem. The other half is what you're handing over just by asking

On the free, consumer-facing tiers of most major AI platforms, prompts can be used as training data for future model versions. That's standard practice, and it's disclosed in the terms of service most people don't read.

Essentially, the context of your conversation – what you asked for, what service it was for, anything else you said in that session – may not remain private.

This is a different risk profile from enterprise or business-tier access, where data handling terms are typically more restrictive. But for the average person using ChatGPT on their phone to sort out a banking app password? It's worth knowing.

The broader point is that the moment a password – even a freshly generated one – enters a public AI conversation, you're in a different security posture than you were before you opened that tab. It's not necessarily a breach. But it is a security event, and most people don't think of it that way.

What to use instead

The fix isn't complicated. Credentials should be generated by tools built specifically for that purpose – password managers have existed for years and solve this precisely.

The core requirement is cryptographically secure randomization: outputs that have no statistical relationship to each other and no pattern for an attacker to grip onto.

Storage matters as much as generation. Unless you delete your AI chat logs, all of your passwords that you’ve had an LLM generate for you are going to be discoverable to anyone who accesses your account.

And given that ChatGPT, Claude and most other major LLMs operate browser session persistence (i.e. you don’t need to log back in once you close the initial session, unlike say a bank account), this adds a significant vulnerability.

The usual objection is convenience. AI tools are already open, already familiar. The tension between security and ease is as old as the industry. The question is whether the friction you're avoiding is the kind that was actually protecting you.

The smarter default

AI is a capable tool. It's just not the right one for this job. Pattern recognition is what makes it useful for writing and research; it's also exactly what makes it unsuitable for generating credentials that need to be genuinely unpredictable. Use a password manager for passwords. Use AI for everything else.

Most cybersecurity failures don't come down to exotic attacks or sophisticated exploits. They come down to small, everyday habits and decisions that accumulate into either a safe security posture or a vulnerable one. Knowing which tool to reach for, and why, is where good security starts.

We've rated the best business password manager.

This article was produced as part of TechRadar Pro Perspectives, our channel to feature the best and brightest minds in the technology industry today.

The views expressed here are those of the author and are not necessarily those of TechRadarPro or Future plc. If you are interested in contributing find out more here: https://www.techradar.com/pro/perspectives-how-to-submit