Forums
Data Hashing - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Data Prep & ETL (https://bdn.bdb.ai/forumdisplay.php?fid=49)
+---- Forum: BDB ETL and Data Prep Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=36)
+---- Thread: Data Hashing (/showthread.php?tid=485)



Data Hashing - aishwarya.rajan@bdb.ai - 12-23-2022

Hashing is the transformation of a string of characters into a usually shorter fixed-length value or key that represents the original string. Hashing is used to index and retrieve items in a database because it is faster to find the item using the shorter hashed key than to find it using the original value. 
Hashing is part of preparing the data which also provides an encryption for the data