0
Brute force program
How can I implement a sequence of alfanumeric digit for find a secret phrase? In other word how can decript a phrase with brute force attack? My problem is generate all combinations. For example for 4 digit how can create all combinations?
7 ответов
+ 2
I'll post it now 
0
Good! 
0
So how can I have the code? 
0
go to my code and you will see java Bruce force attack
0
Thanks for the answer.  I have read the code but,  you find the password in casual mode,  that medthod grant to find the password with a probability of 1/maxNumber but that work whit high try in accord with the law of large number. Furthermore that work just for integer. 
In conclusion the bruteforce attack is more efficient with a large number. 
If the password is 2P96L I need a method for generate 00000, 10000, 20000,......, 01000, 02000,..., B2000, B2100, B2200 etc etc 
0
I'll make another brute force programme for quantitative data 
- 1
I can give you my brute force programs in java code 



