From c9cb1bb2d885241b1677869beccb7892ca49b9f5 Mon Sep 17 00:00:00 2001 From: akulij Date: Thu, 27 Feb 2025 22:19:28 +0000 Subject: [PATCH] README: mark task to add sigpipe handle as done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d84ad7..41e53b2 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ Exact amount of required characters can be calculated by formula: $\lceil 256 / ## TODO [X] piped/terminal output as raw/verbose -[ ] handle broken pipe signal since program will so much depend on pipes +[X] handle broken pipe signal since program will so much depend on pipes [ ] option to read hex number that will be used instead of hash of password (usefull if user already has sha 256 hash of smth or want to use something else as input instead)