공개키 (퍼블릭 키)

공개용 암호 식별자.

Components: Source (Anchor text), Destination (URL/ID), Protocol (HTTP/HTTPS/mailto). Issues: Link rot, Clickjacking (malicious overlay).

        graph LR
  Center["공개키 (퍼블릭 키)"]:::main
  Pre_cryptography["cryptography"]:::pre --> Center
  click Pre_cryptography "/terms/cryptography"
  Pre_asymmetric_encryption["asymmetric-encryption"]:::pre --> Center
  click Pre_asymmetric_encryption "/terms/asymmetric-encryption"
  Pre_hashing["hashing"]:::pre --> Center
  click Pre_hashing "/terms/hashing"
  Rel_private_key["private-key"]:::related -.-> Center
  click Rel_private_key "/terms/private-key"
  Rel_wallet_address["wallet-address"]:::related -.-> Center
  click Rel_wallet_address "/terms/wallet-address"
  Rel_digital_signature["digital-signature"]:::related -.-> Center
  click Rel_digital_signature "/terms/digital-signature"
  classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
  classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
  classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
  classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
  linkStyle default stroke:#4b5563,stroke-width:2px;

      

🧒 5살도 이해할 수 있게 설명

내 '은행 계좌번호'와 같습니다. 돈을 받기 위해 다른 사람들에게 알려주는 주소입니다.

🤓 Expert Deep Dive

🔗 관련 용어

📚 출처