User Controls

Do computer files contain identifyable data?

  1. #41
    Lanny Bird of Courage
    Originally posted by Ajax I would keep the end-user in mind. Your response sounded a bit technical for a question posed by a layperson.

    Fair enough. It seemed like some people were arguing that files categorically contained identifying info which I deny is the case. It's hard to make a compelling case for that without digging into the only thing which applies to files in general: that they exist in the context of a filesystem and filesystems are inherently technical. I guess the tl;dr is "no, popular modern filesystems do not store identifiable information about the machine they were authored on" but without talking about what info is actually stored you'd just have to take my work for it which isn't particularly convincing.
  2. #42
    -SpectraL coward [the spuriously bluish-lilac bushman]
    Originally posted by Lanny "windows executable file" and ".NET executable" are two different things.

    That would be the only type of Windows executable relevant to this discussion.
  3. #43
    Sophie Pedophile Tech Support
    Originally posted by -SpectraL That would be the only type of Windows executable relevant to this discussion.

    If that is true i am sure you can explain to us all why that is the case.
  4. #44
    NARCassist gollums fat coach
    Originally posted by Sophie If that is true i am sure you can explain to us all why that is the case.

    if you give him one minute he can copy/pasta something from wiki



    .
  5. #45
    Sophie Pedophile Tech Support
    Originally posted by NARCassist if you give him one minute he can copy/pasta something from wiki



    .

    He'll skedaddle once he finds out he is full of shit. There is no reason .NET executables would be the only thing to think about when talking about metadata.
  6. #46
    -SpectraL coward [the spuriously bluish-lilac bushman]
    Originally posted by Sophie He'll skedaddle once he finds out he is full of shit. There is no reason .NET executables would be the only thing to think about when talking about metadata.

    .NET executables are the only Windows executable files that contain metadata.
  7. #47
    Originally posted by Ajax I would keep the end-user in mind. Your response sounded a bit technical for a question posed by a layperson.

    I didn't think it was that difficult to get the gist of it. The only relevant bit was the first bit anyway.
  8. #48
    Sophie Pedophile Tech Support
    Originally posted by -SpectraL .NET executables are the only Windows executable files that contain metadata.

    We were talking about files in general not just executables.
  9. #49
    -SpectraL coward [the spuriously bluish-lilac bushman]
    Originally posted by Sophie We were talking about files in general not just executables.

    Gotta start somewhere.
  10. #50
    Lanny Bird of Courage
    Originally posted by -SpectraL .NET executables are the only Windows executable files that contain metadata.

    wrong again speccy boy, by default executables compiled with GCC will contain similar metadata.

    Not that it matters since the question was about identifiable data, which metadata is not in general
  11. #51
    benny vader YELLOW GHOST
    Originally posted by Lanny Fair enough. It seemed like some people were arguing that files categorically contained identifying info which I deny is the case.

    but you excluded the files that matters the most, which are images.

    and i remember seeing img hosts displaying the name of directory the img was uploaded from.
  12. #52
    Lanny Bird of Courage
    True, EXIF data definitely can be identifiable. But that's a property of the file format, the file's contents, not it's simple stats as an image. Like if someone asks "do text files contain identifying information?" typically you'd say no, but if a given file happens to contain your name, address, and SSN well obviously it is information that identifies you.

    Re: image hosts, the browser will expose the name of a file on the filesystem to a site you're uploading it to, not the path. It's up to the host to preserve or discard that. Imgur for example will discard that info as well as automatically emptying the EXIF data during upload.
  13. #53
    SBTlauien African Astronaut
    Originally posted by -SpectraL Gotta start somewhere.

    lol.

    You can at least get the OS and arch. with executables written in C. I believe.
  14. #54
    benny vader YELLOW GHOST
    Originally posted by Lanny True, EXIF data definitely can be identifiable. But that's a property of the file format, the file's contents, not it's simple stats as an image. Like if someone asks "do text files contain identifying information?" typically you'd say no, but if a given file happens to contain your name, address, and SSN well obviously it is information that identifies you.

    your rite but i think in the context of what op was asking that would meant things other than the files main content that are identifiable.

    Re: image hosts, the browser will expose the name of a file on the filesystem to a site you're uploading it to, not the path. It's up to the host to preserve or discard that. Imgur for example will discard that info as well as automatically emptying the EXIF data during upload.

    slideshare for example does it like this :

    https://image.slidesharecdn.com/cdocumentsandsettingsgalindj1desktopcomexguiadelimportador-100219095122-phpapp01/95/cdocuments-and-settingsgalindj1desktopcomexguia-del-importador-13-728.jpg



    as you can clearly see its from :
    c/documentsandsettings/galindj1/desktop/comex/guiadelimportador etc etc.
  15. #55
    Sophie Pedophile Tech Support
    Originally posted by benny vader your rite but i think in the context of what op was asking that would meant things other than the files main content that are identifiable.



    slideshare for example does it like this :

    https://image.slidesharecdn.com/cdocumentsandsettingsgalindj1desktopcomexguiadelimportador-100219095122-phpapp01/95/cdocuments-and-settingsgalindj1desktopcomexguia-del-importador-13-728.jpg



    as you can clearly see its from :
    c/documentsandsettings/galindj1/desktop/comex/guiadelimportador etc etc.

    1st Problem. Windows.
    2nd Problem. Slideshare.
    3rd Problem. Not using tools to get rid of EXIF EVEN IF YOU POST TO IMGUR JUST IN CASE!!!
  16. #56
    benny vader YELLOW GHOST
    Originally posted by Sophie Not using tools to get rid of EXIF EVEN IF YOU POST TO IMGUR JUST IN CASE!!!

    can exif really be wiped clean ???
  17. #57
    NARCassist gollums fat coach
    Originally posted by benny vader can exif really be wiped clean ???

    see my earlier post



    .
  18. #58
    Sophie Pedophile Tech Support
    Originally posted by benny vader can exif really be wiped clean ???

    Sure.
  19. #59
    benny vader YELLOW GHOST
    Originally posted by NARCassist see my earlier post

    didnt see any of your previous post that says exif date can be absolutely irreversibly and irrecoverably deleted.

    if there was i must have missed it.

    Originally posted by Sophie Sure.

    idk, my condition prevented me from researching.
  20. #60
    SBTlauien African Astronaut
    Originally posted by benny vader idk, my condition prevented me from researching.

    What condition is that?
Jump to Top