DiceLockIVIndexedNoOMCheck, C++ program for Windows to verify DiceLock encryption cipher architecture with DiceLockIVIndexed class and stream ciphers
DiceLockIVIndexedNoOMCheck is a C++ program to verify that DiceLockIVIndexed class implementing one of DiceLock different architectures is working as expected.
DiceLockIVIndexed 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 initialization vector (IV) are needed,
– ciphered index pointing symmetric key modification plus ciphertext is checked for random number test properties,
– any function that is able to change original symmetric key with new values generating index pointing out such modification,
– bit random number tests that can verify that encrypted ciphertext is at random.
Current algorithm classes that can be used with DiceLockIVIndexed architecture are:
– as base encryption cipher/decipher:
|
– symmetric key changers: IncreaseBase0IndexModifier_6_0_0_1 and DecreaseBase0IndexModifier_6_0_0_1,
– random number tests: Frequency, Block Frequency, Cumulative Sum Forward, Cumulative Sum Reverse, Runs, Longest Run Of Ones, Rank, Universal, Approximate Entropy, Serial, Discrete Fourier Transform tests and random number test Suite with any or all previous enumerated random number tests.
Because of so many alternative encryption/decryption engines can be used, we have split DiceLockIVIndexed class tests in two main C++ program tests:
– DiceLockIVIndexedNoOMCheck C++ Source Code program making use of stream ciphers, and
– DiceLockIVIndexedOMCheck C++ Source Code program making use of block cipher operation modes with multiple block ciphers.
In this test we verify DiceLockIVIndexedNoOMCheck C++ Source Code program making use of stream ciphers with the configuration shown below.
Detected page access from United States (US). If this information is erroneous, please report wrong geolocalization here. |
![]()
As an European company, European Union legislation applies regarding export of some of our knowledge and products. Export of dual use products is regulated in the European Community by COUNCIL REGULATION (EC) No 428/2009 of 5 May 2009 setting up a Community regime for the control of exports, transfer, brokering and transit of dual-use items. DiceLock is an encryption architecture making use of symmetric cipher algorithms employing cipher keys in excess (bigger than) of 56 bits, thus control maybe applicable to some of our products.
While we are studying and clarifying the European regulation as well as national laws, access to some descriptive and functional specifications as well as the software implementations of DiceLock or any of its components that can be affected by the current regulation is only allowed to detected member countries. |

Detected page access from United States (US). If this information is erroneous, please report wrong geolocalization 
DiceLock Security is a company that operates from the European Union.











