This commit is contained in:
2025-08-11 23:52:21 +02:00
parent 4c8585781e
commit 8ac9f94e97

12
README.md Normal file
View File

@@ -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...