Using PHP for DES encryption, encrypted ciphertext, can be decrypted on the DES Online encryption and decryption tool
Reply content:
Using PHP for DES encryption, encrypted ciphertext, can be decrypted on the DES Online encryption and decryption tool
Different encryption methods can be used to produce different results that can result in the final data being not universal although the same algorithm
PHP comes with Des and 3DES encryption and decryption
PHP Self-supported encryption method list (dependent mcrypt): Http://cn2.php.net/manual/zh/mcrypt.ciph ...
The main is the DES algorithm, then sends a request, returns the result only. There should be similar algorithms on the Web, recommending one: Http://www.cnblogs.com/wangchuang/archiv ... (Baidu Search, found)
When interacting with other languages, the language is Base64 decrypted and then des decrypted to obtain the original data. Python,ios Yes, other languages not tested, i.e. Des_decrypt (Base64_decrypt ($pass _string)) It will be.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.