HomeSM2/SM3/SM4 Cryptography Encryption/Decryption

SM2/SM3/SM4 Cryptography Encryption/Decryption

Chinese commercial cryptography standard algorithms, supporting SM2 elliptic curve public key cryptography, SM3 cryptographic hash, and SM4 block cipher encryption/decryption and hash calculation

SM2 Elliptic Curve Public Key Cryptography

Key Generation

C1=Elliptic Curve Point, C2=Ciphertext Data, C3=SM3 Digest

Encrypt

Decrypt



Documentation

This tool performs local SM2, SM3, and SM4 operations for Chinese cryptography workflows, including encryption, hashing, and key handling.

Key Features

  • SM2 key generation, encryption/decryption, signing/verification
  • SM3 hash calculation
  • SM4 symmetric encryption/decryption
  • Multiple input/output encoding formats

Steps

  1. Choose the SM2 / SM3 / SM4 tab.
  2. Configure keys, mode, and formats.
  3. Enter data and run the operation.
  4. Copy the output result.

Notes

  • Keep parameters and encodings consistent across both sides.
  • SM4 requires a proper IV in non-ECB modes.
  • Manage private keys and key materials securely in production.