Symmetric Encrypt & Decrypt

Algorithm
Key

Symmetric encryption is a type of encryption where the same key is used to both encrypt and decrypt information. It is also called single key encryption or secret key encryption. Symmetric encryption is fast and efficient, but it requires a secure way to share the key between the sender and the receiver. Some examples of symmetric encryption algorithms are AES, DES, RC4. Symmetric encryption is widely used for data protection, authentication and digital signatures.

SM4 is a 128-bit block cipher, currently established as a national standard (GB/T 32907-2016) of China. Multiple block cipher modes are supported. It complete implementation of SM4 cipher encryption/decryption with ECB, CBC, CFB, OFB, CTR block modes.

SM4 Cipher

SM4 is a 128-bit block cipher, currently established as a national standard (GB/T 32907-2016) of China. Multiple block cipher modes are supported. It complete implementation of SM4 cipher encryption/decryption with ECB, CBC, CFB, OFB, CTR block modes.