?? conv_encrypt.java
字號:
// $Log: conv_encrypt.java,v $// Revision 1.2 1999/06/30 23:06:44 edwin// Changing package name and fixing references to moved and/or changed classes.//// Revision 1.1.1.1 1997/11/03 22:36:55 hopwood// + Imported to CVS (tagged as 'start').//// $Endlog$package cryptix.examples.pgp;import java.io.*;import cryptix.math.PseudoRandomStream;import cryptix.security.MD5;import cryptix.security.SHA;import cryptix.pgp.*;import cryptix.mime.LegacyString;/** * DOCUMENT ME. * <p> * SECURITY: this should not be public, since it can write to "stuff.txt" and * "conv.pgp". */final class conv_encrypt{ public static void main(String[] args) throws FileNotFoundException, IOException, FormatException { String messageText = "The quick brown fox jumps over the lazy dog"; byte[] foo = { (byte)'x' }; byte[] ideaKey = new MD5().digest(foo); String keySeed = "Some random data to seed PseudoRandomStream ^%$
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -