public class Hello{
// varz
private static String message="Welcome to the GU-Cypher blog.\n The goal of this blog is to explain why to use cryptography while developing a graphical interface for a program called U-Cypher which is, for the moment, only in command line which sucks monkey balls. This program is coded in Java and has not yet been released anywhere, so no since looking for it.";
private static String shortSummary="The first article will explain why one should use cryptography in every day communications. The rest has not been planned yet, but we will explain in detail every cryptographic algorithms available in (G)U-Cypher. Meanwhile, we will write about the progress of GU-Cypher's development.";
//end varz
public static void main(String[] args){
System.out.println("Hello world");
System.out.println(message+"\n\n"+shortSummary);
}
}
Monday, November 19, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment