Hashes hash-wasm hash

SM3 Hash Generator

Generate Chinese standard SM3 hashes for regulatory compliance and financial security.

sm3.workspace
0 options
0 bytes UTF-8, Hex, Base64, or File input

Secure client-side computation. No data leaves your browser. Privacy Security

Result Output

What Is SM3?

SM3 is the Chinese national cryptographic hash standard that produces a 256-bit hash using a Merkle-Damgård construction with 16 32-bit registers, providing security comparable to SHA-256.

Specifications

Output Size 256 bits
Standard GM/T 0004-2012
Standard Year 2012
Origin Year 2010

Use Cases

  • Chinese regulatory compliance
  • Financial systems in China
  • Government and enterprise applications
!

Security Notice

SM3 is suitable for cryptographic integrity checks and fingerprints when used appropriately. Use HMAC or KMAC when you need message authentication, and use a dedicated KDF such as Argon2, bcrypt, or scrypt for password storage.

Implementation Notes

Practical usage details for this browser-based SM3 tool.

How to Generate a SM3 hash

  1. Choose UTF-8, Hex, Base64, or File input mode.
  2. Enter text, encoded bytes, or choose a local file to process.
  3. Click Generate SM3 Hash and copy the result.

Example Input

Sample input:

abc

Use this sample input, then copy the generated hash from the result panel.

When Not to Use SM3

  • Do not use a plain hash or derivation output directly as password storage without the right password-hashing construction and parameters.
  • Do not choose it for non-Chinese compliance contexts unless SM3 is specifically required.

Recommended Alternatives

Review related tools when you need a different output size, security margin, or keyed construction.

Frequently Asked Questions