Hash emails for partners
Rokt is aware of the importance and sensitivity of personally identifiable information (PII) and takes care to preserve the confidentiality and security of your customers data.
For Partners, we offer the ability to integrate either raw or hashed email addresses via Web or Mobile SDK for each transaction.
What is hashing?
Cryptographic hashes are functions that convert your data to a mix of numbers and letters which is practically impossible to reverse. They’re easy to generate, difficult to decipher, and unique for each value you hash. For example, slightly changing an email address generates a completely different hash value.
Get started
To get started, you just need a list with the customer data you'd like to hash, such as subscriber email addresses.
Rokt’s rules for hashing emails
Rokt uses the SHA-256 algorithm, originally published by the United States National Security Agency in 2001, to hash data.
Rule | Notes |
---|---|
Maximum length | 264 Bits |
Case | Lower case only |
Spaces | No spaces allowed |
Strip white space on sides | Remove all leading and trailing spaces |