• Home
Name
Date
Size
#Lines
LOC

..--

Readme-EN.mdD12-May-20243.7 KiB4846

crypto-3des-sym-encrypt-decrypt-ecb.mdD12-May-20244.9 KiB8258

crypto-aes-sym-encrypt-decrypt-cbc.mdD12-May-20244.6 KiB8463

crypto-aes-sym-encrypt-decrypt-gcm-by-segment.mdD12-May-20249.1 KiB141114

crypto-aes-sym-encrypt-decrypt-gcm.mdD12-May-20246.7 KiB11488

crypto-architecture-kit-intro.mdD12-May-20242.7 KiB5729

crypto-asym-encrypt-decrypt-spec.mdD12-May-202411.6 KiB164114

crypto-asym-key-generation-conversion-spec.mdD12-May-202417.2 KiB442268

crypto-compute-mac.mdD12-May-20246.6 KiB12689

crypto-convert-binary-data-to-asym-key-pair.mdD12-May-20247.3 KiB11180

crypto-convert-binary-data-to-sym-key.mdD12-May-20244.4 KiB9166

crypto-ecdsa-sign-sig-verify.mdD12-May-20244.2 KiB7352

crypto-encryption-decryption-overview.mdD12-May-2024416 156

crypto-generate-asym-key-pair-from-key-spec.mdD12-May-202414.9 KiB256218

crypto-generate-asym-key-pair-randomly.mdD12-May-20244 KiB7553

crypto-generate-message-digest.mdD12-May-20244.4 KiB9964

crypto-generate-random-number.mdD12-May-20243 KiB8353

crypto-generate-sym-key-randomly.mdD12-May-20243.2 KiB6744

crypto-key-agreement-overview.mdD12-May-20242.8 KiB8252

crypto-key-agreement-using-dh.mdD12-May-20242.5 KiB4030

crypto-key-agreement-using-ecdh.mdD12-May-20243.3 KiB4433

crypto-key-agreement-using-x25519.mdD12-May-20243.1 KiB4333

crypto-key-derivation.mdD12-May-20244.2 KiB9369

crypto-key-generation-conversion-overview.mdD12-May-2024734 208

crypto-rsa-asym-encrypt-decrypt-by-segment.mdD12-May-20246.8 KiB9877

crypto-rsa-asym-encrypt-decrypt-pkcs1.mdD12-May-20248.6 KiB8463

crypto-rsa-asym-encrypt-decrypt-pkcs1_oaep.mdD12-May-20248.6 KiB123101

crypto-rsa-sign-sig-verify-pkcs1-by-segment.mdD12-May-20246.1 KiB9472

crypto-rsa-sign-sig-verify-pkcs1.mdD12-May-20244.9 KiB8056

crypto-rsa-sign-sig-verify-pss.mdD12-May-20248.1 KiB12096

crypto-sign-sig-verify-overview.mdD12-May-202414.2 KiB203144

crypto-sm2-asym-encrypt-decrypt.mdD12-May-20245.7 KiB8563

crypto-sm2-sign-sig-verify-pkcs1.mdD12-May-20244.2 KiB7352

crypto-sm4-sym-encrypt-decrypt-ecb.mdD12-May-20244.8 KiB8057

crypto-sym-encrypt-decrypt-spec.mdD12-May-20248.7 KiB12272

crypto-sym-key-generation-conversion-spec.mdD12-May-20244.4 KiB9853

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