SM9 (cryptography standard)
SM9 is a Chinese national cryptography standard for Identity Based Cryptography issued by the Chinese State Cryptographic Authority in March 2016. It is represented by the Chinese National Cryptography Standard, GM/T 0044-2016 SM9. The standard contains the following components:
- The Identity-Based Asymmetric Cryptography Algorithm
- The Identity-Based Digital Signature Algorithm which allows one entity to digitally sign a message which can be verified by another entity.
- The Identity-Based Key Establishment and Key Wrapping
- The Identity Based Public-Key Encryption Key Encapsulation Algorithm which allows one entity to securely send a symmetric key to another entity.
Identity Based Cryptography
Identity Based Cryptography is a type of public key cryptography that uses a widely known representation of an entity's identity as the entity's public key. This eliminates the need to have a separate public key bound by some mechanism to the identity of an entity. In Identity Based Cryptography the public key is often taken as the concatenation of an entity's Identity and a validity period for the public key.In Identity Based Cryptography, one or more trusted agents use their private keys to compute an entity's private key from their public key. The corresponding public keys of the trusted agent or agents are known to everyone using the network. If only one trusted agent is used that trusted agent can compute all the private keys for users in the network. To avoid that state, some researchers propose using multiple trusted agents in such a way that more than one of them need to be compromised in order to compute individual public keys.
Chinese Cryptographic Standards
The SM9 Standard adopted in 2016 is one of a number of Chinese national cryptography standards. Other publicly available Chinese cryptographic standards are:- SM2 - an Elliptic Curve Diffie-Hellman key agreement and signature using a specified 256-bit elliptic curve. GM/T 0003.1: SM2
- SM3 - a 256-bit cryptographic hash function. GM/T 0004.1-2012: SM3
- SM4 - a 128-bit block cipher with a 128-bit key. GM/T 0002-2012: SM4
- ZUC, a stream cipher. GM/T 0001–2016.