From bea5baf026555df4f10e3d265c18d2db6d9efcae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Delhaie?= Date: Wed, 1 Jun 2022 23:52:23 +0200 Subject: [PATCH] Add README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbb8486 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# hash_utils + +This is a simple tool box with basic functionality. + +## Supported tools + - BCrypt + - MD5 + - Base64 (not a hash algo but idc) \ No newline at end of file