From b6be7799b909ca47ed1ab20b444072972558c87a Mon Sep 17 00:00:00 2001 From: akulij Date: Fri, 28 Feb 2025 04:21:59 +0000 Subject: [PATCH] README: fix wrong todo tasks formating --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a5aea62..95ab783 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ Exact amount of required characters can be calculated by formula: $\lceil 256 / ## TODO -[X] piped/terminal output as raw/verbose -[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) +- [X] piped/terminal output as raw/verbose +- [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)