开发者

How can I encrypt password and send through httpservice in flex

开发者 https://www.devze.com 2022-12-10 00:31 出处:网络
I am sending password text to the http service request object.like <request><password>pass.text</password></request> now this password I am giving in navigate url also.but 开发

I am sending password text to the http service request object.like <request><password>pass.text</password></request> now this password I am giving in navigate url also.but 开发者_C百科password is visibleing when load url and it is hacking. how can I encrypt password string and send it to jsp?


I would use as3Crypto: https://code.google.com/archive/p/as3crypto/

That supports a large variety of both one way and two way encryption schemas.


try a simple hashing, there are quite a few algorithms in the corelib in https://github.com/mikechambers/as3corelib (see the crypto section).

0

精彩评论

暂无评论...
验证码 换一张
取 消