Stay organized with collections
Save and categorize content based on your preferences.
This page explains how to apply a hashing algorithm to column values when you
prepare data in the Wrangler workspace of the Cloud Data Fusion Studio.
In Wrangler, you can apply a hashing algorithm, such as SHA, to a column of
values. The result is a unique, fixed-length string called the hash value or
message digest.
When you apply the hash directive to a string column, Wrangler replaces the
content of the column with the message digest. No new columns are created when
you apply the hash directive.
You can choose to encode the message digest. If you encode the message digest,
Wrangler encodes the values in the column as hex with left-padding zeros.
Cloud Data Fusion supports he following hashing algorithms in the Wrangler
workspace:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eThis page details how to apply hashing algorithms to column values within the Wrangler workspace of Cloud Data Fusion Studio.\u003c/p\u003e\n"],["\u003cp\u003eApplying the \u003ccode\u003ehash\u003c/code\u003e directive in Wrangler replaces the original column content with a unique, fixed-length hash value, also known as a message digest, without creating new columns.\u003c/p\u003e\n"],["\u003cp\u003eWrangler offers options for encoding the message digest, including encoding values as \u003ccode\u003ehex\u003c/code\u003e with left-padding zeros.\u003c/p\u003e\n"],["\u003cp\u003eCloud Data Fusion supports a wide array of hashing algorithms in Wrangler, including various versions of BLAKE2B, GOST, KECCAK, MD, RIPEMD, SHA, Skein, SM3, Tiger, and WHIRLPOOL.\u003c/p\u003e\n"]]],[],null,["# Apply a hashing algorithm\n\nThis page explains how to apply a hashing algorithm to column values when you\nprepare data in the Wrangler workspace of the Cloud Data Fusion Studio.\n\nIn Wrangler, you can apply a hashing algorithm, such as SHA, to a column of\nvalues. The result is a unique, fixed-length string called the *hash value* or\n*message digest*.\n\nWhen you apply the `hash` directive to a string column, Wrangler replaces the\ncontent of the column with the message digest. No new columns are created when\nyou apply the `hash` directive.\n\nYou can choose to encode the message digest. If you encode the message digest,\nWrangler encodes the values in the column as `hex` with left-padding zeros.\n\nCloud Data Fusion supports he following hashing algorithms in the Wrangler\nworkspace:\n\n- BLAKE2B-160\n- BLAKE2B-256\n- BLAKE2B-384\n- BLAKE2B-512\n- GOST3411\n- GOST3411-2012-256\n- GOST3411-2012-512\n- KECCAK-224\n- KECCAK-256\n- KECCAK-288\n- KECCAK-384\n- KECCAK-512\n- MD2\n- MD4\n- MD5\n- RIPEMD128\n- RIPEMD160\n- RIPEMD256\n- RIPEMD320\n- SHA\n- SHA-1\n- SHA-224\n- SHA-256\n- SHA-384\n- SHA-512\n- SHA-512/224\n- SHA-512/256\n- SHA3-224\n- SHA3-256\n- SHA3-384\n- SHA3-512\n- Skein-1024-1024\n- Skein-1024-384\n- Skein-1024-512\n- Skein-256-128\n- Skein-256-160\n- Skein-256-224\n- Skein-256-256\n- Skein-512-128\n- Skein-512-160\n- Skein-512-224\n- Skein-512-256\n- Skein-512-384\n- Skein-512-512\n- SM3\n- Tiger\n- WHIRLPOOL\n\nWhat's next\n-----------\n\n- Learn more about [Wrangler directives](/data-fusion/docs/concepts/wrangler-overview#apply_directives)."]]