From 0e685bc1d376f15a2c3cc32cba107b8e54504110 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 15 Oct 2024 00:48:47 +0900 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f236981..da58c75 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ A detailed description of these options with examples can be found [here](https: - ⚠️ Padding is not used to create a MAC tag (only ciphertext and salt will be authenticated). - ⚠️ `tird` does not sort digests of keyfiles and passphrases in constant-time. - ⚠️ Overwriting file contents does not guarantee secure destruction of the data on the media. +- ⚠️ You cannot prove to an adversary that your random-looking data does not contain encrypted data. - ⚠️ Development is not complete; there may be backward compatibility issues in the future.