From 8f3e34b2f35c31990883ae76ace9b601c6d63795 Mon Sep 17 00:00:00 2001 From: Petr Svenda Date: Sun, 15 Dec 2024 08:30:01 +0100 Subject: [PATCH] add Randomness Testing Toolkit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7403c0..b0e3790 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ An automated toolkit to analyze secure hardware, and build user-verifiable hardw | [Javus](https://github.com/crocs-muni/Javus) | ![stars](https://img.shields.io/github/stars/crocs-muni/Javus.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/crocs-muni/Javus.svg) ![lastcommit](https://img.shields.io/github/last-commit/crocs-muni/Javus.svg) | ![][javacard] | A testing framework for executing known logical attacks against the JavaCard platform. The behavioral characteristics of JCVM are retrieved. | | | [JCProfilerNext](https://github.com/lzaoral/JCProfilerNext) | ![stars](https://img.shields.io/github/stars/lzaoral/JCProfilerNext.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/lzaoral/JCProfilerNext.svg) ![lastcommit](https://img.shields.io/github/last-commit/lzaoral/JCProfilerNext.svg) | ![][javacard] | Performance profiler for on-card JavaCard code. Provides a completely automated preprocessing, compilation, installation and profiling of JavaCard code on JavaCard smart cards. Produces interactive performance graphs. | | | [opal-toolset](https://github.com/crocs-muni/opal-toolset) | ![stars](https://img.shields.io/github/stars/crocs-muni/opal-toolset.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/crocs-muni/opal-toolset.svg) ![lastcommit](https://img.shields.io/github/last-commit/crocs-muni/opal-toolset.svg) | ![][sed] ![][rng] | A set of tools for managing and analysing self-encrypting devices with Opal standard. | | +| [Randomness Testing Toolkit](https://github.com/crocs-muni/randomness-testing-toolkit) | ![stars](https://img.shields.io/github/stars/crocs-muni/randomness-testing-toolkit.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/crocs-muni/randomness-testing-toolkit.svg) ![lastcommit](https://img.shields.io/github/last-commit/crocs-muni/randomness-testing-toolkit.svg) | ![][rng] | Set of statistical randomness tests (NIST STS, Dieherader, TestU01) unified under same interface and results evaluation. | | | [booltest](https://github.com/ph4r05/booltest) | ![stars](https://img.shields.io/github/stars/ph4r05/booltest.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/ph4r05/booltest.svg) ![lastcommit](https://img.shields.io/github/last-commit/ph4r05/booltest.svg) | ![][rng] | Statical randomness testing tool for TRNG and PRNG generators based on boolean polynomials. | | | [cooltest](https://github.com/jirigav/cooltest/) | ![stars](https://img.shields.io/github/stars/jirigav/cooltest.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/jirigav/cooltest.svg) ![lastcommit](https://img.shields.io/github/last-commit/jirigav/cooltest.svg) | ![][rng] | Statical randomness testing tool for TRNG and PRNG generators based on a histogram construction. | | | [sec-certs](https://github.com/crocs-muni/sec-certs) | ![stars](https://img.shields.io/github/stars/crocs-muni/sec-certs.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/crocs-muni/sec-certs.svg) ![lastcommit](https://img.shields.io/github/last-commit/crocs-muni/sec-certs.svg) | - | A tool for data scraping, analysis and adavnaced searching of security certificates from Common Criteria and FIPS 140-2/3 schemes. | |