Kóðunarverkfæri
Kóða, afkóða og hasha gögn.
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?
Verkfæri í þessum flokki
NTLM-kembigjörvi
Reiknaðu NTLM-kembu (MD4 af UTF-16LE-inntaki) fyrir hvaða lykilorð eða streng sem er, algjörlega í vafranum þínum.
HMAC-gjafi
Búðu til HMAC (kássu með lykli) úr leynilykli og skilaboðum með SHA-1, SHA-256, SHA-384 eða SHA-512.