Enter Device Identifier
Results
Hash Result
Generate a hash to see results
MQTT Topic
Reference Information
Hash Algorithms
- SHA-256: Secure, 256-bit hash (64 characters) - recommended for most uses
- SHA-1: 160-bit hash (40 characters) - faster but less secure
- MD5: 128-bit hash (32 characters) - fastest but least secure
MQTT Topics
MQTT topics should use alphanumeric characters, avoid spaces, and use forward slashes (/) as delimiters. A common pattern is device/DEVICE_ID/sensor/temperature.
Usage Tips
- Use consistent capitalization in your device identifiers
- Consider truncating long hashes to make them more manageable
- SHA-256 provides the best security for sensitive applications