EZ Exporter: Function to Get MD5 Hashes of Your Shopify Data Is Now Available
We've recently added the md5_hash() function to EZ Exporter. You can use this function in a Calculated Field to get the MD5 hash of your Shopify data.
What's an MD5 hash?
The MD5 hashing algorithm is a one-way hash function (i.e. once a data is hashed, it can't be reversed, in theory) which can be used to verify data integrity or to help mask information such as email addresses.
For example, if you have 2 files, you can easily …
Read more