Javascript加密器 [英] Javascript encryptor

查看:81
本文介绍了Javascript加密器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在寻找一个允许文本加密的Javascript例程

加密只是查看的人,页面,即

页面必须以加密形式存储,并且只有在加载到浏览器中时才能查看页面的

人解密。


是有一些Javascript例程能够完成这项任务吗?


I am looking for a Javascript routine that allows the text to be
encrypted only be the person viewing, the page,i.e the text of the
page must be stored in an encrypted form and decrypted only by the
person viewing the page when it loaded into the browser.

Is there some Javascript routine capable of this task?

推荐答案

voipfc写道:
voipfc scribed:

>
我正在寻找一个Javascript例程,允许文本加密只是查看的人,页面,即
页面的文本必须存储在一个加密的表单,只有在加载到浏览器中时查看页面的人才会解密。

是否有一些Javascript例程能够执行此任务?
>
I am looking for a Javascript routine that allows the text to be
encrypted only be the person viewing, the page,i.e the text of the
page must be stored in an encrypted form and decrypted only by the
person viewing the page when it loaded into the browser.

Is there some Javascript routine capable of this task?



Javascript可用于此,但它没有安全性。任何人都可以读取javascript(它在缓存中)并快速确定编码

技术。你最好寻找一个编码服务器端脚本。

-

Ed Jay(删除''M''通过电子邮件回复)

Javascript can be used to this, but there''s no security to it. Anyone can
read the javascript (it''s in the cache) and quickly determine the encoding
technique. Your much better off looking for an encoding server-side script.
--
Ed Jay (remove ''M'' to respond by email)


2007-03-27,Ed Jay< ed *** @ aes-intl.comwrote:
On 2007-03-27, Ed Jay <ed***@aes-intl.comwrote:

voipfc scribed :
voipfc scribed:

>>
我正在寻找一个Javascript例程,它允许加密文本只是查看的人,页面,即
页面的文本必须以加密形式存储,并且只有在加载到浏览器中时查看页面的人才会解密。

是否有一些Javascript例程能够执行此任务吗?
>>
I am looking for a Javascript routine that allows the text to be
encrypted only be the person viewing, the page,i.e the text of the
page must be stored in an encrypted form and decrypted only by the
person viewing the page when it loaded into the browser.

Is there some Javascript routine capable of this task?



Javascript可用于此,但它没有安全性。任何人都可以读取javascript(它在缓存中)并快速确定编码

技术。你在寻找编码服务器端脚本时要好得多。


Javascript can be used to this, but there''s no security to it. Anyone can
read the javascript (it''s in the cache) and quickly determine the encoding
technique. Your much better off looking for an encoding server-side script.



从理论上讲,这不应该是一个问题,只要用户输入密钥需要
。正确加密应该是安全的

即使每个人都知道算法,只要他们不知道

键。


但是在JavaScript中使用https要好得多的是使用https。

In theory that shouldn''t be a problem, so long as the user is also
required to type in the key. Proper encryption is supposed to be secure
even though everyone knows the algorithm, provided they don''t know the
key.

But much better than doing this in JavaScript is to use https.


3月27日20:30,voipfc < voi ... @ googlemail.comwrote:
On 27 Mar, 20:30, "voipfc" <voi...@googlemail.comwrote:

我正在寻找一个允许文本加密的Javascript例程

是查看的人,页面,
I am looking for a Javascript routine that allows the text to be
encrypted only be the person viewing, the page,



使用SSL( https ://)


如果你负担不起托管/证书费用,那么

决定你实际上有多安全需要它。出于安全性的考虑,它肯定可能是b $ b。

Use SSL (https://)

If you can''t afford the hosting / certificate costs for this, then
decide just how secure you actually need it to be. It''s certainly
possible, for low security.


这篇关于Javascript加密器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆