node.js - How to create anonymized email adress -


i need implement anonymized email adress feature in website, airbnb , homeaway do.

they create anonymous address each conversation between renter , landlord.

for example, homeaway has 09834b6-5apf-4731-3932-8ef5232dsd742a@messages.homeaway.com

and airbnb has 541kfgry7hnh343gnjvv23423t08k4g@reply.airbnb.com

(the ids leading @ have been altered).

airbnb reference: http://blog.airbnb.com/introducing-anonymized-email-addresses-airbnb/

i'm using node.js , sendgrid sending emails. process behind should using?

the homeaway esample looks uuid string. check on how generate uuid strings.

how store uuid alphanumeric in nodejs


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -