首页
社区
课程
招聘
[原创]IntelliJ IDEA6.0 RSA密钥已经获得
发表于: 2007-3-5 17:00 5734

[原创]IntelliJ IDEA6.0 RSA密钥已经获得

2007-3-5 17:00
5734
private static final BigInteger a = new BigInteger("86f71688cdd2612ca117d1f54bdae029", 16);
    private static final BigInteger b = new BigInteger("10001", 16);
    private static final BigInteger c = new BigInteger("846d7cf2385dddd654629dd2ba94ca87", 16);
    private static final BigInteger d = new BigInteger("10001", 16);
    private static final BigInteger e = new BigInteger("1030230a52c274c376605b2c1", 16);
    private static final BigInteger f = new BigInteger("10001", 16);

以上为公钥

私钥使用RSATool计算

priv_A_Key = 430D187DE8BB3F18FB0A986E6B7163BD
priv_C_Key = 55CFA8CE404E3AE7A31C75CA658EEF79
priv_E_Key = B8E10B501B5E8A8B67090D41

以前有一篇已经详细地描述了IDEA的 License的生成

IDEA6.0将授权验证进行了混乱,但是字符串未加米,因此还是被我找到了

[课程]FART 脱壳王!加量不加价!FART作者讲授!

收藏
免费 0
支持
分享
最新回复 (2)
雪    币: 3686
活跃值: (1036)
能力值: (RANK:760 )
在线值:
发帖
回帖
粉丝
2
不错
2007-3-6 10:49
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
谢谢
2007-3-6 11:32
0
游客
登录 | 注册 方可回帖
返回
//