Symmetric Encryption (Global)

High-quality technical overview of Symmetric Encryption in the context of blockchain security.

Asymmetric [encryption](/pl/terms/asymmetric-encryption) is the cornerstone of blockchain technology. Unlike symmetric encryption (where the same key is used to lock and unlock), asymmetric encryption uses two related but different keys. The Public Key acts like your mailbox address (anyone can see it and send you mail), while the Private Key is the physical key to the mailbox that only you possess. This allows for secure communication and digital signatures without ever having to share a master password.

        graph LR
  Center["Symmetric Encryption (Global)"]:::main
  Rel_asymmetric_encryption["asymmetric-encryption"]:::related -.-> Center
  click Rel_asymmetric_encryption "/terms/asymmetric-encryption"
  Rel_homomorphic_encryption["homomorphic-encryption"]:::related -.-> Center
  click Rel_homomorphic_encryption "/terms/homomorphic-encryption"
  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;

      

🧠 Sprawdzenie wiedzy

1 / 1

🧒 Wyjaśnij jak 5-latkowi

🔐 To jak posiadanie kłódki, którą otwartą zostawiasz w publicznym miejscu : każdy może ją zatrzasnąć, ale tylko Ty masz klucz, żeby ją otworzyć.

🤓 Expert Deep Dive

W blockchainie szyfrowanie asymetryczne umożliwia tworzenie podpisów cyfrowych. Dzięki nim sieć wie, że transakcja pochodzi od prawowitego właściciela środków, bez ujawniania jego hasła.

📚 Źródła