CodeKitHub

أدوات الترميز

رمّز البيانات وفكّ ترميزها واحسب قيم التجزئة (hash) الخاصة بها.

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.

استكشف فئات أخرى