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

推荐订阅源

雷峰网
雷峰网
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 三生石上(FineUI控件)
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Hugging Face - Blog
Hugging Face - Blog
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - Franky
MyScale Blog
MyScale Blog
A
About on SuperTechFans
博客园_首页
B
Blog RSS Feed
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Vercel News
Vercel News
C
Check Point Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 【当耐特】
M
MIT News - Artificial intelligence
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
I
InfoQ
罗磊的独立博客

TechSpot

Flagship Rematch: Ryzen 7 5800X3D vs. Core i9-12900K Slack chats and internal data from failed startups are finding a second life in AI training A $5 Bluetooth tracker hidden in a postcard exposed a warship's movements Leakers claim PlayStation 6 could offer at least 3x the performance of the PS5 The Mac Mini is no longer a niche product, it's local AI infrastructure IPv6 traffic reaches parity with IPv4 for the first time, Google data shows Xbox expansion cards are now cheaper than SSDs, and PC users are repurposing them Blue Origin prepares to reuse New Glenn booster in bid to challenge SpaceX Nvidia could bring back the 12GB RTX 3060 as supply issues disrupt GPU roadmap What was the first OS you ever used? SNK revives NeoGeo AES with modern upgrades and HDMI support Valve's Proton 11 beta boosts Linux gaming with better performance and classic game support Researchers warn Microsoft Defender vulnerability is already being exploited A four-day Steam freebie turned into $250,000 for an indie game AMD may relaunch Ryzen 7 5800X3D for AM4's 10th anniversary This humanoid robot can almost run as fast as a human sprinter Two New Jersey men jailed for helping North Korean IT workers infiltrate 100+ companies A $7,000 DIY radar project is taking on hardware that usually costs over $100,000 Metro 2039 is going darker than ever, launching this winter on PC and consoles Gemini arrives on macOS with a dedicated desktop app AI infrastructure boom pushes AMD, Intel and Arm to new valuation heights New self-healing material can repair itself over 1,000 times, extend the lifespan of cars and aircraft Japan's bullet train to debut high-tech private cabins, for an added fee Memory card and flash drive pricing surges 120%, with some models spiking 260% Open-source tool decrypts all private data collected by Windows Recall on Copilot PCs The 2026 PC and Console Gaming Report shows most revenue now comes from games outside the Top 20 PureMac is a new open-source macOS cleanup and app removal tool Your Airbnb host might actually be AI Steam might soon display 30-day price history for game deals Intel brings 18A process to budget laptops with new Core Series 3 CPUs
Kaspersky warns that passwords hashed with MD5 algorithm ...
Alfonso Maruccia · 2026-05-09 · via TechSpot

Serving tech enthusiasts for over 25 years.
TechSpot means tech analysis and advice you can trust.

Facepalm: A couple of years ago, Kaspersky Lab tested the resilience of hashed passwords against a modern gaming GPU. Now, the Moscow-based security firm has updated its study and found that things are getting slightly – but undeniably – worse.

Just in time for World Password Day, Kaspersky is reminding everyone that outdated hashing algorithms such as MD5 remain among the worst choices for storing passwords. In a recent post, the security firm revisited a 2024 study examining the "crackability" of real-world passwords. The conclusion is not surprising: password cracking speeds continue to improve, which means overall security is steadily getting worse.

Hashing algorithms are designed to convert strings of arbitrary length into fixed-length hash values. Even the smallest change in the input text produces a completely different hash, meaning that a properly secured hash database should protect user passwords from crackers and cybercriminals even if the database itself is leaked.

That is the theory, at least. In practice, the widely used MD5 algorithm is notorious for being an insecure option for password hashing. MD5 isn't actually reversible – there's no mathematical shortcut to recover the original input. What makes it dangerous is that it's designed to be extremely fast to compute, which allows attackers to brute-force billions of candidate passwords per second until one produces a matching hash. The algorithm may still be a suitable choice for other, non-cryptographic purposes such as file integrity checks.

Kaspersky's post focused on 231 million unique passwords leaked on the dark web. The Moscow-based analysts hashed the password database using MD5 and then tested password resilience by attempting to crack the hashes with a single GeForce RTX 5090 GPU. Kaspersky ultimately found that passwords remain as weak as ever, while cracking them is becoming increasingly easier and faster thanks to modern hardware acceleration.

The data showed that 60% of the tested passwords could be cracked in less than an hour, compared to 59% two years ago. Even worse, nearly half of all passwords (48%) were cracked in under 60 seconds. Password length remains one of the most important factors in determining strength, but users still tend to create highly predictable passwords that make the cracking process significantly easier.

User-created passwords are often as weak as "123456," while AI-generated passwords can also be cracked with relative ease if attackers understand the patterns favored by generative AI models. MD5 hashing has effectively become a major security liability, because leaked password databases can continue circulating across underground forums for years.

Kaspersky recommends moving away from MD5 toward slower, purpose-built password hashing functions like bcrypt or Argon2, which are specifically designed to resist brute-force attacks by making each hash computation expensive. Enabling multi-factor authentication and replacing passwords with passkeys whenever possible adds a critical second line of defense, since a cracked password alone is no longer enough to gain access.