multica/packages/hooks/src
Naiyuan Qing 242be23876 feat(utils): unify encrypted Device ID across all platforms
- Add common generateEncryptedId() utility in @multica/utils
- All Device IDs now use same encryption algorithm (40 hex chars)
- Web: store encrypted format directly in localStorage
- Desktop: use shared utility, accept encrypted ID from Web
- Hub: use shared utility for hub-id generation
- Telegram: use shared utility for device ID generation
- Gateway hook: use encrypted format for client connections

Algorithm: sha256(sha256(uuid).slice(0,32)).slice(0,8) + sha256(uuid).slice(0,32)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-13 17:34:23 +08:00
..
index.ts feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
use-chat.ts feat(core): add message source tracking and persistence 2026-02-12 18:45:15 +08:00
use-gateway-chat.ts Merge remote-tracking branch 'origin/main' into feat/telegram-channel 2026-02-09 14:28:06 +08:00
use-gateway-connection.ts feat(utils): unify encrypted Device ID across all platforms 2026-02-13 17:34:23 +08:00