# HG changeset patch # User František Kučera # Date 1376433275 -7200 # Node ID 52fcc247be02bc5cb27c23f04006df01ba3bcb59 # Parent 088e25408bf9031f6acb942332f7840da1c3fa77 data: hashing/aliasing diff -r 088e25408bf9 -r 52fcc247be02 data/dictionary.xml --- a/data/dictionary.xml Wed Aug 14 00:06:55 2013 +0200 +++ b/data/dictionary.xml Wed Aug 14 00:34:35 2013 +0200 @@ -788,7 +788,19 @@ - + + + when a subscriber communicates with an application (MOAT/AOMT messaging) + he might not want expose his identity (MSISDN or IMSI); + the aliasing feature (sometimes called hashing) deployed on an SMS gateway enables this communication and rewrites the subscriber's ID to some generated ID; + the application can then send a response on a message without knowing subscriber's identity (on the gateway the ID is translated back to real ID – de-aliasing); + use case: + subscribers can vote in some survey, + everyone will have one vote, + but the owner of the survey will not know the opinion of particular subscibers + because of missing their real IDs + + security messaging