PassTSL: Modeling Human-Created Passwords through Two-Stage Learning
Yangde Wang, Haozhang Li, Weidong Qiu, Shujun Li, Peng Tang
TL;DR
PassTSL presents a transformer-based two-stage learning framework for modeling human-created passwords, combining pretraining on a large, diverse password corpus with finetuning on target datasets to capture universal and dataset-specific distributions. The model maximizes the likelihood $L(oldsymbol{x}) = abla abla$ (see expression in text) over character sequences, enabling both effective password guessing and a real-time password strength meter. Across six large leaked databases, PassTSL outperforms five SOTA methods by $4.11\%$ to $64.69\%$ at the maximum point, and finetuning with as little as $0.1\%$ additional data yields notable gains. A lightweight, compressed PassTSL-based PSM demonstrates favorable safety/unsafe-error trade-offs compared with FLA and zxcvbn, highlighting practical applicability in browsers. The work also introduces a Jensen-Shannon divergence-guided strategy to select finetuning data, illustrating a data-efficient path to better target-specific password modeling and cracking.
Abstract
Textual passwords are still the most widely used user authentication mechanism. Due to the close connections between textual passwords and natural languages, advanced technologies in natural language processing (NLP) and machine learning (ML) could be used to model passwords for different purposes such as studying human password-creation behaviors and developing more advanced password cracking methods for informing better defence mechanisms. In this paper, we propose PassTSL (modeling human-created Passwords through Two-Stage Learning), inspired by the popular pretraining-finetuning framework in NLP and deep learning (DL). We report how different pretraining settings affected PassTSL and proved its effectiveness by applying it to six large leaked password databases. Experimental results showed that it outperforms five state-of-the-art (SOTA) password cracking methods on password guessing by a significant margin ranging from 4.11% to 64.69% at the maximum point. Based on PassTSL, we also implemented a password strength meter (PSM), and our experiments showed that it was able to estimate password strength more accurately, causing fewer unsafe errors (overestimating the password strength) than two other SOTA PSMs when they produce the same rate of safe errors (underestimating the password strength): a neural-network based method and zxcvbn. Furthermore, we explored multiple finetuning settings, and our evaluations showed that, even a small amount of additional training data, e.g., only 0.1% of the pretrained data, can lead to over 3% improvement in password guessing on average. We also proposed a heuristic approach to selecting finetuning passwords based on JS (Jensen-Shannon) divergence and experimental results validated its usefulness. In summary, our contributions demonstrate the potential and feasibility of applying advanced NLP and ML methods to password modeling and cracking.
