Criptografia em trânsito

Proteção de dados enquanto são transmitidos através de uma rede.

Protege as tuas passwords e dados bancários sempre que usas um site com HTTPS.

        graph LR
  Center["Criptografia em trânsito"]:::main
  Rel_sockets["sockets"]:::related -.-> Center
  click Rel_sockets "/terms/sockets"
  Rel_validator["validator"]:::related -.-> Center
  click Rel_validator "/terms/validator"
  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;

      

🧒 Explique como se eu tivesse 5 anos

É como se as tuas mensagens viajassem num carro blindado: ninguém as pode ler até chegarem ao destino.

🤓 Expert Deep Dive

O protocolo TLS 1.3 é o padrão atual, oferecendo confidencialidade e integridade. Autenticação via certificados X.509 é vital.

❓ Perguntas frequentes

Is SSL still used for encryption in transit?

No, SSL is deprecated due to vulnerabilities. SSL's modern successor, TLS, is used instead.

Does encryption in transit protect my hard drive?

No, that requires 'Encryption at Rest'. Encryption in transit only protects data while it's moving.

📚 Fontes