Base64 encoding and decoding, hash encryption, JWT parsing and code obfuscation
Calculate MD5 hash of text or file
Encrypt or decrypt text content using AES mode
Encrypt and decrypt text using DES or 3DES mode
Calculate the SHA1 hash of a text or file
Calculate the SHA256 hash of a text or file
Calculate the SHA512 hash of a text or file
Generate or verify HMAC message signature results
Compare two sensitive strings to see if they are completely consistent
Encode or decode URL text according to various rules
Encode, decode and organize HTML entity text
Convert between multiple Unicode escape formats and text
Obfuscate JavaScript code online to make the source code harder to read
Obfuscate Python code online and reduce the readability of source code
Obfuscate PHP code online and protect server-side scripts
Obfuscate Java code online and protect class file source code security
Classic letter shift encryption method, an introduction to interesting cryptography
Convert text and Morse code to each other, interesting communication coding
Base32 encoding and decoding tool, standard character set conversion
Base58 encoding and decoding tool, Bitcoin character set conversion
Text and hexadecimal string conversion tool
Coding tool for converting text to binary code and vice versa
Calculate the file hash value and compare it with the official fingerprint
Convert text to Base64 encoded string
Restore Base64 encoded string to original text
URL-safe Base64 encoding, great for link and token parameters
Convert local file to Base64 encoded string
Restore Base64 encoding to original file and download
Convert images to Base64 encoding, which can be embedded in web pages or CSS
Restore Base64 encoding to image and preview download
Convert audio file to Base64 encoded string
Restore Base64 encoding to audio and play download
Convert short video files to Base64 encoded strings
Restore Base64 encoding to video and play download
Quickly convert plain text to Base64 encoding
Restore Base64 encoding to readable text content
Convert between DataURL format and pure Base64 encoding
Multi-line text is batch-encoded into Base64 format at one time
Multi-line Base64 encoding can be decoded in batches at once and restored to the original text.
Check whether the Base64 string is legal and then decode it
Clean up impurity characters such as spaces and newlines in Base64
Convert HEX string to Base64 encoding
Convert Base64 encoding to hexadecimal byte sequence
Wrap or merge Base64 according to email protocol format
Manage the filling or removal of the equal sign at the end of Base64
Combine multiple lines of Base64 into a continuous single line string
Split long Base64 into multiple lines by specified length
Count the length of Base64 strings and estimate the decoded size
Reformat Base64 to a fixed width for easier reading
Compare two Base64 strings to find the difference
Decode, verify and generate JWT tokens to view content information
Derivation of key results from password and salt
Perform ASCII85 text encoding and decoding conversions