5 ms·
Could someone describe the dataset for me? Is it just two columns with one for usernames and another for passwords? Or is there any other info included? I'm on
by forgotX2 12y ago
Could someone describe the dataset for me? Is it just two columns with one for usernames and another for passwords? Or is there any other info included? I'm on mobile right now or else I'd grab it myself.
- rinon 12y agoyep, just 2 columns
- m8urn 12y agoThe first column is username, followed by a tab, followed by the password.
- elchief 12y agoKnow what encoding it's in? Postgres is choking on UTF8 and Latin1
- marksomnian 12y agoAre you sure it's not choking just because it's postgres?