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
- Host: GitHub
- URL: https://github.com/lowrisc/ot-sca
- Owner: lowRISC
- License: apache-2.0
- Created: 2020-07-27T07:28:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-22T12:02:01.000Z (5 months ago)
- Last Synced: 2025-10-11T00:36:24.351Z (5 months ago)
- Language: Jupyter Notebook
- Size: 36.2 MB
- Stars: 37
- Watchers: 12
- Forks: 31
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Cla: CLA
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).