How to verify whether the wallet is genuine

MD5 and SHA256 verification tool

File hash verification tool refers to the tool that calculates the hash value of the file content. With these tools, the hash value of the file can be quickly calculated, and compared with the official hash value to verify whether the file content has been tampered with.

The purpose of MD5 and SHA256 verification

Decentralized self-custody wallet is a platform where we import private keys or mnemonics to manage assets on the chain, so how to select and use the platform is particularly important. As a decentralized self-custody wallet with a large number of users, TokenPocket is naturally "concerned" by lawbreakers. They decompiled the genuine APK and added the settings that can import private keys and mnemonics, and then packaged and released it to other websites to "wait for the victims". Once someone downloads and uses the wallet through a search engine or recommendation by others, his private key and mnemonic will be leaked and all assets will be lost.

Judging from the recent feedback from emails and communities, the cases of stealing through fake wallets have increased. That is why we have made this tutorial. By verifying the MD5\SHA256 value on PC and mobile platforms with online tools, we hope to improve everyone's security awareness and learn to use tools reasonably to protect their assets on the chain.

Please be sure to enter the only official website address of TokenPocket: www.tokenpocket.pro

The difference between MD5 and SHA256 algorithms

Common points:

  1. Both are cryptographic hash functions, and the encryption is irreversible.

  2. Both can encrypt objects of any length, and neither can prevent collisions.

As for security

  1. SHA256 (called SHA2) is the most secure, but takes more time than the others.

  2. MD5 is relatively easy to collide, and not so secure.

MD5 and SHA256 parameters of the official wallet APK:

MD5 and SHA256 will be synchronized through the official website in the future. Please click below to enter the official website for more information.

Google Play

www.tokenpocket.pro or tpwallet.io

The online tools to verify MD5 and SHA256

There are many tools for online verification of MD5\SHA256 value, and their usage is similar. You only need to drag or load the apk file downloaded to the PC into the verification platform to wait for the result. The obtained result can be verified by comparing it with the MD5 or SHA256 value of the genuine APP published on the official website of TokenPocket(There may be advertisements and other content in the online tool page, please use the main verification function, and do not recommend anything else).

Tool 1: Open the link https://www.dute.org/file-hash-validator to select the hash algorithm, usually MD5 is widely used, and the safest algorithm is SHA256. You can also try other hash algorithms. After selecting or dragging the downloaded APK file at the top, the result will be quickly obtained at the bottom. You only need to copy the result and compare it with the officially announced MD5 or SHA256 hash value to complete the verification.

Tool 2: Open the link http://www.metools.info/code/c92.html, select the file and hash algorithm, click “Calculate”, and you can view the result in the “result”.

Tools to verify MD5 and SHA256 on PC

MD5 tool:

Open the official website of the tool https://www.winmd5.com/, Click “Download” to download and open it.

This tool can only verify the MD5 value. Click “browse” to select the downloaded APK file. After importing, you can see the MD5 value prompted below.

SHA256 tool:

This tool is our familiar compression/decompression tool 7-Zip, through which you can easily get the SHA256 value of the file.

Open the official website https://www.7-zip.org/ and click “Download” to download the corresponding version and install it.

After installation, just right-click on the downloaded APK file and select “7-Zip”—"CRC SHA”—"SHA-256” to see the SHA256 hash value.

Tool :Click to download the tool. This tool is more powerful and supports multiple hash algorithm verifications such as MD5 and SHA256. After the same installation, click to switch to “HASH A FILE”, and tick “Select a hash function” to choose, next press “CLICK HERE TO SELECT THE FILE TO HASH” to find the apk that needs to be verified, then click “CALCULATE” after loading. The result can be compared with the official parameters.

Last updated