Readme-EN.md
1# Crypto Architecture Kit (Crypto Architecture Kit) 2 3- [Introduction to Crypto Architecture Kit](crypto-architecture-kit-intro.md) 4- Key Generation and Conversion 5 - [Key Generation and Conversion Overview](crypto-key-generation-conversion-overview.md) 6 - Key Generation and Conversion Specifications 7 - [Symmetric Key Generation and Conversion Specifications](crypto-sym-key-generation-conversion-spec.md) 8 - [Asymmetric Key Generation and Conversion Specifications](crypto-asym-key-generation-conversion-spec.md) 9 - Key Generation and Conversion Development 10 - [Randomly Generating a Symmetric Key](crypto-generate-sym-key-randomly.md) 11 - [Converting Binary Data into a Symmetric Key](crypto-convert-binary-data-to-sym-key.md) 12 - [Randomly Generating an Asymmetric Key Pair](crypto-generate-asym-key-pair-randomly.md) 13 - [Converting Binary Data into an Asymmetric Key Pair](crypto-convert-binary-data-to-asym-key-pair.md) 14 - [Generating an Asymmetric Key Pair Based on Key Parameters](crypto-generate-asym-key-pair-from-key-spec.md) 15- Encryption and Decryption 16 - [Encryption and Decryption Overview](crypto-encryption-decryption-overview.md) 17 - Encryption and Decryption Algorithm Specifications 18 - [Symmetric Key Encryption and Decryption Algorithm Specifications](crypto-sym-encrypt-decrypt-spec.md) 19 - [Asymmetric Key Encryption and Decryption Algorithm Specifications](crypto-asym-encrypt-decrypt-spec.md) 20 - Encryption and Decryption Development 21 - [Encryption and Decryption with an AES Symmetric Key (GCM Mode)](crypto-aes-sym-encrypt-decrypt-gcm.md) 22 - [Encryption and Decryption with an AES Symmetric Key (CBC Mode)](crypto-aes-sym-encrypt-decrypt-cbc.md) 23 - [Encryption and Decryption by Segment with an AES Symmetric Key (GCM Mode)](crypto-aes-sym-encrypt-decrypt-gcm-by-segment.md) 24 - [Encryption and Decryption with a 3DES Symmetric Key (ECB Mode)](crypto-3des-sym-encrypt-decrypt-ecb.md) 25 - [Encryption and Decryption with an SM4 Symmetric Key (ECB Mode)](crypto-sm4-sym-encrypt-decrypt-ecb.md) 26 - [Encryption and Decryption with an RSA Asymmetric Key Pair (PKCS1)](crypto-rsa-asym-encrypt-decrypt-pkcs1.md) 27 - [Encryption and Decryption by Segment with an RSA Asymmetric Key Pair](crypto-rsa-asym-encrypt-decrypt-by-segment.md) 28 - [Encryption and Decryption with an RSA Asymmetric Key Pair (PKCS1_OAEP)](crypto-rsa-asym-encrypt-decrypt-pkcs1.md) 29 - [Encryption and Decryption with an SM2 Asymmetric Key Pair](crypto-sm2-asym-encrypt-decrypt.md) 30- Signing and Signature Verification 31 - [Signing and Signature Verification Overview and Algorithm Specifications](crypto-sign-sig-verify-overview.md) 32 - Signing and Signature Verification Development 33 - [Signing and Signature Verification with an RSA Key Pair (PKCS1 Mode)](crypto-rsa-sign-sig-verify-pkcs1.md) 34 - [Signing and Signature Verification by Segment with an RSA Key Pair (PKCS1 Mode)](crypto-rsa-sign-sig-verify-pkcs1-by-segment.md) 35 - [Signing and Signature Verification with an RSA Key Pair (PSS Mode)](crypto-rsa-sign-sig-verify-pss.md) 36 - [Signing and Signature Verification with an ECDSA Key Pair](crypto-ecdsa-sign-sig-verify.md) 37 - [Signing and Signature Verification with an SM2 Key Pair](crypto-sm2-sign-sig-verify-pkcs1.md) 38- Key Agreement 39 - [Key Agreement Overview and Algorithm Specifications](crypto-key-agreement-overview.md) 40 - Key Agreement Development 41 - [Key Agreement Using ECDH](crypto-key-agreement-using-ecdh.md) 42 - [Key Agreement Using X25519](crypto-key-agreement-using-x25519.md) 43 - [Key Agreement Using DH](crypto-key-agreement-using-dh.md) 44- [MD Operation](crypto-generate-message-digest.md) 45- [MAC Operation](crypto-compute-mac.md) 46- [Random Number Generation](crypto-generate-random-number.md) 47- [Key Derivation](crypto-key-derivation.md) 48