安全与网络
59 工具
我想…
雜湊工具 14
查看更多 (13)
MD5 雜湊產生器Compute the MD5 digest of any string.SHA-1 雜湊產生器Compute the SHA-1 digest of any string.SHA-384 雜湊產生器Compute the SHA-384 digest of any string.SHA-512 雜湊產生器Compute the SHA-512 digest of any string.HMAC 產生器Create keyed HMAC signatures with SHA-256/384/512.CRC32 檢查碼Calculate the CRC32 checksum of text or files.Adler-32 檢查碼Compute the fast Adler-32 checksum used by zlib.雜湊 Type 識別器Guess which algorithm produced a hash from its length, encoding and character set.CRC-16 計算機Compute CRC-16 in six variants: CCITT-FALSE, XMODEM, KERMIT, MODBUS, X.25 and DNP.FNV-1a 雜湊Compute the Fowler-Noll-Vo non-cryptographic hash in 32, 64 or 128 bits.MurmurHash3 計算機Compute MurmurHash3 x86_32 or x86_128 with a configurable seed.CRC-16 MODBUS 計算機Compute the CRC-16/MODBUS checksum used by RS-485 and industrial PLC protocols.SnefruSnefru is a cryptographic hash function invented by Ralph Merkle in 1990 while working at Xerox PARC. The function supports 128-bit and 256-bit output. It was named after the Egyptian Pharaoh Sneferu, continuing the tradition of the Khufu a
加密工具 16
查看更多 (15)
AES 解密Decrypt AES-GCM/CBC payloads produced by the AES Encrypt tool.RSA Key Pair 產生器Generate 2048/4096-bit RSA keys and export them as JWK.XOR 加密器Encrypt or decrypt bytes with a repeating XOR key.RC4 加密Classic RC4 stream cipher — for study and legacy interop.Vigenere 加密器Polyalphabetic keyword cipher, encrypt and decrypt.Affine 加密器 EncodeThe Affine cipher is a type of monoalphabetic substitution cipher, wherein each letter in an alphabet is mapped to its numeric equivalent, encrypted using simple mathematical function, (ax + b) % 26 , and converted back to a letter.Bifid 加密器 DecodeThe Bifid cipher is a cipher which uses a Polybius square in conjunction with transposition, which can be fairly difficult to decipher without knowing the alphabet keyword.Bifid 加密器 EncodeThe Bifid cipher is a cipher which uses a Polybius square in conjunction with transposition, which can be fairly difficult to decipher without knowing the alphabet keyword.Cetacean 加密器 DecodeDecode Cetacean Cipher input. e.g. EEEEEEEEEeeEeEEEEEEEEEEEEeeEeEEe becomes hiCetacean 加密器 EncodeConverts any input into Cetacean Cipher. e.g. hi becomes EEEEEEEEEeeEeEEEEEEEEEEEEeeEeEEeRailFence 加密器 DecodeDecodes Strings that were created using the Rail fence Cipher provided a key and an offsetRailFence 加密器 EncodeEncodes Strings using the Rail fence Cipher provided a key and an offsetSIGABAEncipher/decipher with the WW2 SIGABA machine. SIGABA, otherwise known as ECM Mark II, was used by the United States for message encryption during WW2 up to the 1950s. It was developed in the 1930s by the US Army and Navy, and has up to thiTypexEncipher/decipher with the WW2 Typex machine. Typex was originally built by the British Royal Air Force prior to WW2, and is based on the Enigma machine with some improvements made, including using five rotors with more stepping points and WhirlpoolWhirlpool is a cryptographic hash function designed by Vincent Rijmen (co-creator of AES) and Paulo S. L. M. Barreto, who first described it in 2000. Several variants exist: Whirlpool-0 is the original version released in 2000. Whirlpool-T
網路工具 7
查看更多 (6)
網域 RDAP WHOIS 查詢表Fetch registrar, status and expiry data via RDAP.HTTP Request 請求標頭檢視工具See exactly which headers your client sends.連接埠數字查詢表Find the service behind a port number, or the port behind a service name, with the IANA class.IP Address 擷取器Pull every IPv4 address out of a log file, packet capture summary or config dump, deduplicated.URL 擷取器Find and list every http/https URL in unstructured text, one per line, deduplicated.ParseUDPParses a UDP header and payload (if present).
IP 工具 6
查看更多 (5)
IPv6 Address 展開器Expand abbreviated IPv6 to the full 8-group form.IPv6 Address 壓縮工具Compress IPv6 to its shortest RFC 5952 form.IP to 十進位轉換器Convert IPv4 addresses to 32-bit integers and back.十進位 to IP 轉換器Turn a packed integer back into dotted-quad IPv4.MAC Address 驗證器Validate MAC formats and inspect unicast/multicast and admin bits.
URL 工具 4
安全工具 12
Strong 密碼產生器Crypto-random passwords with full policy control.JWT 解碼器Inspect JWT header, payload and signature metadata.
查看更多 (10)
密碼短語產生器Diceware-style memorable passphrases.密碼 Strength 測試器Estimate entropy and crack-time of a password.API Key 產生器Random hex / Base64 secrets of any length.基礎 Auth Header 產生器Build and decode Authorization: Basic headers.檢查碼驗證器Compare a file hash against the published digest.Secret 掃描器Find leaked API keys, tokens, private keys, JWTs and connection strings in config files, logs or code.PII 去識別化工具Mask emails, phone numbers, SSNs, card numbers, IPs, IBANs, MACs and JWTs in logs before sharing them.TOTP Code 產生器Generate RFC 6238 time-based one-time passwords from a Base32 secret, with the otpauth URI.JWT 簽章驗證器Decode a JWT and verify its HS256 signature locally, with exp/nbf/iat claim checks.ToBech32Bech32 is an encoding scheme primarily used for Bitcoin SegWit addresses (BIP-0173). It uses a 32-character alphabet that excludes easily confused characters (1, b, i, o) and includes a checksum for error detection. Bech32m (BIP-0350) is an