
A tool which can be used to generate password list or dictionary from the details of the target
The Privacy-Centric AI Password Dictionary Generator.
Next Pass is a specialized password dictionary generator that uses both the rule-based logic and Large Language Models to generate passwords. Designed for security researchers, it offers offline generation to generate a password dictionary on the go and also leverages AI to predict human-like password patterns while maintaining a strict privacy air-gap for target data.

Most AI tools leak sensitive target data (Names, Birthdays, Hobbies) by sending them directly to an LLM. Next Pass solves this by:
.txt format, optimized for tools like Hashcat and John the Ripper.git clone https://github.com/0xblarky/NextPass.git
cd Next-Pass
pip install -r requirements.txt
API_KEY={YOUR_API_KEY}Inside the config folder, Put the necessary details in Normal.json if using Normal mode (New key fields cannot be entered) Put More than 2 details in AI.json if using AI mode (Can enter any data in key value pair)
Note:- You can add multiple datas in a field (Only some fields can have multiple data in Normal mode while any fields can have multiple data in AI mode)
After setting up the json files, Run the command below
Linux:-
python3 main.py
Windows:-
python main.py
After generation, Output text file can be found in the Output folder