What method does js use to encrypt the data of ajax post and transmit it to php for decryption?

WBOY
Release: 2016-09-26 08:27:21
Original
1215 people have browsed it

Since I don’t want to transmit plain text when doing ajax post, I want to use js to encrypt a js object into a string or binary string for transmission, but I don’t know how to encrypt it, and this encrypted string needs to be in php Decrypt it on the end, and the decrypted data is preferably a php array. Does anyone have such a need? Do you know how to achieve this?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!