Home > Research > Publications & Outputs > Acceleration attacks on PBKDF2
View graph of relations

Acceleration attacks on PBKDF2: or, what is inside the black-box of oclHashcat?

Research output: Contribution to conference - Without ISBN/ISSN Conference paperpeer-review

Published
Close
Publication date8/08/2016
Number of pages14
<mark>Original language</mark>English
Event10th USENIX Workshop on Offensive Technologies - Austin, Texas, United States
Duration: 8/08/20169/08/2016
https://www.usenix.org/conference/woot16

Workshop

Workshop10th USENIX Workshop on Offensive Technologies
Abbreviated titleWOOT '16
Country/TerritoryUnited States
CityAustin, Texas
Period8/08/169/08/16
Internet address

Abstract

The Password Based Key Derivation Function v2 (PBKDF2) is an important cryptographic primitive that has practical relevance to many widely deployed security systems. We investigate accelerated attacks on PBKDF2 with commodity GPUs, reporting the fastest attack on the primitive to date, outperforming the previous stateof-the-art oclHashcat. We apply our attack to Microsoft
.NET framework, showing that a consumer-grade GPU can break an ASP.NET password in less than 3 hours, and we discuss the application of our attack to WiFi Protected Access (WPA2).

We consider both algorithmic optimisations of crypto primitives and OpenCL kernel code optimisations and empirically evaluate the contribution of individual optimisations on the overall acceleration. In contrast to the common view that GPU acceleration is primarily driven by massively parallel hardware architectures, we demonstrate that a proportionally larger contribution to acceleration is made through effective algorithmic optimisations. Our work also contributes to understanding what is going on inside the black box of oclHashcat.