Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computation of rank data #7

Open
rtumac opened this issue Sep 13, 2021 · 0 comments
Open

Computation of rank data #7

rtumac opened this issue Sep 13, 2021 · 0 comments

Comments

@rtumac
Copy link

rtumac commented Sep 13, 2021

I used the Jlsca library to perform power analysis attacks for my master's thesis experiment and I would like to know how the rank data is generated. I spent quite a bit of time looking through the code, but I'm not very familiar with the Julia programming language.

Here is the attack that I am running:

trs = InspectorTrace(insfname)

params = DpaAttack(AesSboxAttack(), IncrementalCPA())
params.dataOffset = 1
params.attack.direction = FORWARD
params.analysis.leakages = [HW()]
numberOfTraces = length(trs);

rankData = sca(trs, params, 1, numberOfTraces)
key = getKey(params,rankData)
@rtumac rtumac changed the title Computation or rank data Computation of rank data Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant