JSON
Security Protocols - JSON
Security protocols are a set of technical standards and procedures designed to protect the confidentiality, integrity, and availability of network communications and data. They are utilized at various layers including TLS/SSL for communication encryption, IPsec for VPN protection, OAuth/OpenID Connect for authentication and authorization, and SSH for secure remote access. In modern digital infrastructure, these protocols form the foundation for defense against cyber attacks and privacy protection.
security
encryption
authentication
authorization
TLS
OAuth
network security
cybersecurity
[
{
"code": "TLS",
"slug": "tls",
"name": "TLS (Transport Layer Security)",
"description": "A communication protocol that encrypts web browsing and email.",
"category": "Communication Encryption"
},
{
"code": "SSL",
"slug": "ssl",
"name": "SSL (Secure Sockets Layer)",
"description": "A legacy communication encryption protocol that preceded TLS.",
"category": "Communication Encryption"
},
{
"code": "IPsec",
"slug": "ipsec",
"name": "IPsec (Internet Protocol Security)",
"description": "A protocol that encrypts VPN traffic at the IP layer.",
"category": "Network Security"
},
{
"code": "OAuth",
"slug": "oauth",
"name": "OAuth (Open Authorization)",
"description": "A framework that enables secure API and application authorization.",
"category": "Authentication & Authorization"
},
{
"code": "OIDC",
"slug": "openid-connect",
"name": "OpenID Connect",
"description": "An authentication layer built on top of OAuth 2.0 that enables single sign-on.",
"category": "Authentication & Authorization"
},
{
"code": "SSH",
"slug": "ssh",
"name": "SSH (Secure Shell)",
"description": "A protocol that provides secure remote access for command-line sessions.",
"category": "Remote Access"
},
{
"code": "HTTPS",
"slug": "https",
"name": "HTTPS (HTTP Secure)",
"description": "A secure web communication protocol that protects sensitive data such as passwords and payment information.",
"category": "Communication Encryption"
},
{
"code": "SFTP",
"slug": "sftp",
"name": "SFTP (SSH File Transfer Protocol)",
"description": "A secure file transfer protocol that operates over SSH.",
"category": "File Transfer"
},
{
"code": "Kerberos",
"slug": "kerberos",
"name": "Kerberos",
"description": "A ticket-based secure authentication protocol for enterprise networks.",
"category": "Authentication & Authorization"
},
{
"code": "SAML",
"slug": "saml",
"name": "SAML (Security Assertion Markup Language)",
"description": "A federated identity standard for cross-organization single sign-on.",
"category": "Authentication & Authorization"
},
{
"code": "DNSSEC",
"slug": "dnssec",
"name": "DNSSEC (Domain Name System Security Extensions)",
"description": "Security extensions that prevent DNS spoofing through digital signatures.",
"category": "Network Security"
},
{
"code": "WPA3",
"slug": "wpa3",
"name": "WPA3 (Wi-Fi Protected Access 3)",
"description": "A security standard that provides stronger Wi-Fi encryption than WPA2.",
"category": "Wireless Security"
},
{
"code": "PGP",
"slug": "pgp",
"name": "PGP/GPG (Pretty Good Privacy / GNU Privacy Guard)",
"description": "A protocol that encrypts emails and files for privacy.",
"category": "Data Encryption"
},
{
"code": "DTLS",
"slug": "dtls",
"name": "DTLS (Datagram Transport Layer Security)",
"description": "A TLS protocol for UDP-based applications.",
"category": "Communication Encryption"
},
{
"code": "RADIUS",
"slug": "radius",
"name": "RADIUS (Remote Authentication Dial-In User Service)",
"description": "A centralized AAA protocol for VPNs and Wi-Fi.",
"category": "Authentication & Authorization"
},
{
"code": "LDAP",
"slug": "ldap",
"name": "LDAP (Lightweight Directory Access Protocol)",
"description": "A directory-based authentication protocol for email and file servers.",
"category": "Authentication & Authorization"
},
{
"code": "SRTP",
"slug": "srtp",
"name": "SRTP (Secure Real-time Transport Protocol)",
"description": "A protocol that secures VoIP for private calls.",
"category": "Communication Encryption"
},
{
"code": "SMTPS",
"slug": "smtps",
"name": "SMTPS (SMTP over SSL/TLS)",
"description": "A protocol that protects email sending using TLS.",
"category": "Communication Encryption"
},
{
"code": "IMAPS",
"slug": "imaps",
"name": "IMAPS (IMAP over SSL/TLS)",
"description": "A protocol that protects email retrieval using TLS.",
"category": "Communication Encryption"
}
]