Search:

Type: Posts; User: mortis1572

Search: Search took 0.10 seconds.

  1. Thread: CycleChars

    by mortis1572
    Replies
    5
    Views
    2,340

    Re: CycleChars

    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...
  2. Thread: CycleChars

    by mortis1572
    Replies
    5
    Views
    2,340

    Re: CycleChars

    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...
  3. Thread: CycleChars

    by mortis1572
    Replies
    5
    Views
    2,340

    CycleChars

    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
    .
Results 1 to 3 of 3