From 7832438b7abedf567ce6376f99949f419abcdff1 Mon Sep 17 00:00:00 2001 From: kkadosh Date: Tue, 29 May 2018 19:34:16 +0000 Subject: Support session encryption Implement session encryption.--- doc/source/features.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc/source/features.rst') diff --git a/doc/source/features.rst b/doc/source/features.rst index 24c5074..08ad3d4 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst @@ -63,8 +63,8 @@ Examples of related vulnerabilities .. _cookie-encryption-feature: -Session-cookie stealing via XSS -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Cookie stealing via XSS +^^^^^^^^^^^^^^^^^^^^^^^ The goto payload for XSS is often to steal cookies. Like *Suhosin*, we are encrypting the cookies with a secret key, @@ -79,10 +79,7 @@ This feature is roughly the same than the `Suhosin one `_, -thus using curve25519, xsalsa20 and poly1305 for the encryption. We chose this -library because of its portability, simplicity and reduced size (a single `.h` and -`.c` file.). + .. _fileupload-feature: -- cgit v1.3