Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed May 5, 2024
1 parent db8b1cc commit e4cebef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tird/tird.py
Original file line number Diff line number Diff line change
Expand Up @@ -2080,8 +2080,10 @@ def main() -> NoReturn:
{WAR} - tird does not erase sensitive data from memory after use.{RES}
{WAR} - tird always releases unverified plaintext (violates The \
Cryptographic Doom Principle).{RES}
{WAR} - Padding is not used to create a MAC tag (only ciphertext and \
salt will be authenticated).{RES}
{WAR} - tird does not sort digests of keyfiles and passphrases in \
constant time.{RES}
constant-time.{RES}
{WAR} - Overwriting file contents does not mean securely destroying the \
data on the media.{RES}
{WAR} - Development is not complete, there may be backward compatibility \
Expand Down

0 comments on commit e4cebef

Please sign in to comment.