diff options
| author | stefan <stefan@i3mint.local> | 2026-04-17 21:07:23 +0200 |
|---|---|---|
| committer | stefan <stefan@i3mint.local> | 2026-04-17 21:07:23 +0200 |
| commit | 47b0131cecd0b1fc6a75af3c45183269f142ad15 (patch) | |
| tree | dd30b70538e09487a7cd9744624e96f261fc690a /Standards.html | |
| parent | 89a365efe25dbacc9565ba5927a1479caf7d3cc5 (diff) | |
4th standards braindump
Diffstat (limited to 'Standards.html')
| -rw-r--r-- | Standards.html | 100 |
1 files changed, 97 insertions, 3 deletions
diff --git a/Standards.html b/Standards.html index 42b5de1..20e8f10 100644 --- a/Standards.html +++ b/Standards.html @@ -460,7 +460,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b <div class="ulist"> <ul> <li> -<p>compiled at 2026-04-17 20:26:24 +0200 Version 0.0.1 of 2026/04/17, draft</p> +<p>compiled at 2026-04-17 21:06:55 +0200 Version 0.0.1 of 2026/04/17, draft</p> </li> <li> <p><strong>Datei</strong>: Standards</p> @@ -491,6 +491,9 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u <li> <p>Legacy</p> </li> +<li> +<p>Broken</p> +</li> </ol> </div> </li> @@ -563,6 +566,15 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u </div> </li> <li> +<p>PPTP</p> +</li> +<li> +<p>Radius</p> +</li> +<li> +<p>MS-CHAP</p> +</li> +<li> <p>IPSec</p> <div class="olist lowerroman"> <ol class="lowerroman" type="i"> @@ -650,6 +662,43 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u </li> <li> <p>Operation Mode</p> +<div class="olist loweralpha"> +<ol class="loweralpha" type="a"> +<li> +<p>Streamcipher</p> +</li> +<li> +<p>Blockcipher</p> +</li> +<li> +<p>Electronic Codebook Mode (ECB)</p> +</li> +<li> +<p>Cipher Block Chaining Mode (CBC)</p> +</li> +<li> +<p>Counter Mode (CTR)</p> +</li> +<li> +<p>Galois Counter Mode (GCM)</p> +</li> +<li> +<p>XOR-Encrypt-XOR (XEX)</p> +</li> +<li> +<p>XEX-based Tweaked-Codebook mode with ciphertext stealing (XTS)</p> +</li> +<li> +<p>Synthetic Initialization Vector (SIV)</p> +</li> +<li> +<p>Encrypt Mix Encrypt (EME)</p> +</li> +<li> +<p>Cipher Feedback Mode (CFB)</p> +</li> +</ol> +</div> </li> <li> <p>IANA CipherSuite</p> @@ -659,7 +708,10 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u <div class="olist loweralpha"> <ol class="loweralpha" type="a"> <li> -<p>MAC</p> +<p>Message Authentication Code (MAC)</p> +</li> +<li> +<p>HMAC</p> </li> </ol> </div> @@ -670,6 +722,48 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u <li> <p>PQC-Hybrid</p> </li> +<li> +<p>One Time Password (OTP)</p> +<div class="olist loweralpha"> +<ol class="loweralpha" type="a"> +<li> +<p>Hash based OTP</p> +</li> +<li> +<p>Time based OTP</p> +</li> +</ol> +</div> +</li> +<li> +<p>Cryptographically Secure Pseudorandom Number Generator (CSPRNG)</p> +<div class="olist loweralpha"> +<ol class="loweralpha" type="a"> +<li> +<p>Dual_EC_DRBG</p> +</li> +</ol> +</div> +</li> +<li> +<p>WIFI</p> +<div class="olist loweralpha"> +<ol class="loweralpha" type="a"> +<li> +<p>WEP</p> +</li> +<li> +<p>WPA</p> +</li> +<li> +<p>WPA2</p> +</li> +<li> +<p>WPA3</p> +</li> +</ol> +</div> +</li> </ol> </div> </div> @@ -678,7 +772,7 @@ etc. The aim is to generate an exhaustive list of cryptographic material to be u <div id="footer"> <div id="footer-text"> Version 0.0.1<br> -Last updated 2026-04-17 20:26:03 +0200 +Last updated 2026-04-17 21:06:47 +0200 </div> </div> <script type="text/x-mathjax-config"> |
