Blowfish Cipher

Key
IV
Mode
Input
Output

Blowfish is a symmetric-key block cipher designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products.

IV: The Initialization Vector should be 8 bytes long. If not entered, it will default to 8 null bytes.


References

https://wikipedia.org/wiki/Blowfish_(cipher)
Characters Escape & Unescape can escapes special characters in a string so that they do not cause conflicts, and unescapes Characters in a string that have been escaped.

Characters Escape & Unescape

Characters Escape & Unescape can escapes special characters in a string so that they do not cause conflicts, and unescapes Characters in a string that have been escaped.
Unicode Characters Escape & Unescape can convert characters to their unicode-escaped notations, and convert unicode-escaped character notation back into raw characters.

Unicode Characters Escape & Unescape

Unicode Characters Escape & Unescape can convert characters to their unicode-escaped notations, and convert unicode-escaped character notation back into raw characters.
Hex Encode & Decode is a encode tool for free that can convert the text to hexadecimal bytes separated by the specified delimiter and also can convert hexadecimal byte string back into its raw value.

Hex Encode & Decode

Hex Encode & Decode is a encode tool for free that can convert the text to hexadecimal bytes separated by the specified delimiter and also can convert hexadecimal byte string back into its raw value.
GOST Block Cipher (Magma), defined in the standard GOST 28147-89 (RFC 5830), is a Soviet and Russian government standard symmetric key block cipher with a block size of 64 bits.

GOST Block Cipher

GOST Block Cipher (Magma), defined in the standard GOST 28147-89 (RFC 5830), is a Soviet and Russian government standard symmetric key block cipher with a block size of 64 bits.