Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

MAYA: Addressing Inconsistencies in Generative Password Guessing through a Unified Benchmark

Created by
  • Haebom

Author

William Corrias, Fabio De Gaspari, Dorjan Hitaj, Luigi V. Mancini

Outline

This paper addresses the shortcomings of evaluation methodology and inconsistency in password guessing research using generative models. To address these shortcomings, we present MAYA, an integrated and customizable benchmarking framework. Using MAYA, we comprehensively evaluated six state-of-the-art generative password guessing models on eight real-world password datasets, investing over 15,000 computing hours. The evaluation results demonstrate that the generative models effectively capture various aspects of human password distributions and exhibit excellent generalization capabilities. However, their effectiveness on long and complex passwords varied significantly across models. In particular, sequential models outperformed other generative architectures and existing password guessing tools, and multi-model attacks combining multiple models trained on diverse password distributions outperformed individual models. MAYA is publicly available, which is expected to facilitate research toward continuous and reliable benchmarking of generative password guessing models.

Takeaways, Limitations

Takeaways:
We present MAYA, an integrated benchmarking framework that systematically evaluates the effectiveness and limitations of password guessing using generative models.
We experimentally demonstrate that the sequential model is more effective at guessing long and complex passwords than other generative architectures and existing tools.
We demonstrate that multi-model attacks can achieve better performance than single-model attacks.
Contributing to the advancement of generative cryptographic guessing model research through the release of the MAYA framework.
Limitations:
The models used in the evaluation may be limited (only six models were evaluated).
The effectiveness of generative models for long and complex passwords is still limited.
It is unlikely that all real-world cryptographic patterns will be perfectly reflected.
👍