now you need to encrypt an object with md5. Then send this MD5 value to the server
now you need to encrypt an object with md5. Then send this MD5 value to the server
Native steps:
download npm I-S blueimp-md5;
Import: import md5 from 'blueimp-md5'
ordinary encryption: let val=md5 (' value');
recommended encryption library: crypto-js
.
Previous: Nginx acts as a proxy for Baidu Maps to display maps without extranets on this machine.
Next: Eclipse can one plug-in enter content into the input box of another plug-in?
question 1: isn t md5 encryption irreversible? If I encrypt it, how can the back end decrypt it? How to judge the user name and face it correctly? question 2: do I have to write encryption for every request? This is too troublesome, how to package be...