2 Attachment(s)
Need Help With Combination Generator Source
I have nice combination generator but there is one disadvantage:
There is no possibility to choose minimal length of combination.
You can choose maximal length of combination but not minimal. :(
I have one idea to use this:
Code:
If LogToFile And STRblah > txtMiniLen.txt Then
Print #1, STRblah
End If
But this is bad solution because need wait while generator generate all combinations > txtMiniLen.txt :(
So maybe someone can help me and show me how to add "minimal length of combination" parameter to this combination generator. :confused:
Attachment 61500 <-- ZIP
Attachment 61491 <-- RAR
Re: Need Help With Combination Generator Source
Recommend upload in zip vs rar. Most have winzip, fewer have winrar
1 Attachment(s)
Re: Need Help With Combination Generator Source
Re: Need Help With Combination Generator Source
Quote:
Originally Posted by LaVolpe
Recommend upload in zip vs rar. Most have winzip, fewer have winrar
Done! :)
Re: Need Help With Combination Generator Source
Heres the code for providing simple ROT39 encryption.
http://vbnet.mvps.org/code/algorithms/rot39.htm
Re: Need Help With Combination Generator Source
Quote:
Originally Posted by RobDog888
I don't need any encryption! I just want that someone help me to add "minimal length of combination" parameter to this combination generator.
There is source code:
Attachment 61500 <-- ZIP
Attachment 61491 <-- RAR
Re: Need Help With Combination Generator Source
Ok, I thought I helped you yesterday with something like this and needed more help. My mistake.
Re: Need Help With Combination Generator Source
Quote:
Originally Posted by RobDog888
Ok, I thought I helped you yesterday with something like this and needed more help. My mistake.
:confused: About what you are talking? :confused:
I think that you talking not about me... :ehh:
Re: Need Help With Combination Generator Source
Yes, and why I said my mistake but still seems like you are wanting to provide some sort of password or serial number for your app entry?
Re: Need Help With Combination Generator Source
1. Maybe my English language knowledge isn't so good but I think that you are talking not about same person:
Quote:
Originally Posted by RobDog888
Ok, I thought I helped you yesterday...
2.
Quote:
Originally Posted by RobDog888
...seems like you are wanting to provide some sort of password or serial number for your app entry?
I don't want make any hacking tool like "KeyGen" or "Brute Forece" or any kind of malware!
Re: Need Help With Combination Generator Source
Maybe you are misunderstanding but I am in NO way implying that but its ok I have other members needing help anyways.
Re: Need Help With Combination Generator Source
I see that we are talking about something different and misunderstanding each other. :(
So maybe I wait and maybe someone else will help me. :rolleyes:
Re: Need Help With Combination Generator Source