Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Java by alfabeta ( 16 years ago )
IO input = new IO();
/AESMatrix cipher = machine.encrypt(new AESMatrix(plain), new AESMatrix(key));
while (i < args.length && args[i].startsWith("-")) {
arg = args[i++];
if (arg.equals("-e")) {
System.out.println("encryption mode on");
}
else if (arg.equals("-d")) {
System.out.println("decryption mode on");
}
else if (arg.equals("-plaintext")) {
input.openPlaintext();
}
else if (arg.equals("-keytext")) {
input.openKeytext();
}
}
Revise this Paste
Children: 16801