Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
String s = "VGVzdG1haWwgdm9uIFN1bm55IFdlYkJveCBQVi1BbmxhZ2UgVW50aWVkdCBIZXJyc2NoaW5n";
try {
System.out.println(new String(new sun.misc.BASE64Decoder().decodeBuffer(s)));
} catch (IOException e) {
e.printStackTrace();
}