From a9517998876ee072efc21d5ce05b5301c40f8706 Mon Sep 17 00:00:00 2001 From: lohhiiccc Date: Mon, 18 May 2026 13:47:39 +0200 Subject: [PATCH] doc: update README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 1d4a728..fb29b18 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,20 @@ - [libcli](https://git.lohic.dev/loic/libcli) - [libft_ssl](https://git.lohic.dev/loic/libft_ssl) +## Usage + +``` +ft_ssl {md5|sha256|whirlpool} [-pqr] [-s string] [file...] + +Options: + -h, --help Display this help and exit + -V, --version Display version information and exit + -p, --stdin Echo stdin to stdout and append checksum to output + -q, --quiet Quiet mode: only print the digest + -r, --reverse Reverse the output format (digest then filename) + -s, --string Hash a string +``` + ## License This project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.