Web sites need to use encryption to help their visitors know they're in the right place, as well as provide confidentiality and content integrity. Sites that don't support HTTPS may expose sensitive data and have their pages modified and subverted.
To deploy HTTPS properly, web sites must redirect all unsafe (plaintext) traffic to the encrypted variant. This approach ensures that no sensitive data is exposed and that further security technologies can be activated.
HTTP Strict Transport Security (HSTS) is an HTTPS extension that instructs browsers to remember sites that use encryption and enforce strict security requirements. Without HSTS, active network attacks are easy to carry out.
HSTS Preloading is informing browsers in advance about a site's use of HSTS, which means that strict security can be enforced even on the first visit. This approach provides best HTTPS security available today.
Content Security Policy (CSP) is an additional security layer that enables web sites to control browser behavior, creating a safety net that can counter attacks such as cross-site scripting.
All hosts that receive email need encryption to ensure confidentiality of email messages. Email servers thus need to support STARTTLS, as well as provide decent TLS configuration and correct certificates.
Sender Policy Framework (SPF) enables organizations to designate servers that are allowed to send email messages on their behalf. With SPF in place, spam is easier to identify.
Domain-based Message Authentication, Reporting, and Conformance (DMARC) is a mechanism that allows organizations to specify how unauthenticated email (identified using SPF and DKIM) should be handled.
Correctly functioning name servers are necessary to hold and distribute information that's necessary for your domain name to operate correctly. Examples include converting names to IP addresses, determining where email should go, and so on. More recently, the DNS is being used to communicate email and other security policies.
These are the results of individual DNS queries against your nameserver for each resource record type.
Name | TTL | Type | Data |
---|---|---|---|
simplelogin.io. | 30 | A | 94.237.111.15 |
www.simplelogin.io. | 300 | CNAME | simplelogin.io. |
simplelogin.io. | 30 | AAAA | 2a04:3544:1000:1510:8c7a:9cff:fe3c:4b2c |
simplelogin.io. | 3600 | CAA | 0 issue "comodoca.com" |
simplelogin.io. | 3600 | CAA | 0 issue "digicert.com" |
simplelogin.io. | 3600 | CAA | 0 issue "letsencrypt.org" |
simplelogin.io. | 3600 | CAA | 0 issuewild "comodoca.com" |
simplelogin.io. | 3600 | CAA | 0 issuewild "digicert.com" |
simplelogin.io. | 3600 | CAA | 0 issuewild "letsencrypt.org" |
simplelogin.io. | 300 | MX | 10 mx1.simplelogin.co. |
simplelogin.io. | 300 | MX | 20 mx2.simplelogin.co. |
simplelogin.io. | 300 | TXT | v=spf1 include:simplelogin.co ~all |
simplelogin.io. | 300 | TXT | google-site-verification=edUGaHD3wEFAoHRca08TXT2TaI9ebCRg1NA05JymoWI |
_dmarc.simplelogin.io. | 300 | TXT | v=DMARC1; p=reject; sp=none; fo=1; rua=mailto:dmarc-rua@simplelogin.co;ruf=mailto:dmarc-ruf@simplelogin.co; adkim=r; aspf=r |
_mta-sts.simplelogin.io. | 300 | TXT | v=STSv1; id=20200325; |
mta-sts.simplelogin.io. | 300 | CNAME | simplelogin.io. |
_smtp._tls.simplelogin.io. | 300 | TXT | v=TLSRPTv1;rua=mailto:tlsrpt@simplelogin.io |
simplelogin.io. | 86400 | NS | kay.ns.cloudflare.com. |
simplelogin.io. | 86400 | NS | marek.ns.cloudflare.com. |
simplelogin.io. | 3600 | SOA | kay.ns.cloudflare.com. dns.cloudflare.com. 2036901077 10000 2400 604800 3600 |
DNSSEC is an extension of the DNS protocol that provides cryptographic assurance of the authenticity and integrity of responses; it's intended as a defense against network attackers who are able to manipulate DNS to redirect their victims to servers of their choice. DNSSEC is controversial, with the industry split largely between those who think it's essential and those who believe that it's problematic and unnecessary.
CAA (RFC 6844) is a new standard that allows domain name owners to restrict which CAs are allowed to issue certificates for their domains. This can help to reduce the chance of misissuance, either accidentally or maliciously. In September 2017, CAA became mandatory for CAs to implement.
The DNS hostname where this policy is located.Policy host | simplelogin.io |
The issue property tag is used to request that certificate issuers perform CAA issue restriction processing for the domain and to grant authorization to specific certificate issuers.issue | letsencrypt.org flags: 0 |
The issuewild property has the same syntax and semantics as the issue property except that issuewild properties only grant authorization to issue certificates that specify a wildcard domain and issuewild properties take precedence over issue properties when specified.issuewild | comodoca.com flags: 0 |
The issuewild property has the same syntax and semantics as the issue property except that issuewild properties only grant authorization to issue certificates that specify a wildcard domain and issuewild properties take precedence over issue properties when specified.issuewild | digicert.com flags: 0 |
The issuewild property has the same syntax and semantics as the issue property except that issuewild properties only grant authorization to issue certificates that specify a wildcard domain and issuewild properties take precedence over issue properties when specified.issuewild | letsencrypt.org flags: 0 |
The issue property tag is used to request that certificate issuers perform CAA issue restriction processing for the domain and to grant authorization to specific certificate issuers.issue | comodoca.com flags: 0 |
The issue property tag is used to request that certificate issuers perform CAA issue restriction processing for the domain and to grant authorization to specific certificate issuers.issue | digicert.com flags: 0 |
An internet hostname can be served by zero or more mail servers, as specified by MX (mail exchange) DNS resource records. Each server can further resolve to multiple IP addresses, for example to handle IPv4 and IPv6 clients. Thus, in practice, hosts that wish to receive email reliably are supported by many endpoint.
Server | Preference | Operational | STARTTLS | TLS | PKI | DNSSEC | DANE |
---|---|---|---|---|---|---|---|
mx1.simplelogin.co 2a04:3544:1000:1510:8c7a:9cff:fe3c:4b2c PTR: mx1.simplelogin.co | 10 | 220-mx1.simplelogin.co ESMTP Postfix (Ubuntu) 220 mx1.simplelogin.co ESMTP Postfix (Ubuntu) EHLO outbound.hardenize.com 250-mx1.simplelogin.co 250-PIPELINING 250-SIZE 25600000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 SMTPUTF8 QUIT 221 2.0.0 Bye | Supports STARTTLS. | ||||
mx1.simplelogin.co 94.237.111.15 PTR: mx1.simplelogin.co | 10 | 220-mx1.simplelogin.co ESMTP Postfix (Ubuntu) 220 mx1.simplelogin.co ESMTP Postfix (Ubuntu) EHLO outbound.hardenize.com 250-mx1.simplelogin.co 250-PIPELINING 250-SIZE 25600000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 SMTPUTF8 QUIT 221 2.0.0 Bye | Supports STARTTLS. | ||||
mx2.simplelogin.co 2a04:3544:1000:1510:8c7a:9cff:fe3c:4e55 PTR: mx2.simplelogin.co | 20 | 220 mx2.simplelogin.co ESMTP Postfix (Ubuntu) EHLO outbound.hardenize.com 250-mx2.simplelogin.co 250-PIPELINING 250-SIZE 25600000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 SMTPUTF8 QUIT 221 2.0.0 Bye | Supports STARTTLS. | ||||
mx2.simplelogin.co 94.237.125.28 PTR: mx2.simplelogin.co | 20 | 220 mx2.simplelogin.co ESMTP Postfix (Ubuntu) EHLO outbound.hardenize.com 250-mx2.simplelogin.co 250-PIPELINING 250-SIZE 25600000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 SMTPUTF8 QUIT 221 2.0.0 Bye | Supports STARTTLS. |
Transport Layer Security (TLS) is the most widely used encryption protocol on the Internet. In combination with valid certificates, servers can establish trusted communication channels even with users who have never visited them before. Network attackers can't uncover what is being communicated, even when they can see all the traffic.
Encryption protocol version determines what features are available for negotiation between client and server.Supported protocols | TLS v1.3 TLS v1.2 TLS v1.1 |
Servers should always enforce their own cipher suite preference, as that is the only approach that guarantees that the best possible suite is selected.Server suite preference | |
Shows cipher suite configuration for this protocol version.TLS v1.3 Unknown preference | Suite: TLS_CHACHA20_POLY1305_SHA256 Suite ID: 0x1303 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_AES_128_GCM_SHA256 Suite ID: 0x1301 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_AES_256_GCM_SHA384 Suite ID: 0x1302 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.2 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xcca8 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xccaa Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (DHE 2048 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0xc013 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0xc014 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 Suite ID: 0xc027 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 Suite ID: 0xc028 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0xc02f Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0xc030 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0x33 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0x39 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc050 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_ARIA_128_GCM_SHA256 128 bits Suite: TLS_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc051 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA384 TLS_RSA_WITH_ARIA_256_GCM_SHA384 256 bits Suite: TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc052 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc053 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 256 bits (DHE 2048 bits) Suite: TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc060 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc061 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 Suite ID: 0x67 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 Suite ID: 0x6b Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_AES_128_CCM Suite ID: 0xc09c Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_128_CCM 128 bits Suite: TLS_RSA_WITH_AES_256_CCM Suite ID: 0xc09d Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_256_CCM 256 bits Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0x9e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CCM Suite ID: 0xc09e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CCM 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0x9f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CCM Suite ID: 0xc09f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CCM 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_AES_128_CCM_8 Suite ID: 0xc0a0 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_128_CCM_8 128 bits Suite: TLS_RSA_WITH_AES_256_CCM_8 Suite ID: 0xc0a1 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_256_CCM_8 256 bits Suite: TLS_DHE_RSA_WITH_AES_128_CCM_8 Suite ID: 0xc0a2 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CCM_8 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CCM_8 Suite ID: 0xc0a3 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CCM_8 256 bits (DHE 2048 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.1 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0xc013 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0xc014 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0x33 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0x39 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 bits (DHE 2048 bits) |
Encryption protocol version determines what features are available for negotiation between client and server.Supported protocols | TLS v1.3 TLS v1.2 TLS v1.1 |
Servers should always enforce their own cipher suite preference, as that is the only approach that guarantees that the best possible suite is selected.Server suite preference | |
Shows cipher suite configuration for this protocol version.TLS v1.3 Unknown preference | Suite: TLS_CHACHA20_POLY1305_SHA256 Suite ID: 0x1303 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_AES_128_GCM_SHA256 Suite ID: 0x1301 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_AES_256_GCM_SHA384 Suite ID: 0x1302 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.2 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xcca8 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xccaa Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (DHE 2048 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0xc013 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0xc014 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 Suite ID: 0xc027 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 Suite ID: 0xc028 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0xc02f Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0xc030 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0x33 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0x39 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc050 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_ARIA_128_GCM_SHA256 128 bits Suite: TLS_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc051 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA384 TLS_RSA_WITH_ARIA_256_GCM_SHA384 256 bits Suite: TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc052 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc053 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 256 bits (DHE 2048 bits) Suite: TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc060 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc061 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 Suite ID: 0x67 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 Suite ID: 0x6b Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_AES_128_CCM Suite ID: 0xc09c Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_128_CCM 128 bits Suite: TLS_RSA_WITH_AES_256_CCM Suite ID: 0xc09d Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_256_CCM 256 bits Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0x9e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CCM Suite ID: 0xc09e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CCM 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0x9f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CCM Suite ID: 0xc09f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CCM 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_AES_128_CCM_8 Suite ID: 0xc0a0 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_128_CCM_8 128 bits Suite: TLS_RSA_WITH_AES_256_CCM_8 Suite ID: 0xc0a1 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_256_CCM_8 256 bits Suite: TLS_DHE_RSA_WITH_AES_128_CCM_8 Suite ID: 0xc0a2 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CCM_8 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CCM_8 Suite ID: 0xc0a3 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CCM_8 256 bits (DHE 2048 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.1 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0xc013 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0xc014 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0x33 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0x39 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 bits (DHE 2048 bits) |
Encryption protocol version determines what features are available for negotiation between client and server.Supported protocols | TLS v1.3 TLS v1.2 TLS v1.1 |
Servers should always enforce their own cipher suite preference, as that is the only approach that guarantees that the best possible suite is selected.Server suite preference | |
Shows cipher suite configuration for this protocol version.TLS v1.3 Unknown preference | Suite: TLS_CHACHA20_POLY1305_SHA256 Suite ID: 0x1303 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_AES_128_GCM_SHA256 Suite ID: 0x1301 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_AES_256_GCM_SHA384 Suite ID: 0x1302 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.2 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xcca8 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xccaa Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (DHE 2048 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0xc013 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0xc014 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 Suite ID: 0xc027 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 Suite ID: 0xc028 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0xc02f Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0xc030 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0x33 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0x39 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc050 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_ARIA_128_GCM_SHA256 128 bits Suite: TLS_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc051 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA384 TLS_RSA_WITH_ARIA_256_GCM_SHA384 256 bits Suite: TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc052 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc053 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 256 bits (DHE 2048 bits) Suite: TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc060 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc061 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 Suite ID: 0x67 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 Suite ID: 0x6b Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_AES_128_CCM Suite ID: 0xc09c Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_128_CCM 128 bits Suite: TLS_RSA_WITH_AES_256_CCM Suite ID: 0xc09d Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_256_CCM 256 bits Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0x9e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CCM Suite ID: 0xc09e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CCM 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0x9f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CCM Suite ID: 0xc09f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CCM 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_AES_128_CCM_8 Suite ID: 0xc0a0 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_128_CCM_8 128 bits Suite: TLS_RSA_WITH_AES_256_CCM_8 Suite ID: 0xc0a1 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_256_CCM_8 256 bits Suite: TLS_DHE_RSA_WITH_AES_128_CCM_8 Suite ID: 0xc0a2 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CCM_8 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CCM_8 Suite ID: 0xc0a3 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CCM_8 256 bits (DHE 2048 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.1 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0xc013 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0xc014 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0x33 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0x39 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 bits (DHE 2048 bits) |
Encryption protocol version determines what features are available for negotiation between client and server.Supported protocols | TLS v1.3 TLS v1.2 TLS v1.1 |
Servers should always enforce their own cipher suite preference, as that is the only approach that guarantees that the best possible suite is selected.Server suite preference | |
Shows cipher suite configuration for this protocol version.TLS v1.3 Unknown preference | Suite: TLS_CHACHA20_POLY1305_SHA256 Suite ID: 0x1303 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_AES_128_GCM_SHA256 Suite ID: 0x1301 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_AES_256_GCM_SHA384 Suite ID: 0x1302 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.2 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xcca8 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xccaa Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (DHE 2048 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0xc013 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0xc014 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 Suite ID: 0xc027 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 Suite ID: 0xc028 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0xc02f Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0xc030 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0x33 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0x39 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc050 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_ARIA_128_GCM_SHA256 128 bits Suite: TLS_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc051 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA384 TLS_RSA_WITH_ARIA_256_GCM_SHA384 256 bits Suite: TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc052 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc053 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 256 bits (DHE 2048 bits) Suite: TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 Suite ID: 0xc060 Cipher name: ARIA Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 Suite ID: 0xc061 Cipher name: ARIA Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 Suite ID: 0x67 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 Suite ID: 0x6b Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_AES_128_CCM Suite ID: 0xc09c Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_128_CCM 128 bits Suite: TLS_RSA_WITH_AES_256_CCM Suite ID: 0xc09d Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_256_CCM 256 bits Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0x9e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CCM Suite ID: 0xc09e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CCM 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0x9f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CCM Suite ID: 0xc09f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CCM 256 bits (DHE 2048 bits) Suite: TLS_RSA_WITH_AES_128_CCM_8 Suite ID: 0xc0a0 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_128_CCM_8 128 bits Suite: TLS_RSA_WITH_AES_256_CCM_8 Suite ID: 0xc0a1 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: RSA Key exchange strength: 2048 bits Forward secrecy: No (WEAK) PRF: SHA256 TLS_RSA_WITH_AES_256_CCM_8 256 bits Suite: TLS_DHE_RSA_WITH_AES_128_CCM_8 Suite ID: 0xc0a2 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_CCM_8 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CCM_8 Suite ID: 0xc0a3 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_256_CCM_8 256 bits (DHE 2048 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.1 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0xc013 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0xc014 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_CBC_SHA Suite ID: 0x33 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_128_CBC_SHA 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_CBC_SHA Suite ID: 0x39 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: CBC Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA TLS_DHE_RSA_WITH_AES_256_CBC_SHA 256 bits (DHE 2048 bits) |
A certificate is a digital document that contains a public key, some information about the entity associated with it, and a digital signature from the certificate issuer. It’s a mechanism that enables us to exchange, store, and use public keys. Being able to reliably verify the identity of a remote server is crucial in order to achieve secure encrypted communication.
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | 64661349da26902029f8fa5d77cbea733702ce11 |
Serial | 3e0d5ca0294c3b1dd7f43582ac4cf994761 |
Not Before | 17 Mar 2021 17:56:02 UTC |
Not After | 15 Jun 2021 17:56:02 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 17 Mar 2021 18:56:02 UTC | Cloudflare 'Nimbus2021' Log | Non-Google (Qualified) 17 Mar 2021 18:56:02 UTC | Google 'Argon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | c35405b619cc93a10fed4247dc68bda71bfefcb3 |
SHA256 | 69e773451c944c28ff941ca37a433fc038f3cb11154b46d9f3d1de07e21523b0 |
SPKI SHA256 | 83c5f3574368d4716d6142c25a90c9cb61fee3c1e66ce9fa547d02f6d6c80787 |
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | 64661349da26902029f8fa5d77cbea733702ce11 |
Serial | 3e0d5ca0294c3b1dd7f43582ac4cf994761 |
Not Before | 17 Mar 2021 17:56:02 UTC |
Not After | 15 Jun 2021 17:56:02 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 17 Mar 2021 18:56:02 UTC | Cloudflare 'Nimbus2021' Log | Non-Google (Qualified) 17 Mar 2021 18:56:02 UTC | Google 'Argon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | c35405b619cc93a10fed4247dc68bda71bfefcb3 |
SHA256 | 69e773451c944c28ff941ca37a433fc038f3cb11154b46d9f3d1de07e21523b0 |
SPKI SHA256 | 83c5f3574368d4716d6142c25a90c9cb61fee3c1e66ce9fa547d02f6d6c80787 |
Subject DN | CN=R3, O=Let's Encrypt, C=US |
Subject Key Identifier | 142eb317b75856cbae500940e61faf9d8b14c2c6 |
Serial | 400175048314a4c8218c84a90c16cddf |
Not Before | 07 Oct 2020 19:21:40 UTC |
Not After | 29 Sep 2021 19:21:40 UTC |
Validity period | 358 days |
Key Usage | digitalSignature, keyCertSign, cRLSign | Extended Key Usage | serverAuth, clientAuth |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Not Applicable |
Authority Key Identifier | keyid:c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Parent Certificate | http://apps.identrust.com/roots/dstrootcax3.p7c |
CRL | http://crl.identrust.com/DSTROOTCAX3CRL.crl |
CA certificate | Yes (pathlen 0) |
Fingerprints | |
SHA1 | 48504e974c0dac5b5cd476c8202274b24c8c7172 |
SHA256 | 730c1bdcd85f57ce5dc0bba733e5f1ba5a925b2a771d640a26f7a454224dad3b |
SPKI SHA256 | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d |
Subject DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Subject Key Identifier | c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Serial | 44afb080d6a327ba893039862ef8406b |
Not Before | 30 Sep 2000 21:12:19 UTC |
Not After | 30 Sep 2021 14:01:15 UTC |
Key Usage | keyCertSign, cRLSign |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Self-signed |
CA certificate | Yes (pathlen unlimited) |
Fingerprints | |
SHA1 | dac9024f54d8f6df94935fb1732638ca6ad77c13 |
SHA256 | 0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739 |
SPKI SHA256 | 563b3caf8cfef34c2335caf560a7a95906e8488462eb75ac59784830df9e5b2b |
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | 3c66d919b4b52af79dd9c2030ae0a8a82396cbe4 |
Serial | 32a44d5838dd1eb97a64afa43ce74e03049 |
Not Before | 30 Mar 2021 05:19:54 UTC |
Not After | 28 Jun 2021 05:19:54 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 30 Mar 2021 06:19:54 UTC | Let's Encrypt 'Oak2021' log | Non-Google (Qualified) 30 Mar 2021 06:19:54 UTC | Google 'Xenon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | 391bdfe5df588f72d1e2783f3ae7d034e15b865e |
SHA256 | 67df910aee2f6b344bc608f12dc7c92aeff5e1c8d84caae64a1465f65b2ac06e |
SPKI SHA256 | e1d82616cbbb2997fc2a545f5b2e19803bc7a216c38b94e3ebe4c11921c18aba |
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | 3c66d919b4b52af79dd9c2030ae0a8a82396cbe4 |
Serial | 32a44d5838dd1eb97a64afa43ce74e03049 |
Not Before | 30 Mar 2021 05:19:54 UTC |
Not After | 28 Jun 2021 05:19:54 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 30 Mar 2021 06:19:54 UTC | Let's Encrypt 'Oak2021' log | Non-Google (Qualified) 30 Mar 2021 06:19:54 UTC | Google 'Xenon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | 391bdfe5df588f72d1e2783f3ae7d034e15b865e |
SHA256 | 67df910aee2f6b344bc608f12dc7c92aeff5e1c8d84caae64a1465f65b2ac06e |
SPKI SHA256 | e1d82616cbbb2997fc2a545f5b2e19803bc7a216c38b94e3ebe4c11921c18aba |
Subject DN | CN=R3, O=Let's Encrypt, C=US |
Subject Key Identifier | 142eb317b75856cbae500940e61faf9d8b14c2c6 |
Serial | 400175048314a4c8218c84a90c16cddf |
Not Before | 07 Oct 2020 19:21:40 UTC |
Not After | 29 Sep 2021 19:21:40 UTC |
Validity period | 358 days |
Key Usage | digitalSignature, keyCertSign, cRLSign | Extended Key Usage | serverAuth, clientAuth |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Not Applicable |
Authority Key Identifier | keyid:c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Parent Certificate | http://apps.identrust.com/roots/dstrootcax3.p7c |
CRL | http://crl.identrust.com/DSTROOTCAX3CRL.crl |
CA certificate | Yes (pathlen 0) |
Fingerprints | |
SHA1 | 48504e974c0dac5b5cd476c8202274b24c8c7172 |
SHA256 | 730c1bdcd85f57ce5dc0bba733e5f1ba5a925b2a771d640a26f7a454224dad3b |
SPKI SHA256 | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d |
Subject DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Subject Key Identifier | c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Serial | 44afb080d6a327ba893039862ef8406b |
Not Before | 30 Sep 2000 21:12:19 UTC |
Not After | 30 Sep 2021 14:01:15 UTC |
Key Usage | keyCertSign, cRLSign |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Self-signed |
CA certificate | Yes (pathlen unlimited) |
Fingerprints | |
SHA1 | dac9024f54d8f6df94935fb1732638ca6ad77c13 |
SHA256 | 0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739 |
SPKI SHA256 | 563b3caf8cfef34c2335caf560a7a95906e8488462eb75ac59784830df9e5b2b |
DNS-based Authentication of Named Entities (DANE) is a bridge between DNSSEC and TLS. In one possible scenario, DANE can be used for public key pinning, building on an existing publicly-trusted certificate. In another approach, it can be used to completely bypass the CA ecosystem and establish trust using DNSSEC alone.
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d Root certificate: RSA 2048 bits |
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d Root certificate: RSA 2048 bits |
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d Root certificate: RSA 2048 bits |
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d Root certificate: RSA 2048 bits |
Sender Policy Framework (SPF) is a protocol that allows domain name owners to control which internet hosts are allowed to send email on their behalf. This simple mechanism can be used to reduce the effect of email spoofing and cut down on spam.
Host where this policy is located.Location | simplelogin.io |
SPF version used by this policy.v | spf1 |
Evaluates SPF policy specified in another DNS location. This directive is typically used to allow hosts controlled by another organization. include | simplelogin.co |
This policy element always matches. It's normally used at the end of a policy to specify the handling of hosts that don't match earlier mechanisms. ~all |
Policy text: v=spf1 include:simplelogin.co ~all
Location: simplelogin.io
Lookups: 2
Host where this policy is located.Location | simplelogin.co |
SPF version used by this policy.v | spf1 |
This mechanism matches if the sending IP address is one of the MX hosts for the domain name. mx | |
This policy element always matches. It's normally used at the end of a policy to specify the handling of hosts that don't match earlier mechanisms. ~all |
Domain-based Message Authentication, Reporting, and Conformance (DMARC) is a scalable mechanism by which a mail-originating organization can express domain-level policies and preferences for message validation, disposition, and reporting, that a mail-receiving organization can use to improve mail handling.
The location from which we obtained this policy.Policy location | _dmarc.simplelogin.io |
DMARC version used by this policy.v | DMARC1 |
Indicates the policy to be enacted by the receiver at the request of the domain owner. Possible values are: none, quarantine, and reject.p | reject |
Requested mail receiver policy for all subdomains. Same format as for the p tag.sp | none |
Configures failure reporting.fo | 1 |
Addresses to which aggregate feedback is to be sent.rua | mailto:dmarc-rua@simplelogin.co |
Addresses to which message-specific failure information is to be reported.ruf | mailto:dmarc-ruf@simplelogin.co |
Indicates whether strict or relaxed DKIM alignment mode is required.adkim | r |
Indicates whether strict or relaxed SPF alignment mode is required.aspf | r |
Policy: v=DMARC1; p=reject; sp=none; fo=1; rua=mailto:dmarc-rua@simplelogin.co;ruf=mailto:dmarc-ruf@simplelogin.co; adkim=r; aspf=r
Host: _dmarc.simplelogin.io
Permission record location: simplelogin.io._report._dmarc.simplelogin.co
External destination: mailto:dmarc-rua@simplelogin.co
Permission record contents: v=DMARC1
Permission record location: simplelogin.io._report._dmarc.simplelogin.co
External destination: mailto:dmarc-ruf@simplelogin.co
Permission record contents: v=DMARC1
SMTP Mail Transfer Agent Strict Transport Security (MTA-STS) is a mechanism enabling mail service providers to declare their ability to receive Transport Layer Security (TLS) secure SMTP connections, and to specify whether sending SMTP servers should refuse to deliver to MX hosts that do not offer TLS with a trusted server certificate.
Location from which we retrieved the policy indicator.Location | _mta-sts.simplelogin.io |
MTA-STS standard version used by this policy indicator.Version | STSv1 |
Unique policy identifier, whose value must change every time the underlying policy changes.ID | 20200325 |
The URL from which the policy was obtained.Location | https://mta-sts.simplelogin.io/.well-known/mta-sts.txt |
Policy standard version.version | STSv1 |
Policy duration, which specifies how long the sending MTAs should remember and enforce the server policy for.max‑age | 86,400 seconds (about 1 day) |
Policy mode, which can be one of 'none', 'testing' and 'enforcing'. Guess which is best! :)mode | testing |
One 'mx' directive specifies one email server pattern that's allowed for this host.mx | mx1.simplelogin.co |
One 'mx' directive specifies one email server pattern that's allowed for this host.mx | mx2.simplelogin.co |
Status code: 200
Length: 90 bytes
Content-Type: text/plain
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | e49571c9d20f173aba9553126c4743f575462b7e |
Serial | 4d7a9c7d78c48803dfb4200ea861adbaf51 |
Not Before | 28 Jan 2021 17:14:31 UTC |
Not After | 28 Apr 2021 17:14:31 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 28 Jan 2021 18:14:32 UTC | DigiCert Yeti2021 Log | Non-Google (Qualified) 28 Jan 2021 18:14:32 UTC | Google 'Xenon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | 9e90865347773009dddbac1a8c1d54557b53a639 |
SHA256 | d9d976b088994c0ce7ee29a76eb65ba827488f8fafb9ef0cb73322e35c5c7cea |
SPKI SHA256 | 61e49afb66b86f96c48485ac86140b038b4f18a7239d9f8cb334fd921b71adb6 |
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | e49571c9d20f173aba9553126c4743f575462b7e |
Serial | 4d7a9c7d78c48803dfb4200ea861adbaf51 |
Not Before | 28 Jan 2021 17:14:31 UTC |
Not After | 28 Apr 2021 17:14:31 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 28 Jan 2021 18:14:32 UTC | DigiCert Yeti2021 Log | Non-Google (Qualified) 28 Jan 2021 18:14:32 UTC | Google 'Xenon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | 9e90865347773009dddbac1a8c1d54557b53a639 |
SHA256 | d9d976b088994c0ce7ee29a76eb65ba827488f8fafb9ef0cb73322e35c5c7cea |
SPKI SHA256 | 61e49afb66b86f96c48485ac86140b038b4f18a7239d9f8cb334fd921b71adb6 |
Subject DN | CN=R3, O=Let's Encrypt, C=US |
Subject Key Identifier | 142eb317b75856cbae500940e61faf9d8b14c2c6 |
Serial | 400175048314a4c8218c84a90c16cddf |
Not Before | 07 Oct 2020 19:21:40 UTC |
Not After | 29 Sep 2021 19:21:40 UTC |
Validity period | 358 days |
Key Usage | digitalSignature, keyCertSign, cRLSign | Extended Key Usage | serverAuth, clientAuth |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Not Applicable |
Authority Key Identifier | keyid:c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Parent Certificate | http://apps.identrust.com/roots/dstrootcax3.p7c |
CRL | http://crl.identrust.com/DSTROOTCAX3CRL.crl |
CA certificate | Yes (pathlen 0) |
Fingerprints | |
SHA1 | 48504e974c0dac5b5cd476c8202274b24c8c7172 |
SHA256 | 730c1bdcd85f57ce5dc0bba733e5f1ba5a925b2a771d640a26f7a454224dad3b |
SPKI SHA256 | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d |
Subject DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Subject Key Identifier | c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Serial | 44afb080d6a327ba893039862ef8406b |
Not Before | 30 Sep 2000 21:12:19 UTC |
Not After | 30 Sep 2021 14:01:15 UTC |
Key Usage | keyCertSign, cRLSign |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Self-signed |
CA certificate | Yes (pathlen unlimited) |
Fingerprints | |
SHA1 | dac9024f54d8f6df94935fb1732638ca6ad77c13 |
SHA256 | 0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739 |
SPKI SHA256 | 563b3caf8cfef34c2335caf560a7a95906e8488462eb75ac59784830df9e5b2b |
SMTP TLS Reporting (RFC 8460), or TLS-RPT for short, describes a reporting mechanism and format by which systems sending email can share statistics and specific information about potential failures with recipient domains. Recipient domains can then use this information to both detect potential attacks and diagnose unintentional misconfigurations. TLS-RPT can be used with DANE or MTA-STS.
Location from which we retrieved the policy indicator.Location | _smtp._tls.simplelogin.io |
TLS-RPT standard version used by this policy indicator.Version | TLSRPTv1 |
Reporting endpoints specified in the policy.Reporting Endpoints | mailto:tlsrpt@simplelogin.io |
To observe your HTTP implementation, we submit a request to the homepage of your site on port 80, follow all redirections (even when they take us to other domain names), and record the returned HTTP headers.
To observe your HTTPS implementation, we submit a request to the homepage of your site on port 443, follow all redirections (even when they take us to other domain names), and record the returned HTTP headers. We use the most recent set of headers returned from the tested hostname for further tests such as HSTS and HPKP.
Transport Layer Security (TLS) is the most widely used encryption protocol on the Internet. In combination with valid certificates, servers can establish trusted communication channels even with users who have never visited them before. Network attackers can't uncover what is being communicated, even when they can see all the traffic.
Encryption protocol version determines what features are available for negotiation between client and server.Supported protocols | TLS v1.3 TLS v1.2 |
Servers should always enforce their own cipher suite preference, as that is the only approach that guarantees that the best possible suite is selected.Server suite preference | |
Shows cipher suite configuration for this protocol version.TLS v1.3 Unknown preference | Suite: TLS_CHACHA20_POLY1305_SHA256 Suite ID: 0x1303 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_AES_128_GCM_SHA256 Suite ID: 0x1301 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_AES_256_GCM_SHA384 Suite ID: 0x1302 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.2 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xcca8 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0xc02f Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0xc030 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0x9e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0x9f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (DHE 2048 bits) |
SCT transport: CERT
Encryption protocol version determines what features are available for negotiation between client and server.Supported protocols | TLS v1.3 TLS v1.2 |
Servers should always enforce their own cipher suite preference, as that is the only approach that guarantees that the best possible suite is selected.Server suite preference | |
Shows cipher suite configuration for this protocol version.TLS v1.3 Unknown preference | Suite: TLS_CHACHA20_POLY1305_SHA256 Suite ID: 0x1303 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_AES_128_GCM_SHA256 Suite ID: 0x1301 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_AES_256_GCM_SHA384 Suite ID: 0x1302 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.2 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xcca8 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0xc02f Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0xc030 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0x9e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0x9f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (DHE 2048 bits) |
SCT transport: CERT
Encryption protocol version determines what features are available for negotiation between client and server.Supported protocols | TLS v1.3 TLS v1.2 |
Servers should always enforce their own cipher suite preference, as that is the only approach that guarantees that the best possible suite is selected.Server suite preference | |
Shows cipher suite configuration for this protocol version.TLS v1.3 Unknown preference | Suite: TLS_CHACHA20_POLY1305_SHA256 Suite ID: 0x1303 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_AES_128_GCM_SHA256 Suite ID: 0x1301 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_AES_256_GCM_SHA384 Suite ID: 0x1302 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.2 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xcca8 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0xc02f Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0xc030 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0x9e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0x9f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (DHE 2048 bits) |
SCT transport: CERT
Encryption protocol version determines what features are available for negotiation between client and server.Supported protocols | TLS v1.3 TLS v1.2 |
Servers should always enforce their own cipher suite preference, as that is the only approach that guarantees that the best possible suite is selected.Server suite preference | |
Shows cipher suite configuration for this protocol version.TLS v1.3 Unknown preference | Suite: TLS_CHACHA20_POLY1305_SHA256 Suite ID: 0x1303 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_AES_128_GCM_SHA256 Suite ID: 0x1301 Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_AES_256_GCM_SHA384 Suite ID: 0x1302 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ecdh_x25519 Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) |
Shows cipher suite configuration for this protocol version.TLS v1.2 Unknown preference | Suite: TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 Suite ID: 0xcca8 Cipher name: CHACHA20 Cipher strength: 256 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 256 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0xc02f Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA256 TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (ECDHE 256 bits) Suite: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0xc030 Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: ECDHE_RSA Key exchange strength: EC ecdh_x25519 (256 bits) Forward secrecy: Yes PRF: SHA384 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (ECDHE 256 bits) Suite: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 Suite ID: 0x9e Cipher name: AES Cipher strength: 128 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA256 TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 128 bits (DHE 2048 bits) Suite: TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 Suite ID: 0x9f Cipher name: AES Cipher strength: 256 bits Cipher block size: 128 bits Cipher mode: AEAD Key exchange: DHE_RSA Key exchange strength: 2048 bits Forward secrecy: Yes PRF: SHA384 TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 256 bits (DHE 2048 bits) |
SCT transport: CERT
A certificate is a digital document that contains a public key, some information about the entity associated with it, and a digital signature from the certificate issuer. It’s a mechanism that enables us to exchange, store, and use public keys. Being able to reliably verify the identity of a remote server is crucial in order to achieve secure encrypted communication.
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | e49571c9d20f173aba9553126c4743f575462b7e |
Serial | 4d7a9c7d78c48803dfb4200ea861adbaf51 |
Not Before | 28 Jan 2021 17:14:31 UTC |
Not After | 28 Apr 2021 17:14:31 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 28 Jan 2021 18:14:32 UTC | DigiCert Yeti2021 Log | Non-Google (Qualified) 28 Jan 2021 18:14:32 UTC | Google 'Xenon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | 9e90865347773009dddbac1a8c1d54557b53a639 |
SHA256 | d9d976b088994c0ce7ee29a76eb65ba827488f8fafb9ef0cb73322e35c5c7cea |
SPKI SHA256 | 61e49afb66b86f96c48485ac86140b038b4f18a7239d9f8cb334fd921b71adb6 |
Determining whether a certificate is considered valid is a complicated process that depends on the exact configuration of the validating party. For trust to be established, the certificate must form a chain that ends with a trusted root. In this section we evaluate the server's certificate against major root stores.
Platform | Trusted |
---|---|
Apple | |
Google AOSP | |
Microsoft | |
Mozilla |
For a server certificate to be valid, it must be presented as part of a complete and valid certificate chain. The last certificate in the chain should be the root and is usually not included in the configuration.
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | e49571c9d20f173aba9553126c4743f575462b7e |
Serial | 4d7a9c7d78c48803dfb4200ea861adbaf51 |
Not Before | 28 Jan 2021 17:14:31 UTC |
Not After | 28 Apr 2021 17:14:31 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 28 Jan 2021 18:14:32 UTC | DigiCert Yeti2021 Log | Non-Google (Qualified) 28 Jan 2021 18:14:32 UTC | Google 'Xenon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | 9e90865347773009dddbac1a8c1d54557b53a639 |
SHA256 | d9d976b088994c0ce7ee29a76eb65ba827488f8fafb9ef0cb73322e35c5c7cea |
SPKI SHA256 | 61e49afb66b86f96c48485ac86140b038b4f18a7239d9f8cb334fd921b71adb6 |
Subject DN | CN=R3, O=Let's Encrypt, C=US |
Subject Key Identifier | 142eb317b75856cbae500940e61faf9d8b14c2c6 |
Serial | 400175048314a4c8218c84a90c16cddf |
Not Before | 07 Oct 2020 19:21:40 UTC |
Not After | 29 Sep 2021 19:21:40 UTC |
Validity period | 358 days |
Key Usage | digitalSignature, keyCertSign, cRLSign | Extended Key Usage | serverAuth, clientAuth |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Not Applicable |
Authority Key Identifier | keyid:c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Parent Certificate | http://apps.identrust.com/roots/dstrootcax3.p7c |
CRL | http://crl.identrust.com/DSTROOTCAX3CRL.crl |
CA certificate | Yes (pathlen 0) |
Fingerprints | |
SHA1 | 48504e974c0dac5b5cd476c8202274b24c8c7172 |
SHA256 | 730c1bdcd85f57ce5dc0bba733e5f1ba5a925b2a771d640a26f7a454224dad3b |
SPKI SHA256 | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d |
Subject DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Subject Key Identifier | c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Serial | 44afb080d6a327ba893039862ef8406b |
Not Before | 30 Sep 2000 21:12:19 UTC |
Not After | 30 Sep 2021 14:01:15 UTC |
Key Usage | keyCertSign, cRLSign |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Self-signed |
CA certificate | Yes (pathlen unlimited) |
Fingerprints | |
SHA1 | dac9024f54d8f6df94935fb1732638ca6ad77c13 |
SHA256 | 0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739 |
SPKI SHA256 | 563b3caf8cfef34c2335caf560a7a95906e8488462eb75ac59784830df9e5b2b |
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | e49571c9d20f173aba9553126c4743f575462b7e |
Serial | 4d7a9c7d78c48803dfb4200ea861adbaf51 |
Not Before | 28 Jan 2021 17:14:31 UTC |
Not After | 28 Apr 2021 17:14:31 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 28 Jan 2021 18:14:32 UTC | DigiCert Yeti2021 Log | Non-Google (Qualified) 28 Jan 2021 18:14:32 UTC | Google 'Xenon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | 9e90865347773009dddbac1a8c1d54557b53a639 |
SHA256 | d9d976b088994c0ce7ee29a76eb65ba827488f8fafb9ef0cb73322e35c5c7cea |
SPKI SHA256 | 61e49afb66b86f96c48485ac86140b038b4f18a7239d9f8cb334fd921b71adb6 |
Determining whether a certificate is considered valid is a complicated process that depends on the exact configuration of the validating party. For trust to be established, the certificate must form a chain that ends with a trusted root. In this section we evaluate the server's certificate against major root stores.
Platform | Trusted |
---|---|
Apple | |
Google AOSP | |
Microsoft | |
Mozilla |
For a server certificate to be valid, it must be presented as part of a complete and valid certificate chain. The last certificate in the chain should be the root and is usually not included in the configuration.
Names | *.simplelogin.co *.simplelogin.fr *.simplelogin.io *.slmail.me simplelogin.co simplelogin.fr simplelogin.io slmail.me |
Subject DN | CN=*.simplelogin.io |
Subject Key Identifier | e49571c9d20f173aba9553126c4743f575462b7e |
Serial | 4d7a9c7d78c48803dfb4200ea861adbaf51 |
Not Before | 28 Jan 2021 17:14:31 UTC |
Not After | 28 Apr 2021 17:14:31 UTC |
Validity period | 91 days |
Key Usage | digitalSignature, keyEncipherment | Extended Key Usage | serverAuth, clientAuth |
Must Staple | No |
Issuer | |
Issuer DN | CN=R3, O=Let's Encrypt, C=US |
Certification Authority | Let's Encrypt |
Validation Type | Domain Validation (DV) |
Authority Key Identifier | keyid:142eb317b75856cbae500940e61faf9d8b14c2c6 |
Parent Certificate | http://r3.i.lencr.org/ |
OCSP | http://r3.o.lencr.org |
Certificate Transparency | |
Signed Certificate Timestamps | 28 Jan 2021 18:14:32 UTC | DigiCert Yeti2021 Log | Non-Google (Qualified) 28 Jan 2021 18:14:32 UTC | Google 'Xenon2021' log | Google (Qualified) |
Required SCTs | 2 |
Fingerprints | |
SHA1 | 9e90865347773009dddbac1a8c1d54557b53a639 |
SHA256 | d9d976b088994c0ce7ee29a76eb65ba827488f8fafb9ef0cb73322e35c5c7cea |
SPKI SHA256 | 61e49afb66b86f96c48485ac86140b038b4f18a7239d9f8cb334fd921b71adb6 |
Subject DN | CN=R3, O=Let's Encrypt, C=US |
Subject Key Identifier | 142eb317b75856cbae500940e61faf9d8b14c2c6 |
Serial | 400175048314a4c8218c84a90c16cddf |
Not Before | 07 Oct 2020 19:21:40 UTC |
Not After | 29 Sep 2021 19:21:40 UTC |
Validity period | 358 days |
Key Usage | digitalSignature, keyCertSign, cRLSign | Extended Key Usage | serverAuth, clientAuth |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Not Applicable |
Authority Key Identifier | keyid:c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Parent Certificate | http://apps.identrust.com/roots/dstrootcax3.p7c |
CRL | http://crl.identrust.com/DSTROOTCAX3CRL.crl |
CA certificate | Yes (pathlen 0) |
Fingerprints | |
SHA1 | 48504e974c0dac5b5cd476c8202274b24c8c7172 |
SHA256 | 730c1bdcd85f57ce5dc0bba733e5f1ba5a925b2a771d640a26f7a454224dad3b |
SPKI SHA256 | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d |
Subject DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Subject Key Identifier | c4a7b1a47b2c71fadbe14b9075ffc41560858910 |
Serial | 44afb080d6a327ba893039862ef8406b |
Not Before | 30 Sep 2000 21:12:19 UTC |
Not After | 30 Sep 2021 14:01:15 UTC |
Key Usage | keyCertSign, cRLSign |
Issuer | |
Issuer DN | CN=DST Root CA X3, O=Digital Signature Trust Co. |
Certification Authority | IdenTrust Services, LLC |
Validation Type | Self-signed |
CA certificate | Yes (pathlen unlimited) |
Fingerprints | |
SHA1 | dac9024f54d8f6df94935fb1732638ca6ad77c13 |
SHA256 | 0687260331a72403d909f105e69bcf0d32e1bd2493ffc6d9206d11bcd6770739 |
SPKI SHA256 | 563b3caf8cfef34c2335caf560a7a95906e8488462eb75ac59784830df9e5b2b |
DNS-based Authentication of Named Entities (DANE) is a bridge between DNSSEC and TLS. In one possible scenario, DANE can be used for public key pinning, building on an existing publicly-trusted certificate. In another approach, it can be used to completely bypass the CA ecosystem and establish trust using DNSSEC alone.
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 60b87575447dcba2a36b7d11ac09fb24a9db406fee12d2cc90180517616e8a18 |
Specifies which certificate in the chain is being pinned and how validation should be performed.Certificate Usage | Trust anchor assertion / DANE-TA (2) Creates a pin for a trust anchor that must be present in the certificate chain. PKIX validation is performed, under the assumption that the pinned anchor is trusted. |
Determines if the association is made with a certificate or with a public key (via its SPKI structure).Selector | SPKI structure (1) |
Determines how matching is done; directly or via a hash. Matching Type | SHA2-256 (1) |
Contains the data necessary to perform the matching. Data | 8d02536c887482bc34ff54e41d2ba659bf85b341a0a20afadb5813dcfbcf286d Root certificate: RSA 2048 bits |
Cookies are small chunks of text that are sent between your browser and a website. They are often essential to the operation of the site and sometimes contain sensitive information. Session cookies sent from secure sites must be explicitly marked as secure to prevent being obtained by active network attackers.
On virtually all web sites, HTML markup, images, style sheets, JavaScript, and other page resources arrive not only over multiple connections but possibly from multiple servers and sites spread across the entire Internet. For a page to be properly encrypted, it’s necessary that all the content is retrieved over HTTPS. In practice, that’s very often not the case, leading to mixed content security problems.
In this section we look at the security of all embedded resources. Mixed active content occurs when there are unprotected scripts or styles embedded in a page. This is typically not allowed by modern browsers. Mixed passive content (images, videos and such) are typically allowed, but shouldn't be present.
Status | Link |
---|---|
Encrypted | https://img.shields.io/...ars/simple-login/app |
Encrypted | https://img.shields.io/...e413b20b5376f58db050 |
Ideally, an encrypted page should only have links that lead to other encrypted pages. If plaintext links are used, passive network attackers can see where people go after they visit your web site. It's also possible that some sensitive information is leaked in the Referer header.
Status | Link |
---|---|
Encrypted | https://lespepitestech.com/...nch-tech/simplelogin |
Encrypted | https://app.simplelogin.io/auth/login |
Encrypted | https://app.simplelogin.io/auth/register |
Encrypted | https://app.simplelogin.io/auth/register |
Encrypted | https://chrome.google.com/...kdjbpfohgikllaljmgbn |
Encrypted | https://addons.mozilla.org/...x/addon/simplelogin/ |
Encrypted | https://apps.apple.com/app/id1494051017 |
Encrypted | https://apps.apple.com/app/id1494359858 |
Encrypted | https://play.google.com/store/apps/details |
Encrypted | https://f-droid.org/...ogin.android.fdroid/ |
Encrypted | https://www.youtube.com/watch |
Encrypted | https://soundcloud.com/...es-account-hijacking |
Encrypted | https://www.reddit.com/...hat_a_great_service/ |
Encrypted | https://www.linkedin.com/...-alexoglou-b9366392/ |
Encrypted | https://www.linkedin.com/in/nncuong/ |
Encrypted | https://twitter.com/mxschumacher |
Encrypted | https://en.wikipedia.org/...iki/Email_forwarding |
Encrypted | https://haveibeenpwned.com |
Encrypted | https://github.com/simple-login/app |
Encrypted | https://github.com/...login/app/projects/1 |
Encrypted | https://temp-mail.org/en/ |
Encrypted | https://10minutemail.net |
Encrypted | https://www.spamgourmet.com/index.pl |
Encrypted | https://github.com/...ple-login/app/issues |
Encrypted | https://app.simplelogin.io/auth/register |
Encrypted | https://github.com/simple-login |
Encrypted | https://github.com/...login/app/projects/1 |
Encrypted | https://www.upcloud.com/register/ |
Encrypted | https://www.mydigipassword.com/ |
Encrypted | https://techlore.tech/ |
Encrypted | https://docs.simplelogin.io |
Encrypted | https://github.com/simple-login/app |
Encrypted | https://status.simplelogin.io |
Encrypted | https://github.com/...login/app/projects/1 |
HTTP Strict Transport Security (HSTS) vastly improves security of the network encryption layer. With HSTS enabled, browsers no longer allow clicking through certificate warnings errors, which are typically trivial to exploit. Additionally, they will no longer submit insecure (plaintext) requests to the site in question, even if asked.
URL from which this policy was obtained.Location | https://www.simplelogin.io/ |
Specifies policy duration. Once activated, HSTS stays in force until this time lapses. Browsers update policy cache duration every time they receive a new HSTS header from a site.max‑age | 63,072,000 seconds (about 2 years) |
When present, this directive forces HSTS activation on allsubdomains. For best security, HSTS should be deployed on the bare domain name (e.g., example.com) and all its subdomains.includeSubDomains | |
Presence of this directive indicates that a web site wishes to permanently use HSTS and that its policy information should be preloaded (embedded in browsers).preload |
Preloaded host: simplelogin.io; includeSubDomains=true
URL from which this policy was obtained.Location | https://simplelogin.io/ |
Specifies policy duration. Once activated, HSTS stays in force until this time lapses. Browsers update policy cache duration every time they receive a new HSTS header from a site.max‑age | 63,072,000 seconds (about 2 years) |
When present, this directive forces HSTS activation on allsubdomains. For best security, HSTS should be deployed on the bare domain name (e.g., example.com) and all its subdomains.includeSubDomains | |
Presence of this directive indicates that a web site wishes to permanently use HSTS and that its policy information should be preloaded (embedded in browsers).preload |
Preloaded host: simplelogin.io; includeSubDomains=true
HTTP Public Key Pinning (HPKP) enables site operators to restrict which certificates are considered valid for their domain names. With a valid HPKP configuration, sites can defeat man in the middle (MITM) attacks using fraudulent or misissued certificates. HPKP is an advanced feature, suitable for use by only high-profile web sites.
Content Security Policy (CSP) is a security mechanism that allows web sites control how browsers process their pages. In essence, sites can restrict what types of resources are loaded and from where. CSP policies can be used to defend against cross-site scripting, prevent mixed content issues, as well as report violations for investigation.
script-src | 'self' This parameter shouldn't be used because it reenables insecure behavior that CSP disables by default.'unsafe-inline' This parameter shouldn't be used because it reenables insecure behavior that CSP disables by default.'unsafe-eval' https://cdn.paddle.com/paddle/paddle.js https://gc.zgo.at/count.js https://hcaptcha.com https://*.hcaptcha.com https://plausible.simplelogin.io/js/index.js |
child-src | 'self' https://hcaptcha.com https://*.hcaptcha.com https://*.paddle.com https://www.youtube.com |
style-src | 'self' This parameter shouldn't be used because it reenables insecure behavior that CSP disables by default.'unsafe-inline' https://hcaptcha.com https://*.hcaptcha.com https://cdn.paddle.com |
Header: Content-Security-Policy
Value: script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.paddle.com/paddle/paddle.js https://gc.zgo.at/count.js https://hcaptcha.com https://*.hcaptcha.com https://plausible.simplelogin.io/js/index.js; child-src 'self' https://hcaptcha.com https://*.hcaptcha.com https://*.paddle.com https://www.youtube.com; style-src 'self' 'unsafe-inline' https://hcaptcha.com https://*.hcaptcha.com https://cdn.paddle.com
Location: https://simplelogin.io/
Subresource Integrity (SRI) is a new standard that enables browsers to verify the integrity of embedded page resources (e.g., scripts and stylesheets) when they are loaded from third-party web sites. With SRI deployed, remote resources can be used safely, without fear of them being modified by malicious parties.
Expect-CT is a response HTTP header that web sites can use to monitor problems related to their Certificate Transparency (CT) compliance. Additionally, they can also instruct browsers to reject any certificates in their name that are are not CT-compliant.
URL from which this policy was obtained.Location | https://www.simplelogin.io/ |
Specifies policy duration. Once activated, Expect-CT stays in force until this time lapses. Browsers update policy cache duration every time they receive a new Expect-CT header from a site.max‑age | 604,800 seconds (about 7 days) |
This optional directive controls whether CT compliance will be enforced by your policy. It's useful if you're confident in your configuration and wish to deploy CT before browsers start enforcing it.enforce | |
This optional directive enables reporting and specifies the endpoint clients should use to submit reports.report-uri | https://simplelogin.report-uri.com/r/d/ct/enforce |
Policy text: enforce, max-age=604800, report-uri="https://simplelogin.report-uri.com/r/d/ct/enforce"
Report URI: https://simplelogin.report-uri.com/r/d/ct/enforce
The X-Frame-Options header controls page framing, which occurs when a page is incorporated into some other page, possibly on a different site. If framing is allowed, attackers can employ clever tricks to make victims perform arbitrary actions on your site; they do this by showing their web site while forwarding the victim's clicks to yours.
Name: X-Frame-Options
Value: SAMEORIGIN
Modern browsers ship with built-in defenses against Cross-Site Scripting (XSS), usually known as XSS Auditors. Web sites are allowed to control the defenses if they specify an X-XSS-Protection header in their HTTP responses. Recommended policies are either to block XSS attacks, or disable the defenses if you think false positives are possible. Filtering, where offending fragments of data are removed, is not recommended because it can be abused by attackers to selectively deactivate script files.
Name: X-XSS-Protection
Value: 1; mode=block
Some browsers use a technique called content sniffing to override response MIME types provided by HTTP servers and interpret responses as something else (usually HTML). This behavior, which could potentially lead to security issues, should be disabled by attaching an X-Content-Type-Options header to all responses.
Name: X-Content-Type-Options
Value: nosniff
Analysis of page content, including SRI.
Type | Status | Location |
---|---|---|
None |
Type | Status | Link |
---|---|---|
media | Third-party | img.shields.io |
media | Third-party | img.shields.io |
Type | Status | Link |
---|---|---|
link | Encrypted | lespepitestech.com |
link | Encrypted | app.simplelogin.io |
link | Encrypted | app.simplelogin.io |
link | Encrypted | app.simplelogin.io |
link | Encrypted | chrome.google.com |
link | Encrypted | addons.mozilla.org |
link | Encrypted | apps.apple.com |
link | Encrypted | apps.apple.com |
link | Encrypted | play.google.com |
link | Encrypted | f-droid.org |
link | Encrypted | www.youtube.com |
link | Encrypted | soundcloud.com |
link | Encrypted | www.reddit.com |
link | Encrypted | www.linkedin.com |
link | Encrypted | www.linkedin.com |
link | Encrypted | twitter.com |
link | Encrypted | en.wikipedia.org |
link | Encrypted | haveibeenpwned.com |
link | Encrypted | github.com |
link | Encrypted | github.com |
link | Encrypted | temp-mail.org |
link | Encrypted | 10minutemail.net |
link | Encrypted | www.spamgourmet.com |
link | Encrypted | github.com |
link | Encrypted | app.simplelogin.io |
link | Encrypted | github.com |
link | Encrypted | github.com |
link | Encrypted | www.upcloud.com |
link | Encrypted | www.mydigipassword.com |
link | Encrypted | techlore.tech |
link | Encrypted | docs.simplelogin.io |
link | Encrypted | github.com |
link | Encrypted | status.simplelogin.io |
link | Encrypted | github.com |