DiceLock-x 8.0.0.1 for Linux, CBC_Mode class (Cipher-block chaining CBC block cipher operation mode algorithm), with ISO_IEC_9797_1 class crypto padding algorithm, verified with Advanced Encryption Standard AES 256, VarKey test set and PhysicalCryptoRandomStream class (memory pages kept in RAM, not swapped to file)
DiceLock-x 8.0.0.1 for Linux is the cryptographic architecture that ensures that ciphertext it’s not just encrypted but also randomized.
DiceLock cipher architecture presents two main configurations:
– Dicelock Digested, and
– Dicelock Indexed.
DiceLock encryption architecture improves symmetric ciphers like block cipher as Advanced Encryption Standard, Camellia, Serpent, Twofish (128, 192 and 256 bit key lengths) with different block cipher operation modes (like CBC, CFB, OFB and XTS) and stream ciphers as HC 128, HC 256, Rabbit, Salsa 20/20, Sosemanuk and others.
DiceLock (both configurations) makes use of the following random number tests: Frequency Test, Block Frequency Test, Cumulative Sum Forward Test, Cumulative Sum Reverse Test, Runs Test, Longest Run Of Ones Test, Rank Test, Universal Test, Approximate Entropy Test, Serial Test and Discrete Fourier Transform Test.
Additionally DiceLock Digested configuration makes use currently of following hash digest algorithms: Sha 1, Sha 224, Sha 256, Sha 384, Sha 512, Ripemd 128, Ripemd 160, Ripemd 256, Ripemd 320, Md2, Md4 and Md5.
Previous version DiceLock-x 7.0.0.1 for Linux incorporated XTS-AES (XEX-based tweaked-codebook mode with ciphertext stealing XTS block cipher operation mode algorithm) for Advanced Encryption Algorithm (AES) for 128 and 256 bit symmetric keys.
New version DiceLock-x 8.0.0.1 for Linux has made significant improvements:
- added block encryption ciphers like Camellia, Serpent and Twofish with all accepted key lengths of 128, 192 and 256 bits,
- added stream ciphers like Rabbit, Salsa 20/20 with 128 and 256 bit key lengths, and general Sosemanuk, as well as Sosemanuk with 128 and 256 bit key lengths,
- added old hash algorithms like Message Digest 2, Message Digest 4 and Message Digest 5,
- modified DiceLockIndexed and DiceLockDigested classes to be used with encryption ciphers that does not make use of initialization vector (IV),
- created DiceLockIVDigested and DiceLockIVIndexed classes to be used with encryption ciphers that makes use of initialization vector (IV),
- extended DiceLockXTSDigested and DiceLockXTSIndexed classes to be use with newly added Camellia, Serpent and Twofish block ciphers and all three key lengths (128, 192 and 256 bit key lengths),
- added old encryption ciphers like DEA (Data Encryption Algorithm), TDEA (Triple Data Encryption Algorithm), and ARC4 (alleged RC4) for compatibillity reasons.
As the new version DiceLock-x 8.0.0.1 for Linux is developed, all individual components must be tested and verified, and in this article we verify Cipher-block chaining CBC class (computing Cipher-block chaining CBC block cipher algorithm).
At the bottom of the post you can find C++ source code being used to perform this test.
Verified DiceLock-x 8.0.0.1 for Linux
Verification components:
– Block cipher operation mode encryption algorithm: CBC_Mode class
– CBC crypto padding algorithm: ISO_IEC_9797_1 class
– Block cipher encryption algorithm: AES256 class
– Test set : VarKey
– Bit stream memory management: PhysicalCryptoRandomStream class (memory pages kept in RAM, not swapped to file)
Memory characteristic used in this test:
PhysicalCryptoRandomStream class makes use of AWE (Address Windowing Extensions) that uses physical nonpaged memory, so memory is not swapped to hard disk.
In order to use PhysicalCryptoRandomStream class, which works with AWE it requires that “Lock Pages In Memory” Windows security setting policy permission must be granted in “Local Policy Settings” to the account executing the program, and in some versions the program must have “Run this program as an administrator” “Privilege Level” option checked.
CBC_Mode class block cipher operation mode is executed with ISO_IEC_9797_1 class crypto padding algorithm. Encrypted text length is set to 256 and it does match expected ciphertext first 128 bits, remaining 128 bits corresponding to crypto pad data are shown in italic.
Once computed we’ve got the following results:
VarKey, test# 1
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | 8000000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e35a6dcb19b201a01ebcfa8aa22b5759 | ||
| Computed ciphertext: | e35a6dcb19b201a01ebcfa8aa22b57596674bd3ac86671c12aff75b95d5d136f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 2
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | c000000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | b29169cdcf2d83e838125a12ee6aa400 | ||
| Computed ciphertext: | b29169cdcf2d83e838125a12ee6aa4001a4804d4ae949c20620073e6f1a1ea6e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 3
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | e000000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d8f3a72fc3cdf74dfaf6c3e6b97b2fa6 | ||
| Computed ciphertext: | d8f3a72fc3cdf74dfaf6c3e6b97b2fa6da724ae8415a31c03a2ffb58d15d428a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 4
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | f000000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 1c777679d50037c79491a94da76a9a35 | ||
| Computed ciphertext: | 1c777679d50037c79491a94da76a9a35e2ca8a8a1c1f3050593a75d42e7a0c45 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 5
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | f800000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 9cf4893ecafa0a0247a898e040691559 | ||
| Computed ciphertext: | 9cf4893ecafa0a0247a898e0406915594090e7784f812423e83b73515fd256e1 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 6
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fc00000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8fbb413703735326310a269bd3aa94b2 | ||
| Computed ciphertext: | 8fbb413703735326310a269bd3aa94b260ee2678366720ba448f03c00d711306 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 7
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fe00000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 60e32246bed2b0e859e55c1cc6b26502 | ||
| Computed ciphertext: | 60e32246bed2b0e859e55c1cc6b26502763362e4f4ed2c8a0bd31db76541fd40 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 8
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ff00000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ec52a212f80a09df6317021bc2a9819e | ||
| Computed ciphertext: | ec52a212f80a09df6317021bc2a9819ef6f8c45857768ee5768aa4d33decb0d0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 9
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ff80000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f23e5b600eb70dbccf6c0b1d9a68182c | ||
| Computed ciphertext: | f23e5b600eb70dbccf6c0b1d9a68182ca7ccba8c9c1fa735f06bf2fe66022564 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 10
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffc0000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a3f599d63a82a968c33fe26590745970 | ||
| Computed ciphertext: | a3f599d63a82a968c33fe265907459708b91e3445c7da21f442e126b50c433ea | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 11
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffe0000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d1ccb9b1337002cbac42c520b5d67722 | ||
| Computed ciphertext: | d1ccb9b1337002cbac42c520b5d67722f69f8bc5dc7be24fc4a719226920a8e9 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 12
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fff0000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | cc111f6c37cf40a1159d00fb59fb0488 | ||
| Computed ciphertext: | cc111f6c37cf40a1159d00fb59fb04880893ca7dad93e6980d7620c33a655c68 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 13
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fff8000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | dc43b51ab609052372989a26e9cdd714 | ||
| Computed ciphertext: | dc43b51ab609052372989a26e9cdd714b93a4a5309eec38813c8d42b7271712e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 14
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffc000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4dcede8da9e2578f39703d4433dc6459 | ||
| Computed ciphertext: | 4dcede8da9e2578f39703d4433dc6459136ddfe134e9115b5a7e1b8ea0f73cd4 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 15
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffe000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 1a4c1c263bbccfafc11782894685e3a8 | ||
| Computed ciphertext: | 1a4c1c263bbccfafc11782894685e3a82aa1449b4d7d5fd2e72623d184ee5d9d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 16
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffff000000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 937ad84880db50613423d6d527a2823d | ||
| Computed ciphertext: | 937ad84880db50613423d6d527a2823d71144e3d77ce103950fe2478bc8007b0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 17
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffff800000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 610b71dfc688e150d8152c5b35ebc14d | ||
| Computed ciphertext: | 610b71dfc688e150d8152c5b35ebc14d508b7e9c4418ea3bc65df442f35345b4 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 18
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffc00000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 27ef2495dabf323885aab39c80f18d8b | ||
| Computed ciphertext: | 27ef2495dabf323885aab39c80f18d8bc697f0cc870bff788be880a5c510e285 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 19
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffe00000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 633cafea395bc03adae3a1e2068e4b4e | ||
| Computed ciphertext: | 633cafea395bc03adae3a1e2068e4b4e1a702b06c4c396bbb08c1450acc71651 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 20
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffff00000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6e1b482b53761cf631819b749a6f3724 | ||
| Computed ciphertext: | 6e1b482b53761cf631819b749a6f3724da764b9c0d8133daf92ae53639ce908e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 21
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffff80000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 976e6f851ab52c771998dbb2d71c75a9 | ||
| Computed ciphertext: | 976e6f851ab52c771998dbb2d71c75a9a9fb20d7b6e8af4a5aab584c6e7aa66b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 22
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffc0000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 85f2ba84f8c307cf525e124c3e22e6cc | ||
| Computed ciphertext: | 85f2ba84f8c307cf525e124c3e22e6ccd4bd54b8ac97e7be73312fd583d8debf | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 23
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffe0000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6bcca98bf6a835fa64955f72de4115fe | ||
| Computed ciphertext: | 6bcca98bf6a835fa64955f72de4115fe86b0fa533346f753d558e7289f543746 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 24
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffff0000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2c75e2d36eebd65411f14fd0eb1d2a06 | ||
| Computed ciphertext: | 2c75e2d36eebd65411f14fd0eb1d2a06e3ebbfb9e4d78db2efefff760036e4ec | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 25
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffff8000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | bd49295006250ffca5100b6007a0eade | ||
| Computed ciphertext: | bd49295006250ffca5100b6007a0eadefb4bfd3430dca18de4f2720a933e0848 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 26
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffc000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a190527d0ef7c70f459cd3940df316ec | ||
| Computed ciphertext: | a190527d0ef7c70f459cd3940df316ec33147ff187308e4d10454b1b715c9a14 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 27
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffe000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | bbd1097a62433f79449fa97d4ee80dbf | ||
| Computed ciphertext: | bbd1097a62433f79449fa97d4ee80dbf27d308e97eb30ee4570ba46ef22e3a24 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 28
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffff000000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 07058e408f5b99b0e0f061a1761b5b3b | ||
| Computed ciphertext: | 07058e408f5b99b0e0f061a1761b5b3bca7a3b3fded010b63e74f5f4fd445419 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 29
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffff800000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 5fd1f13fa0f31e37fabde328f894eac2 | ||
| Computed ciphertext: | 5fd1f13fa0f31e37fabde328f894eac21a4678026aa2f9cac0046b40e54f5b95 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 30
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffc00000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | fc4af7c948df26e2ef3e01c1ee5b8f6f | ||
| Computed ciphertext: | fc4af7c948df26e2ef3e01c1ee5b8f6fb6f0ca352c7c5ef744918d060baab47a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 31
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffe00000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 829fd7208fb92d44a074a677ee9861ac | ||
| Computed ciphertext: | 829fd7208fb92d44a074a677ee9861ac56637f9c99a04324d3b8b5bb488fb8f2 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 32
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffff00000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ad9fc613a703251b54c64a0e76431711 | ||
| Computed ciphertext: | ad9fc613a703251b54c64a0e7643171138e4bebabd787b99c0469b1249881197 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 33
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffff80000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 33ac9eccc4cc75e2711618f80b1548e8 | ||
| Computed ciphertext: | 33ac9eccc4cc75e2711618f80b1548e853019663257029def32b6bbfbc0e95d7 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 34
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffc0000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2025c74b8ad8f4cda17ee2049c4c902d | ||
| Computed ciphertext: | 2025c74b8ad8f4cda17ee2049c4c902df56cad27e56c77b742cf76f852f48ad9 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 35
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffe0000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f85ca05fe528f1ce9b790166e8d551e7 | ||
| Computed ciphertext: | f85ca05fe528f1ce9b790166e8d551e7d7ffd3e6cd3dd7fe5684ce4bb7ab7128 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 36
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffff0000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6f6238d8966048d4967154e0dad5a6c9 | ||
| Computed ciphertext: | 6f6238d8966048d4967154e0dad5a6c9020987418f61491a77f7441bf7ae8cff | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 37
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffff8000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f2b21b4e7640a9b3346de8b82fb41e49 | ||
| Computed ciphertext: | f2b21b4e7640a9b3346de8b82fb41e49b716f60cf50f74241d50cd9baac0a478 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 38
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffc000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f836f251ad1d11d49dc344628b1884e1 | ||
| Computed ciphertext: | f836f251ad1d11d49dc344628b1884e1914532a95b66fa9d442c27050a4dffc3 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 39
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffe000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 077e9470ae7abea5a9769d49182628c3 | ||
| Computed ciphertext: | 077e9470ae7abea5a9769d49182628c3697fe4e8c19e7e0b7d90ee45fe705221 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 40
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffff000000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e0dcc2d27fc9865633f85223cf0d611f | ||
| Computed ciphertext: | e0dcc2d27fc9865633f85223cf0d611f32859822260aa8218f440dcaac219b15 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 41
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffff800000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | be66cfea2fecd6bf0ec7b4352c99bcaa | ||
| Computed ciphertext: | be66cfea2fecd6bf0ec7b4352c99bcaaf50e3ce616be81d6e141197e9cd9e2f9 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 42
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffc00000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | df31144f87a2ef523facdcf21a427804 | ||
| Computed ciphertext: | df31144f87a2ef523facdcf21a427804b926d2467530087a931b30b6f92ea591 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 43
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffe00000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | b5bb0f5629fb6aae5e1839a3c3625d63 | ||
| Computed ciphertext: | b5bb0f5629fb6aae5e1839a3c3625d63d46581bd24c424c799671ce6af67a585 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 44
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffff00000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3c9db3335306fe1ec612bdbfae6b6028 | ||
| Computed ciphertext: | 3c9db3335306fe1ec612bdbfae6b60280a8b298123415eca160e6eec802204cd | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 45
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffff80000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3dd5c34634a79d3cfcc8339760e6f5f4 | ||
| Computed ciphertext: | 3dd5c34634a79d3cfcc8339760e6f5f489e56b215608c9702118e518ecdd99ed | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 46
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffc0000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 82bda118a3ed7af314fa2ccc5c07b761 | ||
| Computed ciphertext: | 82bda118a3ed7af314fa2ccc5c07b7613e69fe37227455d25b16add25cf60884 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 47
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffe0000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2937a64f7d4f46fe6fea3b349ec78e38 | ||
| Computed ciphertext: | 2937a64f7d4f46fe6fea3b349ec78e38289d5dd84b9054759d21acd7705c268d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 48
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffff0000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 225f068c28476605735ad671bb8f39f3 | ||
| Computed ciphertext: | 225f068c28476605735ad671bb8f39f3d3d478d34a1d5f902d8d71316a31a932 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 49
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffff8000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ae682c5ecd71898e08942ac9aa89875c | ||
| Computed ciphertext: | ae682c5ecd71898e08942ac9aa89875cc9d2a80fb5439d7762012aae91bb867f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 50
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffc000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 5e031cb9d676c3022d7f26227e85c38f | ||
| Computed ciphertext: | 5e031cb9d676c3022d7f26227e85c38f92e7f9a618dd72dcc278f95270a9bf7c | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 51
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffe000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a78463fb064db5d52bb64bfef64f2dda | ||
| Computed ciphertext: | a78463fb064db5d52bb64bfef64f2ddafaeb1abe4089e8ad725c4d65baf90290 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 52
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffff000000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8aa9b75e784593876c53a00eae5af52b | ||
| Computed ciphertext: | 8aa9b75e784593876c53a00eae5af52b2b32f8617e313afe85e60d56bdf2458c | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 53
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffff800000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3f84566df23da48af692722fe980573a | ||
| Computed ciphertext: | 3f84566df23da48af692722fe980573ab8bd85e1f2ecf8197b51debeb8c69a81 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 54
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffc00000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 31690b5ed41c7eb42a1e83270a7ff0e6 | ||
| Computed ciphertext: | 31690b5ed41c7eb42a1e83270a7ff0e60c34b9d753ccc63642f4beea5b79344a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 55
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffe00000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 77dd7702646d55f08365e477d3590eda | ||
| Computed ciphertext: | 77dd7702646d55f08365e477d3590eda9d4506629fff8b0d7ed240a2414066f5 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 56
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffff00000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4c022ac62b3cb78d739cc67b3e20bb7e | ||
| Computed ciphertext: | 4c022ac62b3cb78d739cc67b3e20bb7e9ee4984de7371d5b0ff97f928afee373 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 57
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffff80000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 092fa137ce18b5dfe7906f550bb13370 | ||
| Computed ciphertext: | 092fa137ce18b5dfe7906f550bb13370008b8dc685a7a5572707dae5348d56fd | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 58
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffc0000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3e0cdadf2e68353c0027672c97144dd3 | ||
| Computed ciphertext: | 3e0cdadf2e68353c0027672c97144dd39f635c50ba9b64f85dfa9d92e314926a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 59
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffe0000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d8c4b200b383fc1f2b2ea677618a1d27 | ||
| Computed ciphertext: | d8c4b200b383fc1f2b2ea677618a1d27c755102a45cb48b7e67dd8e71f277514 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 60
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffff0000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 11825f99b0e9bb3477c1c0713b015aac | ||
| Computed ciphertext: | 11825f99b0e9bb3477c1c0713b015aac244ad908fc9db85ba4b47a4b87dee2a0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 61
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffff8000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f8b9fffb5c187f7ddc7ab10f4fb77576 | ||
| Computed ciphertext: | f8b9fffb5c187f7ddc7ab10f4fb77576e2939c0d6cfd8f2cc9a2890d7594d736 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 62
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffc000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ffb4e87a32b37d6f2c8328d3b5377802 | ||
| Computed ciphertext: | ffb4e87a32b37d6f2c8328d3b5377802162bf68bdcbaae8249fabb2c2008cd71 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 63
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffe000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d276c13a5d220f4da9224e74896391ce | ||
| Computed ciphertext: | d276c13a5d220f4da9224e74896391ce08ff7e7f6325fe45c122aab2903a4871 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 64
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffff000000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 94efe7a0e2e031e2536da01df799c927 | ||
| Computed ciphertext: | 94efe7a0e2e031e2536da01df799c92731cacde629f3fc8f29250f826b5faa5f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 65
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffff800000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8f8fd822680a85974e53a5a8eb9d38de | ||
| Computed ciphertext: | 8f8fd822680a85974e53a5a8eb9d38de8f7ce4548b79ac1f556dcd1a2f8066eb | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 66
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffc00000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e0f0a91b2e45f8cc37b7805a3042588d | ||
| Computed ciphertext: | e0f0a91b2e45f8cc37b7805a3042588d0acefa4f3d55d43856944cca5a36b8dd | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 67
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffe00000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 597a6252255e46d6364dbeeda31e279c | ||
| Computed ciphertext: | 597a6252255e46d6364dbeeda31e279c15e1d5a04d66b023887e378c6a6bc680 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 68
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffff00000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f51a0f694442b8f05571797fec7ee8bf | ||
| Computed ciphertext: | f51a0f694442b8f05571797fec7ee8bf60463c3feb1761b191131dfac11576ce | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 69
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffff80000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 9ff071b165b5198a93dddeebc54d09b5 | ||
| Computed ciphertext: | 9ff071b165b5198a93dddeebc54d09b5a471a57e6399dc19cd45d9a99fac5681 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 70
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffc0000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | c20a19fd5758b0c4bc1a5df89cf73877 | ||
| Computed ciphertext: | c20a19fd5758b0c4bc1a5df89cf738776a7caa051d0402b129a9542d83fd56d2 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 71
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffe0000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 97120166307119ca2280e9315668e96f | ||
| Computed ciphertext: | 97120166307119ca2280e9315668e96fec2de5f0307db66d47a7bd84658486d6 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 72
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffff0000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4b3b9f1e099c2a09dc091e90e4f18f0a | ||
| Computed ciphertext: | 4b3b9f1e099c2a09dc091e90e4f18f0a29e5f600b09d5fd9d246448375a811ca | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 73
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffff8000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | eb040b891d4b37f6851f7ec219cd3f6d | ||
| Computed ciphertext: | eb040b891d4b37f6851f7ec219cd3f6d0ab90f7fbdf14bed298bea988206ddfb | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 74
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffc000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 9f0fdec08b7fd79aa39535bea42db92a | ||
| Computed ciphertext: | 9f0fdec08b7fd79aa39535bea42db92ac0f644aed5aa9f02d3a3fda3d1d1a490 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 75
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffe000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2e70f168fc74bf911df240bcd2cef236 | ||
| Computed ciphertext: | 2e70f168fc74bf911df240bcd2cef236c4fef7a9d35278ff6a21a83e62599832 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 76
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffff000000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 462ccd7f5fd1108dbc152f3cacad328b | ||
| Computed ciphertext: | 462ccd7f5fd1108dbc152f3cacad328b5ecc83ddc46bc15fa0a1ef8dee9d9fae | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 77
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffff800000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a4af534a7d0b643a01868785d86dfb95 | ||
| Computed ciphertext: | a4af534a7d0b643a01868785d86dfb95d66ec3e96d920f3c1258a603eaffa8f5 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 78
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffc00000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ab980296197e1a5022326c31da4bf6f3 | ||
| Computed ciphertext: | ab980296197e1a5022326c31da4bf6f3a7c4aa44df2c9698a4789f0cc7a1fc62 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 79
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffe00000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f97d57b3333b6281b07d486db2d4e20c | ||
| Computed ciphertext: | f97d57b3333b6281b07d486db2d4e20c06dbb1e1acbc04a240d0a78dd815d6d0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 80
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffff00000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f33fa36720231afe4c759ade6bd62eb6 | ||
| Computed ciphertext: | f33fa36720231afe4c759ade6bd62eb63ca43d8cb6208fe33416bd040afc38a1 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 81
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffff80000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | fdcfac0c02ca538343c68117e0a15938 | ||
| Computed ciphertext: | fdcfac0c02ca538343c68117e0a15938171e179a477b0eeca686b78f8673a227 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 82
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffc0000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ad4916f5ee5772be764fc027b8a6e539 | ||
| Computed ciphertext: | ad4916f5ee5772be764fc027b8a6e5390c8c5c5b3267371aa1d8d85e69fd128a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 83
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffe0000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2e16873e1678610d7e14c02d002ea845 | ||
| Computed ciphertext: | 2e16873e1678610d7e14c02d002ea8456937f0c6ad4d7d4111f3fc8de8cc48a6 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 84
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffff0000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4e6e627c1acc51340053a8236d579576 | ||
| Computed ciphertext: | 4e6e627c1acc51340053a8236d57957665af7cd243a3831263d4784782899d34 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 85
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffff8000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ab0c8410aeeead92feec1eb430d652cb | ||
| Computed ciphertext: | ab0c8410aeeead92feec1eb430d652cb18545a3473e56cfd4a22d63f3b2644ad | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 86
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffc000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e86f7e23e835e114977f60e1a592202e | ||
| Computed ciphertext: | e86f7e23e835e114977f60e1a592202e6a5de00c0e2317d3387cfe2c59447f98 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 87
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffe000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e68ad5055a367041fade09d9a70a794b | ||
| Computed ciphertext: | e68ad5055a367041fade09d9a70a794b191b1724e885298bb45497ff3677ba5c | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 88
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffff000000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 0791823a3c666bb6162825e78606a7fe | ||
| Computed ciphertext: | 0791823a3c666bb6162825e78606a7fe32d66f871dbe4e543661c91905d0393b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 89
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffff800000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | dcca366a9bf47b7b868b77e25c18a364 | ||
| Computed ciphertext: | dcca366a9bf47b7b868b77e25c18a364d6624d03ea66aeaad42c4e7a1b111ed8 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 90
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffc00000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 684c9efc237e4a442965f84bce20247a | ||
| Computed ciphertext: | 684c9efc237e4a442965f84bce20247a52efa97b7ca5c899b58cc23205f52e6b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 91
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffe00000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a858411ffbe63fdb9c8aa1bfaed67b52 | ||
| Computed ciphertext: | a858411ffbe63fdb9c8aa1bfaed67b528997c1956b8095d79d9c6a28fd10c54e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 92
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffff00000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 04bc3da2179c3015498b0e03910db5b8 | ||
| Computed ciphertext: | 04bc3da2179c3015498b0e03910db5b8ee5898d698a1c693fba6cba579caac53 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 93
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffff80000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 40071eeab3f935dbc25d00841460260f | ||
| Computed ciphertext: | 40071eeab3f935dbc25d00841460260f6a520d866ca402083806db0e71ff98c6 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 94
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffc0000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 0ebd7c30ed2016e08ba806ddb008bcc8 | ||
| Computed ciphertext: | 0ebd7c30ed2016e08ba806ddb008bcc8c446ce39a73b0d73a97fd705fefba9ad | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 95
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffe0000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 15c6becf0f4cec7129cbd22d1a79b1b8 | ||
| Computed ciphertext: | 15c6becf0f4cec7129cbd22d1a79b1b8baddedab376dca4b81133a118ead688b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 96
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffff0000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 0aeede5b91f721700e9e62edbf60b781 | ||
| Computed ciphertext: | 0aeede5b91f721700e9e62edbf60b7815ffba869bb5997fe79fda53212057ee0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 97
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffff8000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 266581af0dcfbed1585e0a242c64b8df | ||
| Computed ciphertext: | 266581af0dcfbed1585e0a242c64b8df9aca2d946e4be693c00762448b0e22e7 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 98
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffc000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6693dc911662ae473216ba22189a511a | ||
| Computed ciphertext: | 6693dc911662ae473216ba22189a511a00dea20b185822d144dd7da03f358c91 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 99
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffe000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 7606fa36d86473e6fb3a1bb0e2c0adf5 | ||
| Computed ciphertext: | 7606fa36d86473e6fb3a1bb0e2c0adf5510176099f976aa6a764ba17e5bed5a4 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 100
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffff000000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 112078e9e11fbb78e26ffb8899e96b9a | ||
| Computed ciphertext: | 112078e9e11fbb78e26ffb8899e96b9a558fa232a22a65dc44c46922e1463a3b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 101
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffff800000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 40b264e921e9e4a82694589ef3798262 | ||
| Computed ciphertext: | 40b264e921e9e4a82694589ef3798262bead3430d76c9478ca38e9e05ca737b8 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 102
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffc00000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8d4595cb4fa7026715f55bd68e2882f9 | ||
| Computed ciphertext: | 8d4595cb4fa7026715f55bd68e2882f94573df4163fe5a26c9bdbdbfe98ab8e7 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 103
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffe00000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | b588a302bdbc09197df1edae68926ed9 | ||
| Computed ciphertext: | b588a302bdbc09197df1edae68926ed93a89f08b21dc0a79e7ce041289e13e2b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 104
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffff00000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 33f7502390b8a4a221cfecd0666624ba | ||
| Computed ciphertext: | 33f7502390b8a4a221cfecd0666624ba2658cf68c377d3ea63b2786744982dfc | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 105
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffff80000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3d20253adbce3be2373767c4d822c566 | ||
| Computed ciphertext: | 3d20253adbce3be2373767c4d822c5668347dac763376763e6953016de4b2fd0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 106
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffc0000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a42734a3929bf84cf0116c9856a3c18c | ||
| Computed ciphertext: | a42734a3929bf84cf0116c9856a3c18cbe100633631c9af98510b36ea64db2b3 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 107
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffe0000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e3abc4939457422bb957da3c56938c6d | ||
| Computed ciphertext: | e3abc4939457422bb957da3c56938c6d276ed8c1c8e945afc989e4b6c4a2e647 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 108
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffff0000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 972bdd2e7c525130fadc8f76fc6f4b3f | ||
| Computed ciphertext: | 972bdd2e7c525130fadc8f76fc6f4b3f97028a26a761b3af798706001b15c599 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 109
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffff8000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 84a83d7b94c699cbcb8a7d9b61f64093 | ||
| Computed ciphertext: | 84a83d7b94c699cbcb8a7d9b61f64093efb6bd83c7388846ff40385ccaf098fe | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 110
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffc000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ce61d63514aded03d43e6ebfc3a9001f | ||
| Computed ciphertext: | ce61d63514aded03d43e6ebfc3a9001f82880bc88c3e98f505c04cc19bcd8653 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 111
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffe000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6c839dd58eeae6b8a36af48ed63d2dc9 | ||
| Computed ciphertext: | 6c839dd58eeae6b8a36af48ed63d2dc9e4a2e21e5ab1534b60cd3bfe040bbd45 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 112
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffff000000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | cd5ece55b8da3bf622c4100df5de46f9 | ||
| Computed ciphertext: | cd5ece55b8da3bf622c4100df5de46f9bfb40bb57d10f4a0cec5118ebb9e2ab8 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 113
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffff800000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3b6f46f40e0ac5fc0a9c1105f800f48d | ||
| Computed ciphertext: | 3b6f46f40e0ac5fc0a9c1105f800f48d451581754f26601315bcbb26493982f8 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 114
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffc00000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ba26d47da3aeb028de4fb5b3a854a24b | ||
| Computed ciphertext: | ba26d47da3aeb028de4fb5b3a854a24bc5ca6a0b97247bedf009b3ca8a80b9fb | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 115
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffe00000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 87f53bf620d3677268445212904389d5 | ||
| Computed ciphertext: | 87f53bf620d3677268445212904389d5fbab243b8ced3393538a60036487429f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 116
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffff00000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 10617d28b5e0f4605492b182a5d7f9f6 | ||
| Computed ciphertext: | 10617d28b5e0f4605492b182a5d7f9f6bf9db9842b34e45271b9bc3c19f23130 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 117
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffff80000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 9aaec4fabbf6fae2a71feff02e372b39 | ||
| Computed ciphertext: | 9aaec4fabbf6fae2a71feff02e372b398fee5fc93dad5e2d058596b17b0816be | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 118
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffc0000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3a90c62d88b5c42809abf782488ed130 | ||
| Computed ciphertext: | 3a90c62d88b5c42809abf782488ed130e540d48992dedd7d93815c47720761e7 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 119
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffe0000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | f1f1c5a40899e15772857ccb65c7a09a | ||
| Computed ciphertext: | f1f1c5a40899e15772857ccb65c7a09a1e67018fa69d8e4273da4447996fc15b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 120
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffff0000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 190843d29b25a3897c692ce1dd81ee52 | ||
| Computed ciphertext: | 190843d29b25a3897c692ce1dd81ee5209223208e6e46abe8e020433b0833a46 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 121
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffff8000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a866bc65b6941d86e8420a7ffb0964db | ||
| Computed ciphertext: | a866bc65b6941d86e8420a7ffb0964db51d62f5d1f88ec6b854d50542329358e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 122
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffc000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8193c6ff85225ced4255e92f6e078a14 | ||
| Computed ciphertext: | 8193c6ff85225ced4255e92f6e078a1463a120e04ed84763f8c54a0820f954ee | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 123
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffe000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 9661cb2424d7d4a380d547f9e7ec1cb9 | ||
| Computed ciphertext: | 9661cb2424d7d4a380d547f9e7ec1cb98e570d88d526e7b2249741367518bc22 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 124
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffff000000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 86f93d9ec08453a071e2e2877877a9c8 | ||
| Computed ciphertext: | 86f93d9ec08453a071e2e2877877a9c82e1dd164d9000fc112ea214b241fa0d6 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 125
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffff800000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 27eefa80ce6a4a9d598e3fec365434d2 | ||
| Computed ciphertext: | 27eefa80ce6a4a9d598e3fec365434d2c872266b5aa2132d1768b4692bb65242 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 126
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffc00000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d62068444578e3ab39ce7ec95dd045dc | ||
| Computed ciphertext: | d62068444578e3ab39ce7ec95dd045dc2571ad9f5d21f805fc7d7f07750db0db | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 127
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffe00000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | b5f71d4dd9a71fe5d8bc8ba7e6ea3048 | ||
| Computed ciphertext: | b5f71d4dd9a71fe5d8bc8ba7e6ea3048df81274e1a72e1f93c2131d94d0c068a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 128
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffff00000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6825a347ac479d4f9d95c5cb8d3fd7e9 | ||
| Computed ciphertext: | 6825a347ac479d4f9d95c5cb8d3fd7e9482727d82d66583485b6f299f9ac942e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 129
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffff80000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e3714e94a5778955cc0346358e94783a | ||
| Computed ciphertext: | e3714e94a5778955cc0346358e94783a4b47530b273d9bda70c5312885db809f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 130
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffc0000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d836b44bb29e0c7d89fa4b2d4b677d2a | ||
| Computed ciphertext: | d836b44bb29e0c7d89fa4b2d4b677d2aff77a9ac7cf02ef8bf236b47815bd6de | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 131
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffe0000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 5d454b75021d76d4b84f873a8f877b92 | ||
| Computed ciphertext: | 5d454b75021d76d4b84f873a8f877b9258dc89a7de6c06554634f6151b9a79a5 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 132
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffff0000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | c3498f7eced2095314fc28115885b33f | ||
| Computed ciphertext: | c3498f7eced2095314fc28115885b33ffb4e6181a308b76870ed2d58aad83ffe | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 133
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffff8000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6e668856539ad8e405bd123fe6c88530 | ||
| Computed ciphertext: | 6e668856539ad8e405bd123fe6c885305b33585ba6f4038ef10d599531c37c15 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 134
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffc000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8680db7f3a87b8605543cfdbe6754076 | ||
| Computed ciphertext: | 8680db7f3a87b8605543cfdbe67540763b510f2b596a7480a59cb8fae468c887 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 135
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffe000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6c5d03b13069c3658b3179be91b0800c | ||
| Computed ciphertext: | 6c5d03b13069c3658b3179be91b0800c03c5eebc51eee5b3eb4a6e7d8face30c | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 136
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffff000000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ef1b384ac4d93eda00c92add0995ea5f | ||
| Computed ciphertext: | ef1b384ac4d93eda00c92add0995ea5f8f34cf582dd89d84e7ea8a26f722fca0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 137
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffff800000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | bf8115805471741bd5ad20a03944790f | ||
| Computed ciphertext: | bf8115805471741bd5ad20a03944790f615c9ebfb2d4025f1d3658f0259d4da8 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 138
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffc00000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | c64c24b6894b038b3c0d09b1df068b0b | ||
| Computed ciphertext: | c64c24b6894b038b3c0d09b1df068b0bccd72c0af14bf3340626ddb6b94ec137 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 139
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffe00000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3967a10cffe27d0178545fbf6a40544b | ||
| Computed ciphertext: | 3967a10cffe27d0178545fbf6a40544b8af3863a61248a98ce7c8cb9c0e4fbd1 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 140
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffff00000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 7c85e9c95de1a9ec5a5363a8a053472d | ||
| Computed ciphertext: | 7c85e9c95de1a9ec5a5363a8a053472d3c9bf99b395159dbeefb9770c8e53625 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 141
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffff80000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a9eec03c8abec7ba68315c2c8c2316e0 | ||
| Computed ciphertext: | a9eec03c8abec7ba68315c2c8c2316e0f3ca1d0da0fb7253043565a12aebd724 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 142
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffc0000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | cac8e414c2f388227ae14986fc983524 | ||
| Computed ciphertext: | cac8e414c2f388227ae14986fc983524f58cba3c16255578d680d99f43945f4d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 143
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffe0000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 5d942b7f4622ce056c3ce3ce5f1dd9d6 | ||
| Computed ciphertext: | 5d942b7f4622ce056c3ce3ce5f1dd9d6a0cb1275eb5f31343b4f912bdfee1c0b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 144
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffff0000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d240d648ce21a3020282c3f1b528a0b6 | ||
| Computed ciphertext: | d240d648ce21a3020282c3f1b528a0b6cf51fe6974886b4f2e8477b6de264774 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 145
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffff8000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 45d089c36d5c5a4efc689e3b0de10dd5 | ||
| Computed ciphertext: | 45d089c36d5c5a4efc689e3b0de10dd569e1337dbdafece916a85ee44f048a9d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 146
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffc000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | b4da5df4becb5462e03a0ed00d295629 | ||
| Computed ciphertext: | b4da5df4becb5462e03a0ed00d295629a30d691cbdffd8cbf8b12bf5c6f8a879 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 147
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffe000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | dcf4e129136c1a4b7a0f38935cc34b2b | ||
| Computed ciphertext: | dcf4e129136c1a4b7a0f38935cc34b2b2dd70b49dd0ba39aa943262f65cf11a6 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 148
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffff000000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d9a4c7618b0ce48a3d5aee1a1c0114c4 | ||
| Computed ciphertext: | d9a4c7618b0ce48a3d5aee1a1c0114c43ea355fba45f065ce3d135ced3684fa0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 149
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffff800000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ca352df025c65c7b0bf306fbee0f36ba | ||
| Computed ciphertext: | ca352df025c65c7b0bf306fbee0f36bae244180ec90101cae44c13df5a02ed85 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 150
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffc00000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 238aca23fd3409f38af63378ed2f5473 | ||
| Computed ciphertext: | 238aca23fd3409f38af63378ed2f54739565749cd186e00ac4e89cdc61f4cbe7 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 151
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffe00000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 59836a0e06a79691b36667d5380d8188 | ||
| Computed ciphertext: | 59836a0e06a79691b36667d5380d8188a9c88d8649c4544223bf4e067d8203e1 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 152
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffff00000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 33905080f7acf1cdae0a91fc3e85aee4 | ||
| Computed ciphertext: | 33905080f7acf1cdae0a91fc3e85aee4dd45751343fa3cacf911464e9a942bee | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 153
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffff80000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 72c9e4646dbc3d6320fc6689d93e8833 | ||
| Computed ciphertext: | 72c9e4646dbc3d6320fc6689d93e883393131d8b16d6fcea6114d6c73889fdf4 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 154
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffc0000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ba77413dea5925b7f5417ea47ff19f59 | ||
| Computed ciphertext: | ba77413dea5925b7f5417ea47ff19f596eadc20ed9ba624b1c01beec5c9b7e1d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 155
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffe0000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6cae8129f843d86dc786a0fb1a184970 | ||
| Computed ciphertext: | 6cae8129f843d86dc786a0fb1a184970d5d789e5b9e40478f2f804d66ce46b6c | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 156
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffff0000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | fcfefb534100796eebbd990206754e19 | ||
| Computed ciphertext: | fcfefb534100796eebbd990206754e19c8e8b2c86dc860ab225989365e53f515 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 157
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffff8000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8c791d5fdddf470da04f3e6dc4a5b5b5 | ||
| Computed ciphertext: | 8c791d5fdddf470da04f3e6dc4a5b5b5682df02e68907b1193e63a4bb78c4467 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 158
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffc000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | c93bbdc07a4611ae4bb266ea5034a387 | ||
| Computed ciphertext: | c93bbdc07a4611ae4bb266ea5034a3870c338926cea2045e98042877cd3a1690 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 159
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffe000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | c102e38e489aa74762f3efc5bb23205a | ||
| Computed ciphertext: | c102e38e489aa74762f3efc5bb23205aff1f4849ed68d78fb49e209b455c95e1 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 160
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffff000000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 93201481665cbafc1fcc220bc545fb3d | ||
| Computed ciphertext: | 93201481665cbafc1fcc220bc545fb3d5bfff8acc6b6073d3e97dfbe71add098 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 161
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffff800000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4960757ec6ce68cf195e454cfd0f32ca | ||
| Computed ciphertext: | 4960757ec6ce68cf195e454cfd0f32cabca3653e93fa03e266f3558f9481a59f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 162
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffc00000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | feec7ce6a6cbd07c043416737f1bbb33 | ||
| Computed ciphertext: | feec7ce6a6cbd07c043416737f1bbb33743b0f540ab42aa12450239a3341f84a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 163
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffe00000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 11c5413904487a805d70a8edd9c35527 | ||
| Computed ciphertext: | 11c5413904487a805d70a8edd9c35527188459222663796abe8c7e22a45fdc90 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 164
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffff00000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 347846b2b2e36f1f0324c86f7f1b98e2 | ||
| Computed ciphertext: | 347846b2b2e36f1f0324c86f7f1b98e23753ef3e38d0be8f3a88c974fdeab889 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 165
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffff80000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 332eee1a0cbd19ca2d69b426894044f0 | ||
| Computed ciphertext: | 332eee1a0cbd19ca2d69b426894044f0817f8c99d7333de69727cb08231b7b07 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 166
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffc0000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 866b5b3977ba6efa5128efbda9ff03cd | ||
| Computed ciphertext: | 866b5b3977ba6efa5128efbda9ff03cd73b190706284eeffd393a369c85e1e1f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 167
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffe0000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | cc1445ee94c0f08cdee5c344ecd1e233 | ||
| Computed ciphertext: | cc1445ee94c0f08cdee5c344ecd1e233c8f379041bfc9d66584033e891a3b596 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 168
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffff0000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | be288319029363c2622feba4b05dfdfe | ||
| Computed ciphertext: | be288319029363c2622feba4b05dfdfe69d02a3f5e93d74ed55466d26cbd890b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 169
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffff8000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | cfd1875523f3cd21c395651e6ee15e56 | ||
| Computed ciphertext: | cfd1875523f3cd21c395651e6ee15e5664bef57e0e34e99b7f3faa881b392321 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 170
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffc000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | cb5a408657837c53bf16f9d8465dce19 | ||
| Computed ciphertext: | cb5a408657837c53bf16f9d8465dce1995d18d05573df3a3a1f07cc8d814530e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 171
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffe000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ca0bf42cb107f55ccff2fc09ee08ca15 | ||
| Computed ciphertext: | ca0bf42cb107f55ccff2fc09ee08ca1544fa33220bf2d82072122fb8b48e5ad3 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 172
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffff000000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | fdd9bbb4a7dc2e4a23536a5880a2db67 | ||
| Computed ciphertext: | fdd9bbb4a7dc2e4a23536a5880a2db67a32ce18413b31d054bc297703d8001ec | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 173
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffff800000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ede447b362c484993dec9442a3b46aef | ||
| Computed ciphertext: | ede447b362c484993dec9442a3b46aef32823267b4a225c2abb29f59ad74f921 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 174
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffc00000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 10dffb05904bff7c4781df780ad26837 | ||
| Computed ciphertext: | 10dffb05904bff7c4781df780ad26837301e567bd5248395a19f7c380cc5ae2b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 175
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffe00000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | c33bc13e8de88ac25232aa7496398783 | ||
| Computed ciphertext: | c33bc13e8de88ac25232aa74963987836e9c4b3d3d98b5f31eb78262fe860d39 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 176
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffff00000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ca359c70803a3b2a3d542e8781dea975 | ||
| Computed ciphertext: | ca359c70803a3b2a3d542e8781dea975696621d7ce8b73bdf5c5cdab622adba1 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 177
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffff80000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | bcc65b526f88d05b89ce8a52021fdb06 | ||
| Computed ciphertext: | bcc65b526f88d05b89ce8a52021fdb06cc7825fd7bcfb899934491f7409755c7 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 178
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffc0000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | db91a38855c8c4643851fbfb358b0109 | ||
| Computed ciphertext: | db91a38855c8c4643851fbfb358b01098f608c0e78d0578930e5d137c0ef3181 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 179
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffe0000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ca6e8893a114ae8e27d5ab03a5499610 | ||
| Computed ciphertext: | ca6e8893a114ae8e27d5ab03a54996103d9eac515bbc74acf9c347baae4789a5 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 180
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffff0000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6629d2b8df97da728cdd8b1e7f945077 | ||
| Computed ciphertext: | 6629d2b8df97da728cdd8b1e7f94507757fe7374b79800181c3dc8fc9bc9501d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 181
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffff8000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4570a5a18cfc0dd582f1d88d5c9a1720 | ||
| Computed ciphertext: | 4570a5a18cfc0dd582f1d88d5c9a1720cc45eb4a5a293d9b1d6af8b20c2cc683 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 182
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffc000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 72bc65aa8e89562e3f274d45af1cd10b | ||
| Computed ciphertext: | 72bc65aa8e89562e3f274d45af1cd10b6d1d375acc1c5a43535153f5e96ab2d9 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 183
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffe000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 98551da1a6503276ae1c77625f9ea615 | ||
| Computed ciphertext: | 98551da1a6503276ae1c77625f9ea6152a3f9e68253968656e22f25328bc58a7 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 184
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffff000000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 0ddfe51ced7e3f4ae927daa3fe452cee | ||
| Computed ciphertext: | 0ddfe51ced7e3f4ae927daa3fe452cee0207542d83828c473b19dea660549d8e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 185
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffff800000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | db826251e4ce384b80218b0e1da1dd4c | ||
| Computed ciphertext: | db826251e4ce384b80218b0e1da1dd4cb50f5b7ad4b8bcc58802544a8f5bf75b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 186
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffc00000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2cacf728b88abbad7011ed0e64a1680c | ||
| Computed ciphertext: | 2cacf728b88abbad7011ed0e64a1680c46492836ffd3df17efece89e25c95d41 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 187
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffe00000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 330d8ee7c5677e099ac74c9994ee4cfb | ||
| Computed ciphertext: | 330d8ee7c5677e099ac74c9994ee4cfb6eeed5bbef2d42a48e9f222ccacd53c2 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 188
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffff00000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | edf61ae362e882ddc0167474a7a77f3a | ||
| Computed ciphertext: | edf61ae362e882ddc0167474a7a77f3a08550e05b538c5ecc0fd86c5e033b25a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 189
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffff80000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6168b00ba7859e0970ecfd757efecf7c | ||
| Computed ciphertext: | 6168b00ba7859e0970ecfd757efecf7c9e761752e9cddff6bedf999a9b33e3b5 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 190
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffc0000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d1415447866230d28bb1ea18a4cdfd02 | ||
| Computed ciphertext: | d1415447866230d28bb1ea18a4cdfd023bedeccd538ce3862cf00c3f9772f223 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 191
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffe0000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 516183392f7a8763afec68a060264141 | ||
| Computed ciphertext: | 516183392f7a8763afec68a060264141fce3e834c83822e868a54196dbc40462 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 192
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffff0000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 77565c8d73cfd4130b4aa14d8911710f | ||
| Computed ciphertext: | 77565c8d73cfd4130b4aa14d8911710f18cab8ca11eb1f5caee1dea62c0d6d90 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 193
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffff8000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 37232a4ed21ccc27c19c9610078cabac | ||
| Computed ciphertext: | 37232a4ed21ccc27c19c9610078cabac26e62b5f9e1952ccec519b997a1f7681 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 194
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffc000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 804f32ea71828c7d329077e712231666 | ||
| Computed ciphertext: | 804f32ea71828c7d329077e71223166682599c4f504d40b28cbdba0bede2f3d0 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 195
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffe000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d64424f23cb97215e9c2c6f28d29eab7 | ||
| Computed ciphertext: | d64424f23cb97215e9c2c6f28d29eab7598edb80dec6eb3f5d23a21d52c2c03b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 196
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffff000000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 023e82b533f68c75c238cebdb2ee89a2 | ||
| Computed ciphertext: | 023e82b533f68c75c238cebdb2ee89a21c64a50e550c083df0e6d6a8fa7f5a2e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 197
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffff800000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 193a3d24157a51f1ee0893f6777417e7 | ||
| Computed ciphertext: | 193a3d24157a51f1ee0893f6777417e7f79fc1f2d0db124d01112e1220603ea4 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 198
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffc00000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 84ecacfcd400084d078612b1945f2ef5 | ||
| Computed ciphertext: | 84ecacfcd400084d078612b1945f2ef539e3882c903fd2f7a12fc25a9a2c8a12 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 199
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffe00000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 1dcd8bb173259eb33a5242b0de31a455 | ||
| Computed ciphertext: | 1dcd8bb173259eb33a5242b0de31a4550f2dbaef7aa7b81db71f2c3d1cb57a1a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 200
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 35e9eddbc375e792c19992c19165012b | ||
| Computed ciphertext: | 35e9eddbc375e792c19992c19165012baaedfdff3e5cc152b343cf0f441535c2 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 201
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffff80000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8a772231c01dfdd7c98e4cfddcc0807a | ||
| Computed ciphertext: | 8a772231c01dfdd7c98e4cfddcc0807a9ad22a9230026e1ed71d6d429747c8ff | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 202
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffc0000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6eda7ff6b8319180ff0d6e65629d01c3 | ||
| Computed ciphertext: | 6eda7ff6b8319180ff0d6e65629d01c379a7bd0cbe3ca137e53578a329492a46 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 203
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | c267ef0e2d01a993944dd397101413cb | ||
| Computed ciphertext: | c267ef0e2d01a993944dd397101413cba12b92e5056a60df7f5181446250a41c | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 204
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffff0000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e9f80e9d845bcc0f62926af72eabca39 | ||
| Computed ciphertext: | e9f80e9d845bcc0f62926af72eabca39f0b89c087ed9436b3d3c80f647ae668e | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 205
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffff8000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 6702990727aa0878637b45dcd3a3b074 | ||
| Computed ciphertext: | 6702990727aa0878637b45dcd3a3b07411e8ce1e5f5689e91e73010b90cf552d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 206
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffc000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2e2e647d5360e09230a5d738ca33471e | ||
| Computed ciphertext: | 2e2e647d5360e09230a5d738ca33471e9689b8de114501c6bbe579536071dbc6 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 207
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffe000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 1f56413c7add6f43d1d56e4f02190330 | ||
| Computed ciphertext: | 1f56413c7add6f43d1d56e4f02190330a16d54468a3023e58d304e8664e59c09 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 208
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 69cd0606e15af729d6bca143016d9842 | ||
| Computed ciphertext: | 69cd0606e15af729d6bca143016d984297cbb4adb240b2e9f4f51c3e7367a4a9 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 209
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffff800000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a085d7c1a500873a20099c4caa3c3f5b | ||
| Computed ciphertext: | a085d7c1a500873a20099c4caa3c3f5bd3d4fbcb44e5051e7717794ab3731fc1 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 210
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffc00000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4fc0d230f8891415b87b83f95f2e09d1 | ||
| Computed ciphertext: | 4fc0d230f8891415b87b83f95f2e09d1d5337c0a46dd104c2b5d073331ccadbc | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 211
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4327d08c523d8eba697a4336507d1f42 | ||
| Computed ciphertext: | 4327d08c523d8eba697a4336507d1f42a351e8854e947ed8418360414fe81c39 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 212
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 7a15aab82701efa5ae36ab1d6b76290f | ||
| Computed ciphertext: | 7a15aab82701efa5ae36ab1d6b76290f9fd0136189aae207ad496f94d0b05252 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 213
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffff80000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 5bf0051893a18bb30e139a58fed0fa54 | ||
| Computed ciphertext: | 5bf0051893a18bb30e139a58fed0fa54066ea0cd8c4308a34953ce1543825297 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 214
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffc0000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 97e8adf65638fd9cdf3bc22c17fe4dbd | ||
| Computed ciphertext: | 97e8adf65638fd9cdf3bc22c17fe4dbd1435d1bd2a8ca61edbd302d1c9deecbc | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 215
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 1ee6ee326583a0586491c96418d1a35d | ||
| Computed ciphertext: | 1ee6ee326583a0586491c96418d1a35d9c47a4167cf8e1760549f94cbcc029dc | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 216
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 26b549c2ec756f82ecc48008e529956b | ||
| Computed ciphertext: | 26b549c2ec756f82ecc48008e529956bca247db9630efeb5dcc83f78b9bc883d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 217
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffff8000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 70377b6da669b072129e057cc28e9ca5 | ||
| Computed ciphertext: | 70377b6da669b072129e057cc28e9ca5f3302d01c51f5d88d628a78384568361 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 218
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffc000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 9c94b8b0cb8bcc919072262b3fa05ad9 | ||
| Computed ciphertext: | 9c94b8b0cb8bcc919072262b3fa05ad929b642ec2f493eafa88be24a74b55483 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 219
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffe000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2fbb83dfd0d7abcb05cd28cad2dfb523 | ||
| Computed ciphertext: | 2fbb83dfd0d7abcb05cd28cad2dfb523af5f1eaf07c5e7161b97482f2c589c48 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 220
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 96877803de77744bb970d0a91f4debae | ||
| Computed ciphertext: | 96877803de77744bb970d0a91f4debaeedc9ba61909f62142e53ac2a37231065 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 221
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffff800000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 7379f3370cf6e5ce12ae5969c8eea312 | ||
| Computed ciphertext: | 7379f3370cf6e5ce12ae5969c8eea312646c3f903edcb8fef7c2bae7ce73d50f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 222
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffc00000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 02dc99fa3d4f98ce80985e7233889313 | ||
| Computed ciphertext: | 02dc99fa3d4f98ce80985e7233889313a8b94eecdd9d6c06a29c50eed55a0c96 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 223
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 1e38e759075ba5cab6457da51844295a | ||
| Computed ciphertext: | 1e38e759075ba5cab6457da51844295a428c322298c7fb82900535b0785072f1 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 224
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 70bed8dbf615868a1f9d9b05d3e7a267 | ||
| Computed ciphertext: | 70bed8dbf615868a1f9d9b05d3e7a267d05b0613ade7ac2b72bde85e37c62853 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 225
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 234b148b8cb1d8c32b287e896903d150 | ||
| Computed ciphertext: | 234b148b8cb1d8c32b287e896903d150c47c158c2b4dbdf8981a0b209b607334 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 226
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 294b033df4da853f4be3e243f7e513f4 | ||
| Computed ciphertext: | 294b033df4da853f4be3e243f7e513f47d511cf51304b5b3fa058b8ca800ed05 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 227
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3f58c950f0367160adec45f2441e7411 | ||
| Computed ciphertext: | 3f58c950f0367160adec45f2441e7411d49446a89583a94b7c865ef1309be3bb | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 228
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 37f655536a704e5ace182d742a820cf4 | ||
| Computed ciphertext: | 37f655536a704e5ace182d742a820cf4d36202e0a66ec27b1d96d1d96b903f0c | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 229
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffff8000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ea7bd6bb63418731aeac790fe42d61e8 | ||
| Computed ciphertext: | ea7bd6bb63418731aeac790fe42d61e8ee6fdece22e09e27b4ec037db2b02545 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 230
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffc000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | e74a4c999b4c064e48bb1e413f51e5ea | ||
| Computed ciphertext: | e74a4c999b4c064e48bb1e413f51e5ea180b034491398272ab2766084edd918b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 231
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffe000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | ba9ebefdb4ccf30f296cecb3bc1943e8 | ||
| Computed ciphertext: | ba9ebefdb4ccf30f296cecb3bc1943e87fb25402ff0ad12bede7a48750feaba9 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 232
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3194367a4898c502c13bb7478640a72d | ||
| Computed ciphertext: | 3194367a4898c502c13bb7478640a72d1d7ba465c0534b7f067197a6c3de1ac3 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 233
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff800000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | da797713263d6f33a5478a65ef60d412 | ||
| Computed ciphertext: | da797713263d6f33a5478a65ef60d412f1a0018aabf7d09b82e70fea5b1a4911 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 234
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc00000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d1ac39bb1ef86b9c1344f214679aa376 | ||
| Computed ciphertext: | d1ac39bb1ef86b9c1344f214679aa3766d93890cd0889093178f5524751efd44 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 235
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2fdea9e650532be5bc0e7325337fd363 | ||
| Computed ciphertext: | 2fdea9e650532be5bc0e7325337fd36382ae05a6bdac90871213201ec6127ad2 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 236
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d3a204dbd9c2af158b6ca67a5156ce4a | ||
| Computed ciphertext: | d3a204dbd9c2af158b6ca67a5156ce4a5b6a8599fdb0ee9b2ae5f46ca2eee896 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 237
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 3a0a0e75a8da36735aee6684d965a778 | ||
| Computed ciphertext: | 3a0a0e75a8da36735aee6684d965a77874a039d17908d44692593a06a3e1637a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 238
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 52fc3e620492ea99641ea168da5b6d52 | ||
| Computed ciphertext: | 52fc3e620492ea99641ea168da5b6d52017994a1430dafaff0664215205bb196 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 239
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d2e0c7f15b4772467d2cfc873000b2ca | ||
| Computed ciphertext: | d2e0c7f15b4772467d2cfc873000b2ca140036d31f692c57303f6c581325751b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 240
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 563531135e0c4d70a38f8bdb190ba04e | ||
| Computed ciphertext: | 563531135e0c4d70a38f8bdb190ba04ee8d96544cfec11e0c47070ab8a7b07ba | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 241
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | a8a39a0f5663f4c0fe5f2d3cafff421a | ||
| Computed ciphertext: | a8a39a0f5663f4c0fe5f2d3cafff421a14e9cbf415aa0f0f1043c719a17087fe | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 242
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | d94b5e90db354c1e42f61fabe167b2c0 | ||
| Computed ciphertext: | d94b5e90db354c1e42f61fabe167b2c00bd4c2749ca734f50bebf7fb224defec | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 243
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 50e6d3c9b6698a7cd276f96b1473f35a | ||
| Computed ciphertext: | 50e6d3c9b6698a7cd276f96b1473f35a01d503cc703aa298e446c36a2255aae4 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 244
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 9338f08e0ebee96905d8f2e825208f43 | ||
| Computed ciphertext: | 9338f08e0ebee96905d8f2e825208f4321fee9e64e932a3adcaba6fdd090840f | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 245
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff800 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 8b378c86672aa54a3a266ba19d2580ca | ||
| Computed ciphertext: | 8b378c86672aa54a3a266ba19d2580cab6d287a160fec3254f1ac80bb7205138 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 246
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc00 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | cca7c3086f5f9511b31233da7cab9160 | ||
| Computed ciphertext: | cca7c3086f5f9511b31233da7cab9160d755f75d7d1df1ca3b702bc92ebea9eb | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 247
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 5b40ff4ec9be536ba23035fa4f06064c | ||
| Computed ciphertext: | 5b40ff4ec9be536ba23035fa4f06064cececc4500cd64897015b3bc006d2fc7a | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 248
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 60eb5af8416b257149372194e8b88749 | ||
| Computed ciphertext: | 60eb5af8416b257149372194e8b88749b0f4d7b90f3adaaa7d44f3317db43225 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 249
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff80 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 2f005a8aed8a361c92e440c15520cbd1 | ||
| Computed ciphertext: | 2f005a8aed8a361c92e440c15520cbd16fb725bff1c1f2e89401de03a625b03d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 250
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 7b03627611678a997717578807a800e2 | ||
| Computed ciphertext: | 7b03627611678a997717578807a800e25ade42d6290643a48e32c9998f0d6837 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 251
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | cf78618f74f6f3696e0a4779b90b5a77 | ||
| Computed ciphertext: | cf78618f74f6f3696e0a4779b90b5a775e98bf4994a1cc8acb155f67385294ce | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 252
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 03720371a04962eaea0a852e69972858 | ||
| Computed ciphertext: | 03720371a04962eaea0a852e6997285865d7e0d7150b2f8f90d623333f139d5b | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 253
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8 | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 1f8a8133aa8ccf70e2bd3285831ca6b7 | ||
| Computed ciphertext: | 1f8a8133aa8ccf70e2bd3285831ca6b79126650b5361a6142e00b698afc9df96 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 254
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 27936bd27fb1468fc8b48bc483321725 | ||
| Computed ciphertext: | 27936bd27fb1468fc8b48bc483321725cbf4357d8a233a077d21a0cbe3430271 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 255
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | b07d4f3e2cd2ef2eb545980754dfea0f | ||
| Computed ciphertext: | b07d4f3e2cd2ef2eb545980754dfea0f66e1c0c99ec5769dc277a0bae69b7ce9 | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
VarKey, test# 256
| Input plaintext: | 00000000000000000000000000000000 | ||
| Key: | ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff | ||
| IV: | 00000000000000000000000000000000 | ||
| Expected ciphertext: | 4bf85f1b5d54adbc307b0a048389adcb | ||
| Computed ciphertext: | 4bf85f1b5d54adbc307b0a048389adcb25bdffa40244539bcd3bb2951988e01d | OK | |
| DECIPHERING | Deciphered text: | 00000000000000000000000000000000 | OK |
DiceLock-x 8.0.0.1 for Linux C++ source code used in this test:
– DiceLock-x 8.0.0.1 for Linux
– DiceLockCipher.h
– cryptoRandomStreams.h
– baseCryptoRandomStream.h
– baseCryptoRandomStream.cpp
– physicalCryptoRandomStream.h
– physicalCryptoRandomStream.cpp
– baseSymmetricCipher.h
– baseSymmetricCipher.cpp
– baseSymmetricStreamer.h
– baseSymmetricStreamer.cpp
– blockCipherOperationModes.h
– baseBlockCipherOperationMode_with_IV.h
– baseBlockCipherOperationMode_with_IV.cpp
– CBC_Mode.h
– CBC_Mode.cpp
– cryptoPads.h
– baseCryptoPad.h
– baseCryptoPad.cpp
– ISO_IEC_9797_1.h
– ISO_IEC_9797_1.cpp
– blockCiphers.h
– baseBlockCipher.h
– baseBlockCipher.cpp
– baseAES.h
– baseAES.cpp
– AES256.h
– AES256.cpp

So, DiceLock cipher test and analysis can go on …
DiceLock is a trademark or registered trademark of his owner where applies. DiceLock research is the research to implement Self-corrector randomisation-encryption and method, european patent EP1182777 granted 08/21/2003 and US patent US7508945 granted 03/24/2009.













