From e5c0ed234818d82a6076c1d53af6dc4cff4a8653 Mon Sep 17 00:00:00 2001 From: GnomeZworc Date: Sun, 24 Mar 2024 12:48:24 +0100 Subject: [PATCH] doc: add small limited doc for password hasher Signed-off-by: GnomeZworc --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cbccad..ada7c06 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,8 @@ v1.0.0: Damian To use the release script it's simple `curl https://gitlab.g3e.fr/h6n/tools/-/raw/main/scripts/release.sh | bash -s - [param list]` -In dev mode you can do `cat ./scripts/release.sh | bash -s - [param list]` \ No newline at end of file +In dev mode you can do `cat ./scripts/release.sh | bash -s - [param list]` + +## Password hasher + +To use the password hasher you only need to download it, give him exec right and launch it, all is done locally and nothing is exported. \ No newline at end of file