Skip to content

Commit

Permalink
add SCRUTINY power traces analyzer tool
Browse files Browse the repository at this point in the history
  • Loading branch information
petrs authored Nov 24, 2024
1 parent 7e5d8b3 commit 6d4b7c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ An automated toolkit to analyze secure hardware, and build user-verifiable hardw
| [jcAIDScan](https://github.com/petrs/jcAIDScan) | ![stars](https://img.shields.io/github/stars/petrs/jcAIDScan.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/petrs/jcAIDScan.svg) ![lastcommit](https://img.shields.io/github/last-commit/petrs/jcAIDScan.svg) | ![][javacard] | An automated scanner for JavaCard packages installed and supported by target card. Evaluates all packages from JavaCard API specification up to JC API 3.0.5. | |
| [GlobalPlatformPro tool](https://github.com/martinpaljak/GlobalPlatformPro) | ![stars](https://img.shields.io/github/stars/martinpaljak/GlobalPlatformPro.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/martinpaljak/GlobalPlatformPro.svg) ![lastcommit](https://img.shields.io/github/last-commit/martinpaljak/GlobalPlatformPro.svg) | ![][javacard] | Mature tool for managing applets via GlobalPlatform | Developed by M. Paljak |
|[TPMAlgTest](https://github.com/crocs-muni/tpm2-algtest) | ![stars](https://img.shields.io/github/stars/crocs-muni/tpm2-algtest.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/crocs-muni/tpm2-algtest.svg) ![lastcommit](https://img.shields.io/github/last-commit/crocs-muni/tpm2-algtest.svg) | ![][tpm] ![][rsa] ![][ecc] | A scanner for Trusted Platform Module algorithms, performance and properties of cryptographic implementation. | |
|[scrutiny-power-traces-analyzer](https://github.com/crocs-muni/scrutiny-power-traces-analyzer) | ![stars](https://img.shields.io/github/stars/crocs-muni/scrutiny-power-traces-analyzer.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/crocs-muni/scrutiny-power-traces-analyzer.svg) ![lastcommit](https://img.shields.io/github/last-commit/crocs-muni/scrutiny-power-traces-analyzer.svg) | ![][javacard] | The SCRUTINY analyzer for power traces of cryptographic operations captured from smartcards with three main modules implemented: Traces comparer, Trace classifier and CO template finder. | |
| [JCMathLib - ECPoint library](https://github.com/OpenCryptoProject/JCMathLib) | ![stars](https://img.shields.io/github/stars/OpenCryptoProject/JCMathLib.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/OpenCryptoProject/JCMathLib.svg) ![lastcommit](https://img.shields.io/github/last-commit/OpenCryptoProject/JCMathLib.svg) | ![][javacard] ![][rsa] ![][ecc] | Provides software re-implementation of low-level operations like ECPoint or BigInteger without any use of proprietary API. Used for JavaCard capabilities testing. | |
| [ECTester](https://github.com/crocs-muni/ectester) | ![stars](https://img.shields.io/github/stars/crocs-muni/ectester.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/crocs-muni/ectester.svg) ![lastcommit](https://img.shields.io/github/last-commit/crocs-muni/ectester.svg) | ![][javacard] ![][cryptolibs] ![][ecc] | ECTester is a tool for testing and analysis of elliptic curve cryptography implementations on JavaCards and in cryptographic libraries. | |
| [pyecsca](https://github.com/J08nY/pyecsca) | ![stars](https://img.shields.io/github/stars/J08nY/pyecsca.svg?style=social) ![numcontributors](https://img.shields.io/github/contributors-anon/J08nY/pyecsca.svg) ![lastcommit](https://img.shields.io/github/last-commit/J08nY/pyecsca.svg) | ![][javacard] ![][cryptolibs] ![][ecc] | Python Elliptic Curve cryptography Side-Channel Analysis toolkit. Reverse engineer the curve model, coordinate system, addition formulas, scalar multiplier and even finite-field implementation details from blackbox implementations using side-channels. | |
Expand Down

0 comments on commit 6d4b7c5

Please sign in to comment.