From 2de669d460933a1571c11e812e98da4fe6ee13db Mon Sep 17 00:00:00 2001 From: Amal Ritessh A P <116954112+AmalRitessh@users.noreply.github.com> Date: Sun, 17 Dec 2023 18:24:37 +0530 Subject: [PATCH] Delete ECBmode.html --- ECBmode.html | 95 ---------------------------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 ECBmode.html diff --git a/ECBmode.html b/ECBmode.html deleted file mode 100644 index b27ccd2..0000000 --- a/ECBmode.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - Hight Cipher - - - -
- - -
- -
-

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 -

-
-
- - - - - -