ECB MODE

Encryption

Decryption

Hight ECB Cipher Information
- The user input for the key should be 128 bit and in hexadecimal format.
- The user input for plaintext or ciphertext can be of any length, both greater than or less than 64 bits, and in hexadecimal format.
- A padding block has been added to ever plaintext encryption.
- Padding scheme used for this block cipher is “OneAndZeroes Padding”.

Hexadecimal Value Input
Hexadecimal values can be input with or without spaces between the characters.

Example:
Key: 00112233445566778899aabbccddeeff
Plaintext: 0000000000000000
Ciphertext: 00f418aed94f03f2

Hight ECB Example:
Key: 00112233445566778899aabbccddeeff
Plaintext: 00000000000000002e
Ciphertext: 00f418aed94f03f2a17ff6f60354dbc2