Update encryption criteria

This commit is contained in:
Jonah 2019-08-17 18:54:21 -05:00
parent 5d7521f471
commit e6320bef2b
No known key found for this signature in database
GPG Key ID: B9D1C611859E0649

View File

@ -91,7 +91,7 @@ description: "Find a no-logging VPN operator who isn't out to sell or read your
<div class="col-md-6">
<p><strong>Minimum to Qualify:</strong></p>
<ul>
<li>Strong Encryption Schemes: OpenVPN with SHA-256 authentication; RSA-1024 or better handshake; AES-256-GCM or AES-256-CBC data encryption.</li>
<li>Strong Encryption Schemes: OpenVPN with SHA-256 authentication; RSA-2048 or better handshake; AES-256-GCM or AES-256-CBC data encryption.</li>
<li>Perfect Forward Secrecy (PFS).</li>
<li>Published security audits from a reputable third-party firm.</li>
</ul>
@ -99,7 +99,7 @@ description: "Find a no-logging VPN operator who isn't out to sell or read your
<div class="col-md-6">
<p><strong>Best Case:</strong></p>
<ul>
<li>Strongest Encryption: RSA-2048 or RSA-4096.</li>
<li>Strongest Encryption: RSA-4096.</li>
<li>Perfect Forward Secrecy (PFS).</li>
<li>Comprehensive published security audits from a reputable third-party firm.</li>
<li>Bug-bounty programs and/or a coordinated vulnerability-disclosure process</li>