Skip to content

This repository is for the DF WF attack implementation in Tensorflow 2.

Notifications You must be signed in to change notification settings

AISec-EWHA/DF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Fingerprinting (DF)

This repository contains the Tensorflow 2 implementation of the DF WF attack as described in the ACM CCS2018 paper.

Major Changes

  1. Converted the code from Tensorflow 1 to Tensorflow 2.
  2. Changed dataset format:
    • Old format: .pkl file.
    • New format: .npz file.
  3. Added Tensorboard logging.

Modifying for Other Data Formats

If your dataset is in a different format:

  • Update the 'load_data' method in the ClosedWorld_DF_NoDef.py file.

About

This repository is for the DF WF attack implementation in Tensorflow 2.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%