Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

Possible Identity namespace for an email address

Avatar

Level 4

I have email address coming as hashed. I need to check with client/vendor what algorithm has been used to encrypt at source. Considering it is SHA256 encoded, I assume that I can use the Emails (SHA256, lowercased) OOTB ID NS for my use case. Please confirm.

 

If in case, it is encoded using a different algo what are the possible options and considerations before ingesting into AEP?

 

Reference: https://experienceleague.adobe.com/docs/experience-platform/identity/namespaces.html?lang=en

 

Thanks.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @aaanuk2016  - yes, you are right. You are good to use the Emails (SHA256, lowercased) namespace for the pre hased email address from the source. 
Thank you,
Jay.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @aaanuk2016  - yes, you are right. You are good to use the Emails (SHA256, lowercased) namespace for the pre hased email address from the source. 
Thank you,
Jay.

Thanks for the confirmation.