Инструменти за кодиране
Кодирайте, декодирайте и хеширайте данни.
Encoding, escaping and hashing are the plumbing of software — and the fastest source of subtle bugs when done wrong. These tools handle the three tasks that come up daily: Base64 (data in text form), URL encoding (data in links), and hashes (fingerprints of data). All of them treat text as UTF-8, so Chinese, emoji and special characters survive intact — which is exactly where naive tools break.
Which tool do I need?
Инструменти в тази категория
Генератор на NTLM хеш
Изчислете NTLM хеша (MD4 на UTF-16LE вход) на всяка парола или низ, изцяло във вашия браузър.
HMAC генератор
Генерирайте HMAC (хеш с ключ) от секретен ключ и съобщение, използвайки SHA-1, SHA-256, SHA-384 или SHA-512.