From e1ca92ffe82b1da69394b3afb831b78a87181c48 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Tue, 14 May 2024 00:21:51 +0900 Subject: [PATCH] Update UI --- tird/tird.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tird/tird.py b/tird/tird.py index 70149ff..be39331 100755 --- a/tird/tird.py +++ b/tird/tird.py @@ -2164,10 +2164,10 @@ def main() -> NoReturn: write the decrypted contents to a new file{RES}""" A8_DESCRIPTION: str = f"""{ITA}I: action #8:\n\ - create a file with random bytes{RES}""" + create a file with random data{RES}""" A9_DESCRIPTION: str = f"""{ITA}I: action #9:\n\ - overwrite file contents with random bytes{RES}""" + overwrite file contents with random data{RES}""" INVALID_UTF8_BYTE: bytes = b'\xff'