Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fahnder99

Pages: [1]
1
Hacking and Security / Re: [Software Crack] YNAB - You Need A Budget
« on: November 22, 2015, 08:59:13 pm »
Hi, I just registered because I found this code through some google search and I wanted to see if this code works.
I had the same issue with the IndexOutOfBounds Exception.
I changed this line

sb = sb + ValidChars[index]

to

sb = sb + ValidChars[index % 32]

and got rid of the exception and I tested a generated key and it worked.
I have no clue what this program does but I thought might aswell share it ;)

Pages: [1]