rewriting #1

Merged
thelilfrog merged 4 commits from rewriting into main 2025-08-11 23:53:02 +02:00
Showing only changes of commit 8ac9f94e97 - Show all commits

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