mirror of
https://github.com/webmin/webmin.git
synced 2026-02-08 16:29:58 +00:00
8 lines
503 B
HTML
8 lines
503 B
HTML
<header>Security level</header>
|
|
<br>
|
|
<B>None </B>: (Authentication only) The header of each request and response is signed. You know who sent you this thing but you don't really know for sure what's in it.
|
|
<br>
|
|
<B>Integrity </B>: The header and body of each request and response is signed. So you know who sent this thing and what was in it.
|
|
<br>
|
|
<B>Privacy </B>: The header of each request is signed, and the body is encrypted, so you know everything you knew with krb5i, but everyone else knows less.
|