The previous problem , i had with the brute force was solved.Here is the code:
import java.io.*;
import java.*;
import com.javamex.arcmexer.*;
public class Brute_Force{
private static...
Type: Posts; User: mortis1572
The previous problem , i had with the brute force was solved.Here is the code:
import java.io.*;
import java.*;
import com.javamex.arcmexer.*;
public class Brute_Force{
private static...
Yes it's a homework assignment.
I use only digits from 0 to 8.
I wrote a program but my problem is that doesn't found the correct paswword.
I have a zip file with aes encryption and the code is...
Hello.
I have a table with 3 elements.e.g String table{"a","b","c"}
And I want the result to be like this:
aaa
aab
aac
aba
abb
abc
.
HAPPY BIRTHDAY FROM GREECE
Check this link http://onjava.com/onjava/excerpt/javanut4_ch04/index.html .
It has examples for BufferedReader and BufferedWriter.
It will help you.
Hi my name is George.
I want to make a program generate all the possible characters of length 8 using all the characters in charSet
char[] charSet = {0,1,2,3,4,5,6,7,8,9}.
I made that program to...
I have 2 files , one zip file and one more txt file.I want to find out the password of the zip file with the help of txt file.In txt file I have some words and one of them is the right password.The...