Skip to content

A side channel attack algorithm to determine L3 Cache size

Notifications You must be signed in to change notification settings

LinnyTheDuck/Sidechannel-Attacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

To compile:

javac *.java

To run the program:

java SideChannel <option> > output.txt

Options are:
0 = Preliminary Test - For different cache line step values
1 = Measure Individual Cache Hits - Configured for the L3 Cache
2 = Measure Cache Line Iteration

The values within the program are calibrated for my laptop CPU specifications - see the report for more information

About

A side channel attack algorithm to determine L3 Cache size

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages