public class TestFile1 {
/**
* @param args
* @throws Exception
*/
public static void main(String[] args) throws Exception {
File files = new File("e:/A.doc");
String key = "1111";
encrypt(files, key);
}
/**
*
* @param inFile 输入要加密文件
* @param strKey 加密的密码
* @throws Exce ...







评论排行榜