Created
May 18, 2013 19:46
-
-
Save bored-engineer/5605562 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. | |
| // Jad home page: http://www.kpdus.com/jad.html | |
| // Decompiler options: packimports(3) lnc | |
| // Source File Name: Authenticator.java | |
| import java.io.Console; | |
| import java.io.PrintStream; | |
| class Authenticator | |
| { | |
| public Authenticator() | |
| { | |
| } | |
| public static void main(String args[]) | |
| { | |
| /* 10*/ key = new char[10]; | |
| /* 11*/ key[0] = 'c'; | |
| /* 12*/ key[1] = 'g'; | |
| /* 13*/ key[2] = 'k'; | |
| /* 14*/ key[3] = 'h'; | |
| /* 15*/ key[4] = 'u'; | |
| /* 16*/ key[5] = 'u'; | |
| /* 17*/ key[6] = 'w'; | |
| /* 18*/ key[7] = 'g'; | |
| /* 19*/ key[8] = 'h'; | |
| /* 20*/ key[9] = 'd'; | |
| /* 21*/ Console console = System.console(); | |
| /* 22*/ for(String s = ""; !s.equals("ThisistheMag1calstring"); s = console.readLine("Enter password:", new Object[0])); | |
| /* 25*/ for(int i = 0; i < key.length; i++) | |
| /* 26*/ System.out.print(key[i]); | |
| /* 27*/ System.out.println(""); | |
| } | |
| public static char key[]; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment