Good for nothing String Crypter :D 12-30-2013, 05:04 AM #1
This is a silly String Crypter, made by my hobby and study of swing. https://drive.google.com/file/d/0B8Cwc8L...sp=sharing
What it does: I don't know, it modify the string and recover the string.
Sometimes the string get shorter, sometimes it become longer =)), and it will not work right with the number, already told ya, it is a good-for-nothing program =))
Source:
public static void main(String[] args) {
//Schedule a job for the event-dispatching thread:
//creating and showing this application's GUI.
javax.swing.SwingUtilities.invokeLater(new Runnable() {
public void run() {
createAndShowGUI();
}
});
}
}