June 2013
S M T W T F S
« May    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Recent Posts

DiceLockXTSIndexedSectorBasedCheck, C++ program for Linux to verify DiceLock encryption cipher architecture with DiceLockXTSIndexed class encrypting storage sector based

DiceLockXTSIndexedSectorBasedCheck is a C++ program for Linux to verify that DiceLockXTSIndexed class implementing one of DiceLock different architectures is working as expected.

DiceLockXTSIndexed class is the cryptographic architecture aimed to storage devices based on XTS operation mode (XEX-based tweaked-codebook mode with ciphertext stealing encryption algorithm) and providing same intrinsic characteristics of DiceLock cipher architecture.

DiceLockXTSIndexed [...]

DiceLockXTSIndexedFullBasedCheck, C++ program for Linux to verify DiceLock encryption cipher architecture with DiceLockXTSIndexed class encrypting full file at once

DiceLockXTSIndexedFullBasedCheck is a C++ program for Linux to verify that DiceLockXTSIndexed class implementing one of DiceLock different architectures is working as expected.

DiceLockXTSIndexed class is the cryptographic architecture aimed to storage devices based on XTS operation mode (XEX-based tweaked-codebook mode with ciphertext stealing encryption algorithm) and providing same intrinsic characteristics of DiceLock cipher architecture.

DiceLockXTSIndexed [...]

DiceLockXTSDigestedFullBasedCheck, C++ program for Linux to verify DiceLock encryption cipher architecture with DiceLockXTSDigested class encrypting full file at once

DiceLockXTSDigestedFullBasedCheck is a C++ program for Linux to verify that DiceLockXTSDigested class implementing one of DiceLock different architectures is working as expected.

DiceLockXTSDigested class is the cryptographic architecture aimed to storage devices based on XTS operation mode (XEX-based tweaked-codebook mode with ciphertext stealing encryption algorithm) and providing same intrinsic characteristics of DiceLock cipher architecture.

DiceLockXTSDigested [...]

DiceLockIVDigestedOMCheck, C++ program for Linux to verify DiceLock encryption cipher architecture with DiceLockIVDigested class and Block cipher operation modes

DiceLockIVDigestedOMCheck is a C++ program for Linux to verify that DiceLockIVDigested class implementing one of DiceLock different architectures is working as expected.

DiceLockIVDigested class is the class that implements DiceLock architecture with the following characteristics: – base encryption cipher/decipher is any symmetric cipher (stream cipher or block cipher operation mode) working with symmetric key, and [...]