ProjektMedInf / WiFiSDCryptoLocker

This project is used to encrypt photographs coming from wifi sd cards
https://projektmedinf.github.io/WiFiSDCryptoLocker/
GNU General Public License v3.0
2 stars 2 forks source link

Reversing WiFi@SDCF #52

Open stiefel40k opened 7 years ago

stiefel40k commented 7 years ago
stiefel40k commented 7 years ago
  1. First we need to authenticate ourselfs, by sending an authentication package (48 Bytes including the FC1307-tag the username and the password and its length)
  2. We shall query the cardinformation. This returns us the general information about the card (firmware version and things like that)
  3. We than have to calculate the LSB and other file system related information
  4. After this we can get the pictures
  5. delete?? not sure if it is possible