PRODUCTS
Products Overview
Mathematica
Mathematica Student Edition
Mathematica Home Edition
Wolfram
CDF Player
(free download)
Computable Document Format (CDF)
web
Mathematica
grid
Mathematica
Wolfram
Workbench
Wolfram
SystemModeler
Wolfram
Finance Platform
Mathematica
Add-Ons
Wolfram|Alpha Products
SOLUTIONS
Solutions Overview
Engineering
Aerospace Engineering & Defense
Chemical Engineering
Control Systems
Electrical Engineering
Image Processing
Industrial Engineering
Materials Science
Mechanical Engineering
Operations Research
Optics
Petroleum Engineering
Biotechnology & Medicine
Bioinformatics
Medical Imaging
Finance, Statistics & Business Analysis
Actuarial Sciences
Data Analysis & Mining
Econometrics
Economics
Financial Engineering & Mathematics
Financial Risk Management
Statistics
Software Engineering & Content Delivery
Authoring & Publishing
Interface Development
Software Engineering
Web Development
Science
Astronomy
Biological Sciences
Chemistry
Environmental Sciences
Geosciences
Social & Behavioral Sciences
Design, Arts & Entertainment
Game Design, Special Effects & Generative Art
Education
STEM Education Initiative
Higher Education
Community & Technical College Education
Primary & Secondary Education
Students
Technology
Computable Document Format (CDF)
High-Performance & Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
Merchandise
SUPPORT
Support Overview
Mathematica
Documentation
Knowledge Base
Learning Center
Technical Services
Community & Forums
Training
Does My Site Have a License?
Wolfram User Portal
COMPANY
About Wolfram Research
News
Events
Wolfram Blog
Partnerships
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
All Sites
Wolfram|Alpha
Demonstrations Project
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Media
Wolfram
Tones
Wolfram Science
Stephen Wolfram
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE
DOCUMENTATION CENTER
FOR THE LATEST INFORMATION.
DOCUMENTATION CENTER SEARCH
New to
Mathematica
?
Find your learning path
»
Mathematica
>
Systems Interfaces & Deployment
>
File Operations
>
FileHash
>
BUILT-IN MATHEMATICA SYMBOL
FileByteCount
FileDate
Hash
BinaryReadList
FileFormat
See Also »
|
Compression and Archive Formats
Cryptographic Number Theory
External Operations
File Operations
Files
Summary of New Features in 7.0
New in 6.0: System Interfaces & Deployment
More About »
FileHash
FileHash
gives an integer hash code for the contents of the specified file.
FileHash
gives an integer hash of the specified type.
MORE INFORMATION
Values generated by
FileHash
are based on the raw bytes in a file.
Possible hash code types include:
"Adler32"
Adler 32-bit cyclic redundancy check
"CRC32"
32-bit cyclic redundancy check
"MD2"
128-bit MD2 code
"MD5"
128-bit MD5 code
"SHA"
160-bit SHA-1 code
"SHA256"
256-bit SHA code
"SHA384"
384-bit SHA code
"SHA512"
512-bit SHA code
FileHash
by default uses 128-bit MD5 code.
FileHash
gives the hash code for the first
n
bytes of the file.
FileHash
gives the hash code for the last
n
bytes.
FileHash
gives the hash code for bytes
m
through
n
.
FileHash
gives the hash code for 0 bytes.
FileHash
works not only on files, but also on streams.
FileHash
effectively extracts data at the specified range of byte positions in the stream
obj
, ignoring any previous stream position.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
The fingerprint of a file:
The
hash code of a file:
The
hash code in hexadecimal form:
The fingerprint of a file:
In[1]:=
Out[1]=
The
hash code of a file:
In[1]:=
Out[1]=
The
hash code in hexadecimal form:
In[1]:=
Out[1]=
SEE ALSO
FileByteCount
FileDate
Hash
BinaryReadList
FileFormat
MORE ABOUT
Compression and Archive Formats
Cryptographic Number Theory
External Operations
File Operations
Files
Summary of New Features in 7.0
New in 6.0: System Interfaces & Deployment
New in 6 | Last modified in 8