@@ -13,7 +13,7 @@
|
||||
## ✨ Key Features
|
||||
|
||||
### 🔍 Hash Search
|
||||
- Search for MD5, SHA1, SHA256, SHA512, and Bcrypt hashes
|
||||
- Search for MD5, SHA1, SHA256, and SHA512 hashes
|
||||
- Automatic hash type detection
|
||||
- Case-insensitive matching
|
||||
- Real-time results
|
||||
@@ -174,7 +174,6 @@ export ELASTICSEARCH_NODE=http://localhost:9200
|
||||
| SHA1 | 40 | `^[a-f0-9]{40}$` |
|
||||
| SHA256 | 64 | `^[a-f0-9]{64}$` |
|
||||
| SHA512 | 128 | `^[a-f0-9]{128}$` |
|
||||
| Bcrypt | 60 | `^\$2[abxy]\$` |
|
||||
|
||||
---
|
||||
|
||||
@@ -245,7 +244,6 @@ export ELASTICSEARCH_NODE=http://localhost:9200
|
||||
## 📈 Future Enhancements
|
||||
|
||||
### Planned Features
|
||||
- Bcrypt hash validation
|
||||
- Argon2 hash support
|
||||
- Search history
|
||||
- Batch lookup
|
||||
|
||||
Referencia en una nueva incidencia
Block a user