Sổ Tay AI
🔑

UUID / Hash / Base64 / URL Encode

Four daily dev tools in one: bulk UUID v4, SHA-256/1/512 hash, Base64 encode/decode (URL-safe option), URL encode. Web Crypto API standard.

All tools

Sinh bằng crypto.randomUUID() — chuẩn UUID v4, an toàn mã hóa.

Four tools in one

Why no MD5?

MD5 was deprecated in the 2010s due to collision attacks — no longer safe for passwords or signatures. Web Crypto API doesn't expose it for that reason. Default to SHA-256.

Related tools

See all tools →