Blog信息 |
blog名称: 日志总数:1304 评论数量:2242 留言数量:5 访问次数:7594735 建立时间:2006年5月29日 |

| |
[算法]Myeclipse所有版本注册码的通用算法(修改版) 软件技术
lhwork 发表于 2006/12/7 14:23:11 |
是一个通用的Myeclipse注册码生成算法-建议还是买正版500)this.width=500'>
500)this.width=500'>
import
java.io.
*
;500)this.width=500'>500)this.width=500'>
public
class
Crack
500)this.width=500'>
{500)this.width=500'>500)this.width=500'>
public
static
String convert(String s)
500)this.width=500'>
{500)this.width=500'>
if
(s
==
null
||
s.length()
==
0
)500)this.width=500'>
return
s;500)this.width=500'>
byte
abyte0[]
=
s.getBytes();500)this.width=500'>
char
ac[]
=
new
char
[s.length()];500)this.width=500'>
int
i
=
0
;500)this.width=500'>500)this.width=500'>
for
(
int
k
=
abyte0.length; i
<
k; i
++
)
500)this.width=500'>
{500)this.width=500'>
int
j
=
abyte0[i];500)this.width=500'>
if
(j
>=
48
&&
j
<=
57
)500)this.width=500'> j
=
((j
-
48
)
+
5
)
%
10
+
48
;500)this.width=500'>
else
if
(j
>=
65
&&
j
<=
90
)500)this.width=500'> j
=
((j
-
65
)
+
13
)
%
26
+
65
;500)this.width=500'>
else
if
(j
>=
97
&&
j
<=
122
)500)this.width=500'> j
=
((j
-
97
)
+
13
)
%
26
+
97
;500)this.width=500'> ac[i]
=
(
char
) j;500)this.width=500'> }
500)this.width=500'>
return
String.valueOf(ac);500)this.width=500'> }
500)this.width=500'>
500)this.width=500'>
500)this.width=500'>
private
static
int
hash(String s)
500)this.width=500'>
{500)this.width=500'>
int
i
=
0
;500)this.width=500'>
char
ac[]
=
s.toCharArray();500)this.width=500'>
int
j
=
0
;500)this.width=500'>
for
(
int
k
=
ac.length; j
<
k; j
++
)500)this.width=500'> i
=
31
*
i
+
ac[j];500)this.width=500'>
return
Math.abs(i);500)this.width=500'> }
500)this.width=500'>
500)this.width=500'>
500)this.width=500'>
private
static
String inputString()
500)this.width=500'>
{500)this.width=500'> BufferedReader bufferedreader
=
new
BufferedReader(500)this.width=500'>
new
InputStreamReader(System.in));500)this.width=500'> String s
=
null
;500)this.width=500'>500)this.width=500'>
try
500)this.width=500'>
{500)this.width=500'> s
=
bufferedreader.readLine();500)this.width=500'>500)this.width=500'> }
catch
(IOException ioexception)
500)this.width=500'>
{500)this.width=500'> ioexception.printStackTrace();500)this.width=500'> }
500)this.width=500'>
return
s;500)this.width=500'> }
500)this.width=500'>
500)this.width=500'>
500)this.width=500'>
public
static
void
main(String args[])
500)this.width=500'>
{500)this.width=500'>500)this.width=500'>
try
500)this.width=500'>
{500)this.width=500'> System.out.println(
"
My Eclipse IDE v9.99 Keygen
"
);500)this.width=500'> System.out.print(
"
License Name :
"
);500)this.width=500'> String s
=
inputString();500)this.width=500'> String licStr
=
"
YE3MP-999-00-9912310
"
;500)this.width=500'> String h
=
s.substring(
0
,
1
)500)this.width=500'>
+
licStr500)this.width=500'>
+
"
Decompiling this copyrighted software is a violation of both your license agreement and the Digital Millenium Copyright Act of 1998 (http://www.loc.gov/copyright/legislation/dmca.pdf). Under section 1204 of the DMCA, penalties range up to a $500,000 fine or up to five years imprisonment for a first offense. Think about it; pay for a license, avoid prosecution, and feel better about yourself.
"
500)this.width=500'>
+
s;500)this.width=500'>
int
j
=
hash(h);500)this.width=500'>500)this.width=500'> String lic
=
s.substring(
0
,
1
)
+
licStr
+
Integer.toString(j);500)this.width=500'> System.out.println(
"
License Key :
"
+
convert(lic));500)this.width=500'>500)this.width=500'> }
catch
(Exception exception)
500)this.width=500'>
{500)this.width=500'> exception.printStackTrace();500)this.width=500'> }
500)this.width=500'> }
500)this.width=500'>}
|
|
回复:Myeclipse所有版本注册码的通用算法(修改版) 软件技术
548(游客)发表评论于2009/11/7 19:27:31 |
|
回复:Myeclipse所有版本注册码的通用算法(修改版) 软件技术
dij(游客)发表评论于2008/12/30 10:33:01 |
|
» 1 »
|