כלי קידוד
קודדו, פענחו וגבבו (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 Hash Generator
חשבו את גיבוב ה-NTLM (MD4 של קלט UTF-16LE) של כל סיסמה או מחרוזת, כולו בדפדפן שלכם.
מחולל HMAC
צרו HMAC (גיבוב עם מפתח) ממפתח סודי והודעה באמצעות SHA-1, SHA-256, SHA-384 או SHA-512.