Updated Encryption format (markdown)
parent
3b8c4996b9
commit
f31bc40073
@ -19,6 +19,8 @@ Processing of the paste_data:
|
|||||||
|
|
||||||
The paste_blob is passed base64 encoded to the AES function.
|
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)
|
## Key generation for encryption (PBKDF2)
|
||||||
|
|
||||||
kdf_salt = random(7) - 7 bytes **<<< does this need to be base64 encoded?**
|
kdf_salt = random(7) - 7 bytes **<<< does this need to be base64 encoded?**
|
||||||
|
Loading…
Reference in New Issue
Block a user