Respecting PURB format #87
-
Hello, I was wandering, does |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Yes: random-looking blob with Covert Encryption padding scheme. First, the randomised padding scheme from Covert Encryption is used to determine the amount of padding to encrypt given the plaintext file length. The proportion SHOULD be set to 10%, which ensures very small messages are padded to at least 50 bytes. |
Beta Was this translation helpful? Give feedback.
-
@hakavlad is right that encrypted files are intended to be indistinguishable from random. There's also an option to encrypt file names, which results in randomly generated file names for encrypted files. What I will say is that I'm not following that paper's optimisation for multiple recipients (Section 3.4/Table 3). |
Beta Was this translation helpful? Give feedback.
Yes: random-looking blob with Covert Encryption padding scheme.
First, the randomised padding scheme from Covert Encryption is used to determine the amount of padding to encrypt given the plaintext file length. The proportion SHOULD be set to 10%, which ensures very small messages are padded to at least 50 bytes.
https://www.kryptor.co.uk/specification