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

推荐订阅源

D
DataBreaches.Net
N
Netflix TechBlog - Medium
F
Fortinet All Blogs
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
宝玉的分享
宝玉的分享
Y
Y Combinator Blog
博客园 - 聂微东
WordPress大学
WordPress大学
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog RSS Feed
小众软件
小众软件
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
Microsoft Azure Blog
Microsoft Azure Blog
V
V2EX
B
Blog
H
Help Net Security
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
月光博客
月光博客
博客园 - 司徒正美

Latest from Tom's Hardware in News

Analytics group signals possible delays at 40% of AI data center construction sites — companies deny schedule holdups, but satellite imagery indicates otherwise Intel hires tenured Samsung exec to lead Foundry Services — signals company focus on winning business from potential Foundry suitors Elon Musk pushing forward with Terafab at Microsoft's April patch puts Windows domain controllers into reboot loops — third known issue from KB5082063… TSMC ups revenue guidance and CapEx, buoyed by AMD Ryzen 9 9950X3D2 appears on Amazon with $1,000 pre-order price — AMD confirms recommended pricing is still set… AMD's market cap hits all-time high, Intel hits 25-year high on Agentic AI's insatiable demand for CPUs Meta raising Quest headset prices due to AI-driven RAM shortage — Quest 3 to cost $600, Quest 3S $350 from April… Elegoo announces the Jupiter 2 resin 3D printer for $949, early bird price of $849 — new model offers massive print volume but is still physically smaller than previous models Pragmata PC performance tested: 18 GPUs take us to the Moon Chinese fabs import record volumes of US chipmaking equipment via Singapore and Malaysia — homegrown tool makers booked record 2025 revenues as price competition squeezes margins US appeals court restarts $3 billion patent infringement lawsuit against Intel — VLSI case from 2017 returns after… Two US citizens get combined 16 years in prison for running North Korean laptop farms — fake remote IT work scheme netted DPRK $5 million in around three years Intel launches Wildcat Lake as Core Series 3 for value laptops and edge systems — six consumer SKUs built on 18A promise Legendary Qualcomm, Apple, and Nuvia alumni form new CPU startup — Nuvacore promises to Bambu updates its 3D printers to print unique hues or gradients using two or three filaments — company acknowledges OrcaSlicer-FullSpectrum fork as the basis for the color prediction part of the new feature Broadcom to supply Meta with custom silicon through 2029 — Broadom CEO Hock Tan departs Meta Anonymous perps behind 86 million files scraped from Spotify hit with $322 million court judgement — Anna Non-functioning counterfeit Samsung 990 Pro SSDs are circulating in Europe — Despite convincing packaging, blue… Oklahoma farmer arrested and jailed for trespassing during AI data center town hall — removed by officers after going a few seconds over allotted speaking time, trying to hand paperwork to counselors Virginia voter support for new data centers collapses from 69% in 2023 to 35% in new poll — Multi-gigawatt, 37-building Digital Gateway project abandoned Struggling shoemaker and apparel brand Albird pivots to AI data centers, stock jumps 580% in a single day — sells core business and leveraging $50 million in financing to become a GPU-as-a-Service and AI cloud solutions provider IPv6 usage reaches historic 50% across Google services, matching IPv4 — increased usage eases pressure on the IPv4 address market as 'new' protocol designed in 1998 finally hits its stride Engineer open-sources DIY radar system that's 95% cheaper than $250,000 commercial offerings, has 20 kilometer range — Moroccan engineer designs Aeris-10 radar, shares it on GitHub Elon Musk demonstrates first sample of Tesla AI5 processor, accidentally thanks TSC rather than TSMC  — claims 40X performance boost over the predecessor Valve might be adding a 30-day price tracker to Steam — feature is already available in some EU countries to spoof… Memory cards and flash drives prices rocket 124%, some products peak at 261% jump — increases from 2025 driven by AI chip shortage across a range of formats and capacities Netgear secures conditional approval from the FCC following router ban — company can continue importing foreign-made routers through October 2027 China tests deep-sea electro-hydrostatic actuator that can cut undersea cables at a depth of 3,500 meters — state hails successful trial and hints at deployment readiness Iran reportedly bought an in-orbit Chinese satellite to target US military sites in the Middle East — purchase agreement included ongoing ground control services based in China
Tests show $30,000 AI GPUs are terrible password crackers...
editors@tomshardware.com (Aaron Klotz) · 2026-04-11 · via Latest from Tom's Hardware in News
GeForce RTX 5090 Founders Edition
(Image credit: Nvidia)

Compute power surrounding datacenter AI GPUs keeps growing at an extraordinary pace with each new GPU generation. This led a research team at Specops to test whether some popular AI GPUs could also perform well at password hacking, on the assumption that these GPUs will need a second job once the AI bubble finally bursts. The outlet put Nvidia's H200, AMD's MI300X, and Nvidia's RTX 5090 to see if really expensive $30,000 AI GPUs can outperform consumer graphics cards at password cracking.

The research team benchmarked five popular hashing algorithms, MD5, NTLM, bcrypt, SHA-256, and SHA-512, with the three aforementioned GPUs using Hashcat (a popular password recovery tool). Hashcat is designed to restore passwords from password hashes stored in a file as a starting point. Unsurprisingly, this tool is also used illegally by hackers to automate password cracking.

Go deeper with TH Premium: GPUs

Swipe to scroll horizontally

Row 0 - Cell 0

H200

MI300X

RTX 5090

MD5

124.4 GH/s

164.1 GH/s

219.5 GH/s

MTLM

218.2 GH/s

268.5 GH/s

340.1 GH/s

bcrypt

275.3 kH/s

142.3 kH/s

304.8 kH/s

SHA-256

15092.3 MH/s

24673.6 MH/s

27681.6 MH/s

SHA-512

5173.6 MH/s

8771.4 MH/s

10014.2 MH/s

Testing shows the H200 and MI300X falling well behind the RTX 5090, despite both GPUs being significantly more expensive. On average, the RTX 5090 was 20% faster than the MI300X and a whopping 63.7% faster than the H200. At most, the RTX 5090 was 33.7% faster than the Mi300X in MD5 and 93.5% faster than the H200 in SHA-512.

Article continues below

The problem with these AI GPUs is how Hashcat is processed; password cracking relies on 32-bit integer operations and is extremely compute-intensive. It's the exact opposite of machine learning workloads that leverage instruction types such as FP4, BF16, FP8, and INT8.

As a result, Datacenter AI GPUs prioritize these instructions over other instructions. For instance, the H200 has only half as many INT32 cores as FP32 and significantly fewer cores than the RTX 5090, because most of the work it's designed to do is handled by the Tensor cores. Ironically, the MI300X has much greater INT32 performance than the RTX 5090, but still loses due to Nvidia optimizations baked into Hashcat code.

Specops's testing demonstrates how streamlined modern AI GPUs are at their job; there's not much these GPUs can do beyond their intended role. For now, consumer desktop GPUs will remain the fastest for cracking passwords.

Google Preferred Source

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

Aaron Klotz is a contributing writer for Tom’s Hardware, covering news related to computer hardware such as CPUs, and graphics cards.