Skip to content

Instantly share code, notes, and snippets.

@gturi
Created January 6, 2021 21:30
Show Gist options
  • Select an option

  • Save gturi/3c96601f157e4e2c03cf927bd36bcacb to your computer and use it in GitHub Desktop.

Select an option

Save gturi/3c96601f157e4e2c03cf927bd36bcacb to your computer and use it in GitHub Desktop.

Windows: hide infoformation on a file using ADS

To hide information in a file run: notepad file-name:ADS-name

Example with this file: notepad hidden_info_on_file.txt:hiddeninfo

Re-run the command to show the hidden information.

Note: Alternate Data Stream (ADS) is supported only on NTFS file system. If the file is copied or moved to a different file system, such as FAT32, all the ADS information will be dropped and the hidden information will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment