资源简介


代码片段和文件信息

package com.encrypt;

import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.objectInputStream;
import java.math.BigInteger;
import java.security.interfaces.RSAPrivateKey;
import java.util.Properties;
import java.util.Set;
/**
 *版权所有:明日科技有限公司
 * @author Administrator
 */
public class decrypt {

/**
 * @param args
 */
public String Execdecrypt() {
// TODO 自动生成构造函数存根
String s=““;
try{
//读取密文
//BufferedReader in=new BufferedReader(new InputStreamReader(new FileInputStream(“RSAmi.dat“)));
//String ctext=in.readLine();
Properties pro = new Properties();
try {
// 将信息包存在a.ini文件中
pro.store(new FileOutputStream(“a.ini“true)null);
//      可以从a.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    I.A....       232  2012-03-19 12:51  软件注册模块\SoftWareRegister\.classpath

    I.A....       368  2012-03-19 12:51  软件注册模块\SoftWareRegister\.fatjar

    I.A....       394  2012-03-19 12:51  软件注册模块\SoftWareRegister\.project

    I.A....       506  2012-03-19 12:51  软件注册模块\SoftWareRegister\a.ini

    I.A....      2579  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\encrypt\decrypt.class

    I.A....      3018  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\encrypt\encrypt.class

    I.A....      1457  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\encrypt\genKey.class

    I.A....      9404  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\encrypt\MD5.class

    I.A....      1024  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\util\CreatecdIcon.class

    I.A....      1681  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\util\ReadWriteRegisty.class

    I.A....      3185  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\util\RegisterMark.class

    I.A....      1589  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\mainframe$1.class

    I.A....      6511  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\mainframe.class

    I.A....       776  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\Registerframe$1.class

    I.A....      4619  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\Registerframe$2.class

    I.A....      2392  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\Registerframe$JCopy$1.class

    I.A....      2590  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\Registerframe$JCopy$2.class

    I.A....      1811  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\Registerframe$JCopy.class

    I.A....      4342  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\Registerframe.class

    I.A....      1921  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\RegisterTradeMark$1.class

    I.A....      2130  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\RegisterTradeMark$2.class

    I.A....      1357  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\RegisterTradeMark$3.class

    I.A....      2457  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\RegisterTradeMark$4.class

    I.A....      1207  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\RegisterTradeMark$PopAction.class

    I.A....      4663  2012-03-19 12:51  软件注册模块\SoftWareRegister\bin\com\wsy\RegisterTradeMark.class

    I.A....        54  2012-03-19 12:51  软件注册模块\SoftWareRegister\MANIFEST.MF

    I.A....     20990  2012-03-19 12:51  软件注册模块\SoftWareRegister\res\00002.jpg

    I.A....     23475  2012-03-19 12:51  软件注册模块\SoftWareRegister\res\00006.jpg

    I.A....     57122  2012-03-19 12:51  软件注册模块\SoftWareRegister\res\11.jpg

    I.A....     23060  2012-03-19 12:51  软件注册模块\SoftWareRegister\res\ico.jpg

............此处省略31个文件信息

评论

共有 条评论