https://github.com/coastalwhite/cw-rsa
A well documented basic implementation of RSA for ChipWhisperer framework
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Repository
A well documented basic implementation of RSA for ChipWhisperer framework
Basic Info
- Host: GitHub
- Owner: coastalwhite
- License: mit
- Language: Makefile
- Default Branch: main
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Simple Serial V2 C Template
This a template repository for implementing your own SimpleSerial V2 algorithms for execution on ChipWhisperer target boards. It comes with an example C file for our target executed binary and with an example Python 3 file to do our ChipWhisperer traces. The Python3 code is currently only suited for the STM32F targets, but this could easily be adjusted.
SimpleSerial Protocol and ChipWhisperer
More info on the SimpleSerial V2 protocol can be found here.
More info on the ChipWhisperer framework can be found here.
Usage
One can adjust the main.c as one sees fit to implement their own algorithm.
Then one can compile it by running PLATFORM={PLATFORM} SS_VER=SS_VER_2 make in
the root directory (with {PLATFORM} being the target platform). One can look
in the PLATFORMS.md for a table provided by the ChipWhisperer framework of
supported platforms.
Example
For the 32-bit ChipWhisperer Lite ARM-edition one would run.
shell
PLATFORM=CWLITEARM SS_VER=SS_VER_2 make
To run the Python 3 capturing code, we first need the newest version of the
ChipWhiperer python library. Then we can run python3 capture_trace.py in the
root directory.
Contribution
If there are any issues or you can add a tested capture example for a different platform, you can submit an issue or pull request.
License
Licensed under a MIT license.
Owner
- Name: Gijs Burghoorn
- Login: coastalwhite
- Kind: user
- Location: Netherlands
- Company: Polars
- Website: gburghoorn.com
- Repositories: 103
- Profile: https://github.com/coastalwhite
Rusty Hardware and Security Guy 🦀
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0