Java MD5 encryption console incoming and Web incoming parameter results do not match | | Same string encryption results different __HTML5

Source: Internet
Author: User
Tags md5 encryption

This type of error is usually a problem with the encoding format if the characters we entered in the console are BGK format and the web is UTF-8 we toString () to see that there is no difference. This results in a different result from the same string encryption as the following small example


Import static Org.apache.commons.codec.digest.DigestUtils.md5Hex; 
String Text = "Error606@qq.com| Industrial worker |! @$%&1000 "; 
String r1 = Md5hex (text); B08F601A7B6B440DFA3ED6EB353C2D24
String r2 = Md5hex (text.getbytes ("UTF-8")); B08f601a7b6b440dfa3ed6eb353c2d24 


Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.