# File fingerprinting is to help identify potentially sensitive data
# to prevent accidental information disclosures.
# This differs from utilizing Sandboxing to analyze files dynamically within
# a safe, containerized instance.
# The linux command 'file' can be used to identify the exact data type of a
# file in question. The Windows equivalent requires some other tools to be
# installed.
# See the following:
# https://superuser.com/questions/272338/what-is-the-equivalent-to-the-linux-file-command-for-windows