由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 怎么样加密Javascript
相关主题
other urls Re: 怎么设置可以看到CODE?request.servervariables("http_ua_pixels") 怎么读不出来?
HTML问题讨论,PHP还是最值得学的server side 语言
HTML/JSP/Javascript问题求教建立网站的tutorial或framework
这个用Javascript这么做?phpmailer提交后背景屏幕残余,怎么去掉?
[转载] IBM的专家也束手无策,我该怎么办?WebSocket问题
get,post?[转载] 一个土问题
Re: 如果你只有client权限Re: 谁知道怎么用FrontPage做输入密码后才能流览的网页?想不太通
help! how to read/write file in server-side with javascript in IE?web hosting VPS (Windows) (转载)
相关话题的讨论汇总
话题: javascript话题: jsp话题: 加密话题: do话题: server
进入BuildingWeb版参与讨论
1 (共1页)
l*****c
发帖数: 33
1
我看到一些介绍,包括一些软件可以把JS加密,但没有一种办法令人满意.哪位高手有主意?
r****y
发帖数: 26819
2
没有真正意义上的加密吧?据我所知这种加密破解成本很小。

【在 l*****c 的大作中提到】
: 我看到一些介绍,包括一些软件可以把JS加密,但没有一种办法令人满意.哪位高手有主意?
s**********i
发帖数: 711
3

you can't do it. if the browser can see it, any person with
slightly web knowledge can see it.

【在 l*****c 的大作中提到】
: 我看到一些介绍,包括一些软件可以把JS加密,但没有一种办法令人满意.哪位高手有主意?
w******d
发帖数: 675
4
if you know asp you can do it.
save your jsp file on server and use asp to reference it.
between client and server, you can write a program to do that.
normally, it's impossible to do that with html and jsp on clint side.

主意?

【在 s**********i 的大作中提到】
:
: you can't do it. if the browser can see it, any person with
: slightly web knowledge can see it.

f******s
发帖数: 8
5
I thought the qustion is Javascript, not jsp.

【在 w******d 的大作中提到】
: if you know asp you can do it.
: save your jsp file on server and use asp to reference it.
: between client and server, you can write a program to do that.
: normally, it's impossible to do that with html and jsp on clint side.
:
: 主意?

s**********i
发帖数: 711
6
JSP is not javascript.

【在 w******d 的大作中提到】
: if you know asp you can do it.
: save your jsp file on server and use asp to reference it.
: between client and server, you can write a program to do that.
: normally, it's impossible to do that with html and jsp on clint side.
:
: 主意?

p*********r
发帖数: 23
7
yes, you can.
use server-side javascript, although not encrypted, it shields the code from
clients and i assume that's what u want.

意?

【在 l*****c 的大作中提到】
: 我看到一些介绍,包括一些软件可以把JS加密,但没有一种办法令人满意.哪位高手有主意?
s**********i
发帖数: 711
8

only if the server-side javascript can do what you need.

【在 p*********r 的大作中提到】
: yes, you can.
: use server-side javascript, although not encrypted, it shields the code from
: clients and i assume that's what u want.
:
: 意?

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
web hosting VPS (Windows) (转载)[转载] IBM的专家也束手无策,我该怎么办?
[转载] Macromedia Ultradev Final Version1.0正式版get,post?
ASP & serletRe: 如果你只有client权限Re: 谁知道怎么用FrontPage做输入密码后才能流览的网页?
如何纪录下访问者页面者的信息?help! how to read/write file in server-side with javascript in IE?
other urls Re: 怎么设置可以看到CODE?request.servervariables("http_ua_pixels") 怎么读不出来?
HTML问题讨论,PHP还是最值得学的server side 语言
HTML/JSP/Javascript问题求教建立网站的tutorial或framework
这个用Javascript这么做?phpmailer提交后背景屏幕残余,怎么去掉?
相关话题的讨论汇总
话题: javascript话题: jsp话题: 加密话题: do话题: server