Concept Flow - Asymmetric encryption (RSA, ECC)
Generate Key Pair
Public Key (shared)
Encrypt with Public Key
Send Encrypted Message
Decrypt Message
First, a pair of keys is created: one public and one private. The public key encrypts messages, and only the private key can decrypt them, ensuring secure communication.