From f31bc40073dabaf7c67791a30e2e02becfa1f1f9 Mon Sep 17 00:00:00 2001 From: rugk Date: Fri, 2 Mar 2018 16:36:26 +0100 Subject: [PATCH] Updated Encryption format (markdown) --- Encryption-format.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Encryption-format.md b/Encryption-format.md index 68ceb81..e582b4a 100644 --- a/Encryption-format.md +++ b/Encryption-format.md @@ -19,6 +19,8 @@ Processing of the paste_data: The paste_blob is passed base64 encoded to the AES function. +Because of a bug [in the deflate algorithm used in PrivateBin](https://github.com/PrivateBin/PrivateBin/issues/188#issuecomment-281284360) you cannot use a standard-conform deflate algorithm for that. + ## Key generation for encryption (PBKDF2) kdf_salt = random(7) - 7 bytes **<<< does this need to be base64 encoded?**