From 8ac9f94e97af9b35b37046f05632f49abb9edae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20DELHAIE?= Date: Mon, 11 Aug 2025 23:52:21 +0200 Subject: [PATCH] readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2c81e73 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# hash_utils + +This is a simple tool box with basic functionality. + +## Supported tools + - BCrypt + - MD5 + - SHA (1, 256, 512) + - CRC8 + - Base64 (not a hash algo but idc) + +more later... \ No newline at end of file