Performance Analysis of Pure Hardware Implementation CRYSTALS KYBER PQC Algorithm
Implementation Plan:
—————————
Step 1: Initially , we load and collect data from “Cryptographic Algorithm Classification” Dataset.
Step 2: Then, we generate CRYSTALS-KYBER public and private key pairs using PyKyber based on dataset keys.
Step 3: Then, we encrypt the data with encrypted ciphertext using Kyber encryption technique.
Step 4: Next, we decrypt the encrypted ciphertext using the private key to recover the original plaintext.
Step 5: Next, we Validate the data correctness by comparing the decrypted message with the original plaintext.
Step 6: Next, we Measure the execution time and computational efficiency for different security levels (Kyber-512, Kyber-768, Kyber-1024).
Step 7: Next, we analyze encryption/decryption patterns to optimize the Kyber parameters.
Step 8: Finally, we plot graph for the following metrics:
8.1: Number of Data vs. Encryption Time (ms)
8.2: Number of Data vs. Decryption Time (ms)
8.3: Number of Data vs. Key Generation Time (ms)
Software Requirements:
—————————–
1. Development Tool: Python 3.11.4 or above
2. Operating System: Windows-10(64-bit) or above
Dataset :
———–
Link : https://www.kaggle.com/datasets/chaitanya205/cryptographic-algorithm-classification-dataset
Note :-
———
1) If the above plan does not satisfy your requirement, please provide the processing details, like the above step-by-step.
2) Please note that this implementation plan does not include any further steps after it is put into implementation.
3) If the plan satisfies your requirement, Please confirm with us.
4) Project based on Simulation only, not a real time project.
5) Please understand that any modifications made to the confirmed implementation plan will not be made before or after the project development.