Files
hash_utils/README.md
2025-08-11 23:52:21 +02:00

12 lines
183 B
Markdown

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