An open API service indexing awesome lists of open source software.

https://github.com/lowrisc/ot-sca

Side-channel analysis setup for OpenTitan
https://github.com/lowrisc/ot-sca

Last synced: 5 months ago
JSON representation

Side-channel analysis setup for OpenTitan

Awesome Lists containing this project

README

          

# ot-sca - Side-Channel Analysis & Fault Injection Setup for OpenTitan

## About the repository

This repository contains infrastructure code useful for performing side-channel
analysis (SCA) and fault injection (FI) attacks for
[OpenTitan](https://github.com/lowRISC/OpenTitan).

See [getting started](doc/getting_started.md) for instructions.

## How to contribute

Have a look at [CONTRIBUTING](./CONTRIBUTING.md) for guidelines on how to
contribute code to this repository.

## Licensing

Unless otherwise noted, everything in this repository is covered by the Apache
License, Version 2.0 (see [LICENSE](./LICENSE) for full text).

## References
- [Power Analysis Attacks: Revealing the Secrets of Smart Cards](https://link.springer.com/book/10.1007/978-0-387-38162-6).
- [Attacks on Implementations of Secure Systems](https://github.com/Yossioren/AttacksonImplementationsCourseBook)
(course book).
- [Synchronous Sampling and Clock Recovery of Internal Oscillators for Side
Channel Analysis and Fault Injection](https://eprint.iacr.org/2013/294.pdf)
(ChipWhisperer paper).