Skip to content

DiceLock/DiceChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========================================================================
    SDK LIBRARY : DiceChecker 
========================================================================

© 2008-2010 DiceLock Security
All rigths reserved.

This file contains a summary of what you will find in each of the folders that
make up your DiceChecker SDK library Visual C++ Project.

Load with Visual Studio C++ 2008 or compatible DiceChecker.sln file and will
be able to generate and modify DiceChecker DLL file.

/////////////////////////////////////////////////////////////////////////////


folder: \DiceChecker 

------
   This is the folder that contains all DiceChecker SDK library files.
   It contains:
   - DiceChecker.sln (Microsoft Visual Studio Solution),
   - DiceChecker.ncb (Visual C++ Intellisense Database),
   - Readme.txt      (this file),

folder: \DiceChecker\DiceChecker
------
   This is the folder that contains all DiceChecker .h and .cpp files.
   The main header file is "diceChecker.h", it contains the references to all
   other header files. Each random test has it's own header file allowing to 
   insert individually and specifically random tests in your applications.


folder: \DiceChecker\DiceChecker\Release
------
   This is the folder that contains generated  DiceChecker files
   with Visual Studio C++ 2008.

folder: \DiceChecker\Release
------
   This is the folder that contains all generated and final products:
   - DiceChecker.dll (DLL file implementing random number tests),
   - DiceChecker.exp (Exports Library File),
   - DiceChecker.lib (Object File Library),
   - DiceChecker.pdb (Program Debug Database),


/////////////////////////////////////////////////////////////////////////////


========================================================================
    SUPPORT
========================================================================

You can find useful information regarding DiceLockSecurity Namespace, random 
test C++ classes, interfaces and source code at our Knowledge website at
http://knowledge.dicelocksecurity.com/ .

Dicelock Security team will try to do its best to help you !!!. 

About

DiceChecker is a C++ dynamic-link library (.dll) for Windows environments implementing NIST Frequency, Block Frequency, Cumulative Sum Forward, Cumulative Sum Reverse, Runs, Longest Run Of Ones, Rank, Universal, Approximate Entropy, Serial and Discrete Fourier Transform random number tests. DiceChecker allows to work with physical memory kept in…

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors