泛微云桥e-Bridge 授权破解方法,无需更改原有程序,本方法是生成授权文件方式。

已放出授权文件生成源码,破解方法自行看源码理解,再次提示此方法仅用来测试系统使用,如需正式使用请购买正版授权。

其中使用的加密有:MD5,RSA,DES,BASE64。

 1 package com.exec;
 2 
 3 import java.io.FileOutputStream;
 4 import java.text.ParseException;
 5 import java.text.SimpleDateFormat;
 6 import javax.swing.JOptionPane;
 7 import java.util.Scanner;
 8 import ln.LN;
 9 import weaver.weixin.license.KeyGenerater;
10 import weaver.weixin.license.PBECipher;
11 import weaver.weixin.license.Signaturer;
12 
13 
14 public class EBRIDGE
15 {
16 
17   private static String companyName="landv测试";
18   private static String userCount="1000";
19   private static String expDate="2019-08-08";
20   private static String macAddr;
21   private static String cpCount="100";
22   private static String mpCount="100";
23   private static String ddCount="100";
24   private static String customid="159357";
25   private static String modulenamelist="微信工资单,微调研,微投票,悬赏招聘,微考勤,微名片,外出考勤";
26   private static SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("yyyy-MM-dd");
27   
28 /*
29   private static String jlCount = "1";
30   private static String lanxinCount = "1";
31   private static String gzbCount = "1";
32   private static String jdyzjCount = "1";
33   private static String weworkCount = "1";
34   private static String fxxkCount = "1";
35   private static String emCount = "1";
36 */
37   
38   
39    public static void main(String[] args)
40   {
41         
42     
43     Scanner input=new Scanner(System.in);
44     System.out.print("请您输入识别码:");
45     EBRIDGE.macAddr=input.next();
46      System.out.println(macAddr);
47         try
48         {
49           EBRIDGE.createfile();
50         }
51         catch (Exception e1)
52         {
53           e1.printStackTrace();
54         }
55   }
56   public static void createfile()
57     throws Exception
58   {
59     String params = "companyName=" + companyName + ",userCount=" + userCount + ",expDate=" + expDate + ",macAddr=" + macAddr + 
60       ",cpCount=" + cpCount + ",mpCount=" + mpCount + ",ddCount=" + ddCount + ",jlCount=" + ddCount +",lanxinCount=" + ddCount +",gzbCount=" + ddCount +

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2022-01-07
  • 2021-07-23
  • 2022-12-23
  • 2021-12-28
  • 2022-01-22
猜你喜欢
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2021-11-22
  • 2021-07-14
  • 2021-08-01
相关资源
相似解决方案