berzerk0 / Probable-Wordlists

Version 2 is live! Wordlists sorted by probability originally created for password generation and testing - make sure your passwords aren't popular!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

all .txt password files dont have anything separating the passwords

discotwitch opened this issue · comments

If the passwords aren't separated by any characters, how is a program supposed to know when one password ends and another starts?

Are you opening them with an older version of Notepad?

The lines are separated by Unix-style newlines, not DOS/Windows newlines.

commented

@roycewilliams is correct.
The lines are separated by UNIX newlines - \n.

Programs like notepad++ displays them.

Marking as closed.