philipperemy/tensorflow-1.4-billion-password-analysis
A TensorFlow-based deep learning project that analyzes a 1.4-billion password corpus using NLP techniques for security research.

Velocity · 7d
+0.6
★ / day
Trend
→steady
star history
This repository applies deep learning and natural language processing to analyze a massive corpus of leaked clear-text passwords. It uses TensorFlow to train generative models that learn password patterns and evolution over time, such as how users modify passwords with substitutions like hello123 to h@llo123. The project processes billions of credential entries and uses character-level sequence models typical of NLP tasks.