18 lines
218 B
Markdown
18 lines
218 B
Markdown
# hash_utils
|
|
|
|
This is a simple tool box with basic functionality.
|
|
|
|
## Supported tools
|
|
- BCrypt
|
|
- MD5
|
|
- SHA1
|
|
- SHA2
|
|
- SHA3
|
|
- CRC8
|
|
- CRC16
|
|
- CRC32
|
|
- CRC64
|
|
- Argon2
|
|
- Base64 (not a hash but idc)
|
|
|
|
more later... |