


Solution to the inconsistent results between nodeJS md5 encrypted Chinese and PHP
Due to project needs, node.JS and php are required to make interface calls. It is found that the results of node.JS using md5 encryption for Chinese and php for Chinese md5 encryption are different.
PHP
<code><span><span><?php</span><span>$str</span> = <span>'程序员'</span>; <span>echo</span><span>$str</span>.<span>' md5:'</span>.md5(<span>$str</span>); <span>?></span></span></code>
Output:
Programmer md5:72d9adf4944f23e5efde37f6364c126f
node.JS
<code><span>var</span> crypto = <span>require</span>(<span>'crypto'</span>); <span>var</span> md5 = <span><span>function</span><span>(str)</span>{</span><span>var</span> crypto_md5 = crypto.createHash(<span>'md5'</span>); <span>return</span> crypto_md5.digest(<span>'hex'</span>); } <span>var</span> str = <span>'程序员'</span>; <span>var</span> result = str + <span>' md5:'</span> + md5(str); console.log(result);</code>
Output:
Programmer md5:d41d8cd98f00b204e9800998ecf8427e
After checking the information, I found that it was a coding problem. The problem can be solved by adding coding to node.JS.
The solution is as follows:
<code><span>var</span> crypto = <span>require</span>(<span>'crypto'</span>); <span>var</span> md5 = <span><span>function</span><span>(str)</span>{</span><span>var</span> crypto_md5 = crypto.createHash(<span>'md5'</span>); crypto_md5.update(str, <span>'utf8'</span>); <span>// 加入编码</span><span>return</span> crypto_md5.digest(<span>'hex'</span>); } <span>var</span> str = <span>'程序员'</span>; <span>var</span> result = str + <span>' md5:'</span> + md5(str); console.log(result);</code>
Output:
Programmer md5:72d9adf4944f23e5efde37f6364c126f
The above introduces the solution to the inconsistency between nodeJS md5 encrypted Chinese and PHP results, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

As excitement builds in the crypto world for the last quarter of 2024, investors are on the lookout for digital assets with the potential to deliver extraordinary returns. Insights from successful crypto figures indicate that certain tokens could exp

Jordan Fish, known more popularly as Cobie, burned 60% of the supply of a Solana (SOL) meme coin issued via Pump.fun on Friday, Nov. 8

Signs of a change in US cryptocurrency regulatory policy: Robinhood and OKX case analysis Recently, US regulators' regulatory attitudes towards the cryptocurrency field have undergone subtle changes. Robinhood Crypto (RHC) successfully escaped from the Securities and Exchange Commission (SEC) investigation, while OKX's subsidiary AuxCayes FinTechCo. Ltd. reached a settlement with the U.S. Department of Justice (DOJ) to pay a $84 million fine. Together, these two incidents reveal dynamic adjustments in the US cryptocurrency regulation and the efforts of companies to actively adapt to the compliance environment. RobinhoodCrypto wins: SEC terminates investigation 2025 2

Particularly in the world of meme coins, Bitlord—known for his honest attitude, keen insights, and open demeanor—has created a distinct niche for himself

This article lists the top ten digital virtual currency exchange platforms, and ranks and introduces OKX, Binance, Gate.io, Huobi Global, Kraken, Coinbase, KuCoin, Crypto.com, Bitfinex and Bitstamp, analyzing the advantages and characteristics of each platform, such as OKX's powerful trading volume and user-friendly interface, Binance's huge user base and high liquidity, Gate.io's rich currency selection and low transaction fees, etc. When choosing a transaction, factors such as security, fees, currency selection, user interface, liquidity, and customer support are considered. The article emphasizes that investment should be cautious and recommends that users should be based on their own needs.

The top ten virtual digital currency trading platforms in the world include Binance, FTX, Coinbase Pro, OKX, Huobi.com, Kraken, Coinbase, Bybit, Gate.io and KuCoin. When choosing a platform, you need to consider factors such as security, transaction fees, liquidity, supported currency, user experience and customer support.

Today, on October 22nd, 2024, the crypto market saw a small drop, amid geopolitical tensions and electoral uncertainties in the United States.

As one of the global financial centers, Hong Kong has also flourished in the currency circle trading platform in recent years. This article will introduce the top ten trading platforms in Hong Kong, including their characteristics, advantages and disadvantages, to help investors choose the trading platform that suits them best.
