Home  >  Article  >  Backend Development  >  What method does js use to encrypt the data of ajax post and transmit it to php for decryption?

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

WBOY
WBOYOriginal
2016-09-26 08:27:211215browse

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?

Statement:
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
Previous article:vuejs how to vNext article:vuejs how to v