From b28d943982236dbdd0b78ba68ddb1ea781c34149 Mon Sep 17 00:00:00 2001 From: Yi-Cyuan Chen Date: Fri, 13 Sep 2024 14:59:51 +0800 Subject: [PATCH] Site updated: 2024-09-13 14:59:51 --- aes/decrypt/index.html | 4 ++-- aes/encrypt/index.html | 4 ++-- base32_decode.html | 4 ++-- base32_encode.html | 2 +- base58/decode/index.html | 4 ++-- base58/encode/index.html | 2 +- base64_decode.html | 4 ++-- base64_encode.html | 2 +- blake2b/file/index.html | 4 ++-- blake2b/index.html | 4 ++-- blake2s/file/index.html | 4 ++-- blake2s/index.html | 4 ++-- blake3/file/index.html | 4 ++-- blake3/index.html | 4 ++-- crc16.html | 4 ++-- crc16_checksum.html | 4 ++-- crc32.html | 4 ++-- crc32_checksum.html | 4 ++-- cshake128/file/index.html | 4 ++-- cshake128/index.html | 4 ++-- cshake256/file/index.html | 4 ++-- cshake256/index.html | 4 ++-- des/decrypt/index.html | 4 ++-- des/encrypt/index.html | 4 ++-- double_sha256.html | 4 ++-- ecdsa/sign/index.html | 4 ++-- ecdsa/verify/index.html | 2 +- hex_decode.html | 6 +++--- hex_decode_file.html | 4 ++-- hex_encode.html | 8 ++++---- hex_encode_file.html | 8 ++++---- js/encoding.js | 2 +- js/hex.js | 2 +- keccak_224.html | 4 ++-- keccak_224_checksum.html | 4 ++-- keccak_256.html | 4 ++-- keccak_256_checksum.html | 4 ++-- keccak_384.html | 4 ++-- keccak_384_checksum.html | 4 ++-- keccak_512.html | 4 ++-- keccak_512_checksum.html | 4 ++-- kmac128/file/index.html | 4 ++-- kmac128/index.html | 4 ++-- kmac256/file/index.html | 4 ++-- kmac256/index.html | 4 ++-- md2.html | 4 ++-- md2_file_hash.html | 4 ++-- md4.html | 4 ++-- md4_file_hash.html | 4 ++-- md5.html | 4 ++-- md5_checksum.html | 4 ++-- rc4/decrypt/index.html | 4 ++-- rc4/encrypt/index.html | 4 ++-- ripemd-128/file/index.html | 4 ++-- ripemd-128/index.html | 4 ++-- ripemd-160/file/index.html | 4 ++-- ripemd-160/index.html | 4 ++-- ripemd-256/file/index.html | 4 ++-- ripemd-256/index.html | 4 ++-- ripemd-320/file/index.html | 4 ++-- ripemd-320/index.html | 4 ++-- rsa/decrypt/index.html | 4 ++-- rsa/encrypt/index.html | 4 ++-- rsa/sign/index.html | 4 ++-- rsa/verify/index.html | 2 +- sha1.html | 4 ++-- sha1_checksum.html | 4 ++-- sha224.html | 4 ++-- sha224_checksum.html | 4 ++-- sha256.html | 4 ++-- sha256_checksum.html | 4 ++-- sha384.html | 4 ++-- sha384_file_hash.html | 4 ++-- sha3_224.html | 4 ++-- sha3_224_checksum.html | 4 ++-- sha3_256.html | 4 ++-- sha3_256_checksum.html | 4 ++-- sha3_384.html | 4 ++-- sha3_384_checksum.html | 4 ++-- sha3_512.html | 4 ++-- sha3_512_checksum.html | 4 ++-- sha512.html | 4 ++-- sha512_224.html | 4 ++-- sha512_224_file_hash.html | 4 ++-- sha512_256.html | 4 ++-- sha512_256_file_hash.html | 4 ++-- sha512_file_hash.html | 4 ++-- shake128/file/index.html | 4 ++-- shake128/index.html | 4 ++-- shake256/file/index.html | 4 ++-- shake256/index.html | 4 ++-- triple-des/decrypt/index.html | 4 ++-- triple-des/encrypt/index.html | 4 ++-- 93 files changed, 184 insertions(+), 184 deletions(-) diff --git a/aes/decrypt/index.html b/aes/decrypt/index.html index 8cc690a7..7f141237 100644 --- a/aes/decrypt/index.html +++ b/aes/decrypt/index.html @@ -43,7 +43,7 @@ if (localStorage.getItem('DARK') === '1') { document.documentElement.classList.add('dark-theme') } -

AES Decryption

This online tool helps you decrypt messages using AES. It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Key
IV

AES Decryption

This online tool helps you decrypt messages using AES. It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Key
IV

AES Encryption

This online tool helps you encrypt messages using AES. It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Salt
Key
IV

AES Encryption

This online tool helps you encrypt messages using AES. It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Salt
Key
IV

Base32 Decode

This online Base32 decoding tool helps you decode Base32 to text or binary. You can output UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Base32 Decode

This online Base32 decoding tool helps you decode Base32 to text or binary. You can output UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Base58 Decode

This online Base58 decoding tool helps you decode Base58 to text or binary. You can output UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Base58 Decode

This online Base58 decoding tool helps you decode Base58 to text or binary. You can output UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Base64 Decode

This online Base64 decoding tool helps you decode Base64 to text or binary. You can output UTF-8, UTF-16, Hex, or other encodings. It also supports various formats such as RFC 4648 (standard and URL Safe), RFC 2045 (MIME), RFC 2152 (UTF-7), and RFC 3501 (IMAP).

Input
Output
Share Link
Settings

Base64 Decode

This online Base64 decoding tool helps you decode Base64 to text or binary. You can output UTF-8, UTF-16, Hex, or other encodings. It also supports various formats such as RFC 4648 (standard and URL Safe), RFC 2045 (MIME), RFC 2152 (UTF-7), and RFC 3501 (IMAP).

Input
Output
Share Link
Settings

BLAKE2b File Hash

This BLAKE2b online tool helps you calculate the hash of a file from local or URL using BLAKE2b without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Key

BLAKE2b File Hash

This BLAKE2b online tool helps you calculate the hash of a file from local or URL using BLAKE2b without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Key

BLAKE2b

This BLAKE2b online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Key

BLAKE2b

This BLAKE2b online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Key

BLAKE2s File Hash

This BLAKE2s online tool helps you calculate the hash of a file from local or URL using BLAKE2s without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Key

BLAKE2s File Hash

This BLAKE2s online tool helps you calculate the hash of a file from local or URL using BLAKE2s without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Key

BLAKE2s

This BLAKE2s online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Key

BLAKE2s

This BLAKE2s online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Key

BLAKE3 File Hash

This BLAKE3 online tool helps you calculate the hash of a file from local or URL using BLAKE3 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

BLAKE3 File Hash

This BLAKE3 online tool helps you calculate the hash of a file from local or URL using BLAKE3 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

BLAKE3

This BLAKE3 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

BLAKE3

This BLAKE3 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

CRC-16

This CRC-16 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

CRC-16

This CRC-16 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

CRC-16 File Checksum

This CRC-16 online tool helps you calculate the hash of a file from local or URL using CRC-16 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

CRC-16 File Checksum

This CRC-16 online tool helps you calculate the hash of a file from local or URL using CRC-16 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

CRC-32

This CRC-32 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

CRC-32

This CRC-32 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

CRC-32 File Checksum

This CRC-32 online tool helps you calculate the hash of a file from local or URL using CRC-32 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

CRC-32 File Checksum

This CRC-32 online tool helps you calculate the hash of a file from local or URL using CRC-32 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

cSHAKE128 File Hash

This cSHAKE128 online tool helps you calculate the hash of a file from local or URL using cSHAKE128 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Function Name
Customization

cSHAKE128 File Hash

This cSHAKE128 online tool helps you calculate the hash of a file from local or URL using cSHAKE128 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Function Name
Customization

cSHAKE128

This cSHAKE128 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Function Name
Customization

cSHAKE128

This cSHAKE128 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Function Name
Customization

cSHAKE256 File Hash

This cSHAKE256 online tool helps you calculate the hash of a file from local or URL using cSHAKE256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Function Name
Customization

cSHAKE256 File Hash

This cSHAKE256 online tool helps you calculate the hash of a file from local or URL using cSHAKE256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Function Name
Customization

cSHAKE256

This cSHAKE256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Function Name
Customization

cSHAKE256

This cSHAKE256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Function Name
Customization

DES Decryption

This online tool helps you decrypt messages using DES. It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Key
IV

DES Decryption

This online tool helps you decrypt messages using DES. It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Key
IV

DES Encryption

This online tool helps you encrypt messages using DES. It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Salt
Key
IV

DES Encryption

This online tool helps you encrypt messages using DES. It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Salt
Key
IV
-
Settings

ECDSA Sign Message

This online tool helps you sign messages using ECDSA. It supports various curves and signature algorithms. You can also use PEM with a passphrase.

Input
Output
Share Link
Settings
Private Key

ECDSA Sign Message

This online tool helps you sign messages using ECDSA. It supports various curves and signature algorithms. You can also use PEM with a passphrase.

Input
Output
Share Link
Settings
Private Key

Decode Hex (Base16) to String

This online Hex (Base16) decoding tool helps you decode Hex to text or binary. You can output UTF-8, UTF-16, Base64, or other encodings.

Input
Output
Share Link
Settings

Decode Hex (Base16) to String

This online Hex (Base16) decoding tool helps you decode Hex to text or binary. You can output UTF-8, UTF-16, Base64, or other encodings.

Input
Output
Share Link
Settings

Decode Hex (Base16) to File

This online Hex (Base16) decoding tool helps you decode Hex to a file for download.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Encode String to Hex (Base16)

This online Hex (Base16) encoding tool helps you encode text or binary to Hex. You can input UTF-8, UTF-16, Base64, or other encodings.

Input
Output
Share Link
Settings

Encode String to Hex (Base16)

This online Hex (Base16) encoding tool helps you encode text or binary to Hex. You can input UTF-8, UTF-16, Base64, or other encodings.

Input
Output
Share Link
Settings

Encode File to Hex (Base16)

This online Hex (Base16) encoding tool helps you encode a file from local or URL to Hex without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Encode File to Hex (Base16)

This online Hex (Base16) encoding tool helps you encode a file from local or URL to Hex without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Keccak-224

This Keccak-224 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Keccak-224

This Keccak-224 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Keccak-224 File Hash

This Keccak-224 online tool helps you calculate the hash of a file from local or URL using Keccak-224 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Keccak-224 File Hash

This Keccak-224 online tool helps you calculate the hash of a file from local or URL using Keccak-224 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Keccak-256

This Keccak-256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Keccak-256

This Keccak-256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Keccak-256 File Hash

This Keccak-256 online tool helps you calculate the hash of a file from local or URL using Keccak-256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Keccak-256 File Hash

This Keccak-256 online tool helps you calculate the hash of a file from local or URL using Keccak-256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Keccak-384

This Keccak-384 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Keccak-384

This Keccak-384 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Keccak-384 File Hash

This Keccak-384 online tool helps you calculate the hash of a file from local or URL using Keccak-384 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Keccak-384 File Hash

This Keccak-384 online tool helps you calculate the hash of a file from local or URL using Keccak-384 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Keccak-512

This Keccak-512 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Keccak-512

This Keccak-512 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Keccak-512 File Hash

This Keccak-512 online tool helps you calculate the hash of a file from local or URL using Keccak-512 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

Keccak-512 File Hash

This Keccak-512 online tool helps you calculate the hash of a file from local or URL using Keccak-512 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

KMAC128 File Hash

This KMAC128 online tool helps you calculate the hash of a file from local or URL using KMAC128 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Key
Customization

KMAC128 File Hash

This KMAC128 online tool helps you calculate the hash of a file from local or URL using KMAC128 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Key
Customization

KMAC128

This KMAC128 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Key
Customization

KMAC128

This KMAC128 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Key
Customization

KMAC256 File Hash

This KMAC256 online tool helps you calculate the hash of a file from local or URL using KMAC256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Key
Customization

KMAC256 File Hash

This KMAC256 online tool helps you calculate the hash of a file from local or URL using KMAC256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings
Key
Customization

KMAC256

This KMAC256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Key
Customization

KMAC256

This KMAC256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings
Key
Customization

MD2

This MD2 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

MD2

This MD2 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

MD2 File Hash

This MD2 online tool helps you calculate the hash of a file from local or URL using MD2 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

MD2 File Hash

This MD2 online tool helps you calculate the hash of a file from local or URL using MD2 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

MD4

This MD4 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

MD4

This MD4 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

MD4 File Hash

This MD4 online tool helps you calculate the hash of a file from local or URL using MD4 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

MD4 File Hash

This MD4 online tool helps you calculate the hash of a file from local or URL using MD4 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

MD5

This MD5 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

MD5

This MD5 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

MD5 File Checksum

This MD5 online tool helps you calculate the hash of a file from local or URL using MD5 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

MD5 File Checksum

This MD5 online tool helps you calculate the hash of a file from local or URL using MD5 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RC4 Decryption

This online tool helps you decrypt messages using RC4. It supports PBKDF2 or EvpKDF, with customizable salt, iteration, and hash settings. It also supports dropping initial keystream bytes.

Input
Output
Share Link
Settings
Key

RC4 Decryption

This online tool helps you decrypt messages using RC4. It supports PBKDF2 or EvpKDF, with customizable salt, iteration, and hash settings. It also supports dropping initial keystream bytes.

Input
Output
Share Link
Settings
Key

RC4 Encryption

This online tool helps you encrypt messages using RC4. It supports PBKDF2 or EvpKDF, with customizable salt, iteration, and hash settings. It also supports dropping initial keystream bytes.

Input
Output
Share Link
Settings
Salt
Key

RC4 Encryption

This online tool helps you encrypt messages using RC4. It supports PBKDF2 or EvpKDF, with customizable salt, iteration, and hash settings. It also supports dropping initial keystream bytes.

Input
Output
Share Link
Settings
Salt
Key

RIPEMD-128 File Hash

This RIPEMD-128 online tool helps you calculate the hash of a file from local or URL using RIPEMD-128 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RIPEMD-128 File Hash

This RIPEMD-128 online tool helps you calculate the hash of a file from local or URL using RIPEMD-128 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RIPEMD-128

This RIPEMD-128 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

RIPEMD-128

This RIPEMD-128 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

RIPEMD-160 File Hash

This RIPEMD-160 online tool helps you calculate the hash of a file from local or URL using RIPEMD-160 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RIPEMD-160 File Hash

This RIPEMD-160 online tool helps you calculate the hash of a file from local or URL using RIPEMD-160 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RIPEMD-160

This RIPEMD-160 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

RIPEMD-160

This RIPEMD-160 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

RIPEMD-256 File Hash

This RIPEMD-256 online tool helps you calculate the hash of a file from local or URL using RIPEMD-256 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RIPEMD-256 File Hash

This RIPEMD-256 online tool helps you calculate the hash of a file from local or URL using RIPEMD-256 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RIPEMD-256

This RIPEMD-256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

RIPEMD-256

This RIPEMD-256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

RIPEMD-320 File Hash

This RIPEMD-320 online tool helps you calculate the hash of a file from local or URL using RIPEMD-320 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RIPEMD-320 File Hash

This RIPEMD-320 online tool helps you calculate the hash of a file from local or URL using RIPEMD-320 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

RIPEMD-320

This RIPEMD-320 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

RIPEMD-320

This RIPEMD-320 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

RSA Decryption

This online tool helps you decrypt messages using RSA. It supports PKCS#1 and OAEP with various hash algorithms. You can also use PEM with a passphrase.

Input
Output
Share Link
Settings

RSA Decryption

This online tool helps you decrypt messages using RSA. It supports PKCS#1 and OAEP with various hash algorithms. You can also use PEM with a passphrase.

Input
Output
Share Link
Settings

RSA Encryption

This online tool helps you encrypt messages using RSA. It supports PKCS#1 and OAEP with various hash algorithms.

Input
Output
Share Link
Settings

RSA Encryption

This online tool helps you encrypt messages using RSA. It supports PKCS#1 and OAEP with various hash algorithms.

Input
Output
Share Link
Settings

RSA Sign Message

This online tool helps you sign messages using RSA. It supports various signature algorithms. You can also use PEM with a passphrase.

Input
Output
Share Link
Settings

RSA Sign Message

This online tool helps you sign messages using RSA. It supports various signature algorithms. You can also use PEM with a passphrase.

Input
Output
Share Link
Settings

SHA1

This SHA1 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA1

This SHA1 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA1 File Checksum

This SHA1 online tool helps you calculate the hash of a file from local or URL using SHA1 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA1 File Checksum

This SHA1 online tool helps you calculate the hash of a file from local or URL using SHA1 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA224

This SHA224 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA224

This SHA224 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA224 File Hash

This SHA224 online tool helps you calculate the hash of a file from local or URL using SHA224 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA224 File Hash

This SHA224 online tool helps you calculate the hash of a file from local or URL using SHA224 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA256

This SHA256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA256

This SHA256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA256 File Checksum

This SHA256 online tool helps you calculate the hash of a file from local or URL using SHA256 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA256 File Checksum

This SHA256 online tool helps you calculate the hash of a file from local or URL using SHA256 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA384

This SHA384 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA384

This SHA384 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA384 File Hash

This SHA384 online tool helps you calculate the hash of a file from local or URL using SHA384 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA384 File Hash

This SHA384 online tool helps you calculate the hash of a file from local or URL using SHA384 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA3-224

This SHA3-224 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHA3-224

This SHA3-224 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHA3-224 File Hash

This SHA3-224 online tool helps you calculate the hash of a file from local or URL using SHA3-224 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA3-224 File Hash

This SHA3-224 online tool helps you calculate the hash of a file from local or URL using SHA3-224 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA3-256

This SHA3-256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHA3-256

This SHA3-256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHA3-256 File Hash

This SHA3-256 online tool helps you calculate the hash of a file from local or URL using SHA3-256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA3-256 File Hash

This SHA3-256 online tool helps you calculate the hash of a file from local or URL using SHA3-256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA3-384

This SHA3-384 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHA3-384

This SHA3-384 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHA3-384 File Hash

This SHA3-384 online tool helps you calculate the hash of a file from local or URL using SHA3-384 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA3-384 File Hash

This SHA3-384 online tool helps you calculate the hash of a file from local or URL using SHA3-384 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA3-512

This SHA3-512 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHA3-512

This SHA3-512 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHA3-512 File Hash

This SHA3-512 online tool helps you calculate the hash of a file from local or URL using SHA3-512 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA3-512 File Hash

This SHA3-512 online tool helps you calculate the hash of a file from local or URL using SHA3-512 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA512

This SHA512 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA512

This SHA512 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA512/224

This SHA512/224 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA512/224

This SHA512/224 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA512/224 File Hash

This SHA512/224 online tool helps you calculate the hash of a file from local or URL using SHA512/224 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA512/224 File Hash

This SHA512/224 online tool helps you calculate the hash of a file from local or URL using SHA512/224 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA512/256

This SHA512/256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA512/256

This SHA512/256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings. It also supports HMAC.

Input
Output
Share Link
Settings

SHA512/256 File Hash

This SHA512/256 online tool helps you calculate the hash of a file from local or URL using SHA512/256 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA512/256 File Hash

This SHA512/256 online tool helps you calculate the hash of a file from local or URL using SHA512/256 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA512 File Hash

This SHA512 online tool helps you calculate the hash of a file from local or URL using SHA512 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHA512 File Hash

This SHA512 online tool helps you calculate the hash of a file from local or URL using SHA512 without uploading the file. It also supports HMAC.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHAKE128 File Hash

This SHAKE128 online tool helps you calculate the hash of a file from local or URL using SHAKE128 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHAKE128 File Hash

This SHAKE128 online tool helps you calculate the hash of a file from local or URL using SHAKE128 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHAKE128

This SHAKE128 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHAKE128

This SHAKE128 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHAKE256 File Hash

This SHAKE256 online tool helps you calculate the hash of a file from local or URL using SHAKE256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHAKE256 File Hash

This SHAKE256 online tool helps you calculate the hash of a file from local or URL using SHAKE256 without uploading the file.

Input
File
Drag and drop the file here or click to select a file. It will not upload the file.
Output
Settings

SHAKE256

This SHAKE256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

SHAKE256

This SHAKE256 online tool helps you calculate hashes from strings. You can input UTF-8, UTF-16, Hex, Base64, or other encodings.

Input
Output
Share Link
Settings

Triple DES Decryption

This online tool helps you decrypt messages using Triple DES (3DES). It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Key
IV

Triple DES Decryption

This online tool helps you decrypt messages using Triple DES (3DES). It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Key
IV

Triple DES Encryption

This online tool helps you encrypt messages using Triple DES (3DES). It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Salt
Key
IV

Triple DES Encryption

This online tool helps you encrypt messages using Triple DES (3DES). It supports various modes and paddings. It also supports using PBKDF2 or EvpKDF, with customizable salt, iteration and hash settings.

Input
Output
Share Link
Settings
Salt
Key
IV