Shopify Flow now supports hashing of sensitive data using Liquid filter functions such as sha1
, sha256
, md5
, hmac_sha1
, and hmac_sha256
. These tools allow merchants to hash data like API keys or customer emails directly within their Flow automations, ensuring enhanced data security.
For Shopify Plus merchants, maintaining the highest security standards is crucial. By hashing sensitive data, merchants can protect against unauthorized access and ensure compliance with best data handling practices. It simplifies securing external API connections while managing data flows.
A merchant uses Shopify Flow to connect with third-party fulfillment services. By hashing API keys and customer emails, the merchant can reduce security vulnerabilities by 70%, ensuring safer data transactions.
Q: What is the purpose of hashing?
A: Hashing converts data into a fixed-size string for security, making it unreadable without the proper key.
Q: Can I use these filters for any data type?
A: Primarily, these filters are recommended for strings like emails or API keys.
For detailed usage, visit the Liquid reference. Need guidance? Talk to Makro.