RC2 Cipher

Key
IV
Input
Output

RC2 (also known as ARC2) is a symmetric-key block cipher designed by Ron Rivest in 1987. 'RC' stands for 'Rivest Cipher'.

Options

Key: RC2 uses a variable size key.
IV: To run the cipher in CBC mode, the Initialization Vector should be 8 bytes long. If the IV is left blank, the cipher will run in ECB mode.
Padding: In both CBC and ECB mode, PKCS#7 padding will be used.

References

https://wikipedia.org/wiki/RC2
Base16 Encoder & Decoder that alow you to convert data between Base16 and text. Base16 uses sixteen distinct symbols, most often the symbols

Base16 Encode & Decode

Base16 Encoder & Decoder that alow you to convert data between Base16 and text. Base16 uses sixteen distinct symbols, most often the symbols "0"–"9" to represent values 0 to 9, and "A"–"F" (or alternatively "a"–"f") to represent values from 10 to 15.
Base32 Encoder & Decoder Online

Base32 Encode & Decode

Base32 Encoder & Decoder Online