Hash-encoding exception problems with colon in username
#1
hello,

i used the forum search but didnt find any solution to this particular problem, but i dont think i'm the first one with this problem, so maybe someone can help

as mentioned in the thread subject, i have a list
Code:
username:pass:salt

when using this list i get multiple Hash-encoding exceptions because in some usernames the users used the : as character, example lines look like this
Code:
namepart1:namepart2:hash:salt

::::name:::::hash:salt

is there any workaround or has someone an idea how to deal with lines like that?

edit: had to use the codetag because of : s  = Confused


Messages In This Thread
Hash-encoding exception problems with colon in username - by Snoopy - 09-22-2017, 05:07 PM