PRODUCTS
Mathematica
Mathematica Home Edition
Mathematica for Students
Mathematica for the Classroom
grid
Mathematica
Wolfram Lightweight Grid Manager
web
Mathematica
Mathematica Player
(free download)
Mathematica Player Pro
Wolfram
Workbench
Mathematica
Applications
SOLUTIONS
Industry
Chemical Engineering
Image Processing
Mechanical Engineering
Petroleum Engineering
Environmental Sciences
Bioinformatics
Data Analysis and Mining
Financial Risk Management
Statistics
Software Engineering
More...
Education
Higher Education
Precollege Education
Students
Technology
Interactive Deployment
High-Performance and Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
FOR USERS
All User Resources
Product Registration
Technical Support
Customer Service
Developer Support
Does My Site Have a License?
Free Seminars
Learning Center
Training
Custom Group Seminars
Documentation & Examples
Tutorial Screencasts
Video Gallery
Demonstrations Project
Education Portal
Student Resources
COMPANY
About Wolfram Research
News & Events
Wolfram Blog
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
Wolfram|Alpha
Demonstrations Project
Wolfram Blog
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Library Archive
Wolfram
Tones
Wolfram Science
Stephen Wolfram
DOCUMENTATION CENTER SEARCH
Mathematica
>
Data Manipulation
>
Processing Textual Data
>
Mathematica
>
Computable Data
>
Linguistic Data
>
Processing Textual Data
>
Built-in
Mathematica
Symbol
FileHash
LeafCount
ByteCount
Dispatch
See Also »
|
Converting between Expressions & Strings
Cryptographic Number Theory
Expression Structure
Memory Measurement & Optimization
Processing Textual Data
String Manipulation
String Operations
New in 6.0: Core Language
More About »
Hash
Hash
[
expr
]
gives an integer hash code for the expression
expr
.
Hash
[
expr
, "
type
"]
gives an integer hash code of the specified type for
expr
.
MORE INFORMATION
Hash
[
expr
,
...
]
will always give the same result for the same expression
expr
.
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
EXAMPLES
CLOSE ALL
Basic Examples
(2)
In[1]:=
Out[1]=
Digital fingerprint of data:
In[1]:=
Out[1]=
Scope
(8)
Applications
(2)
Properties & Relations
(3)
Neat Examples
(1)
SEE ALSO
FileHash
LeafCount
ByteCount
Dispatch
MORE ABOUT
Converting between Expressions & Strings
Cryptographic Number Theory
Expression Structure
Memory Measurement & Optimization
Processing Textual Data
String Manipulation
String Operations
New in 6.0: Core Language
New in 1 | Last modified in 6