I'm wondering what are some common approach for creating dummy ID based on known numerical ID? some of my expectations include: dummy ID should be 1-1 mapped to real ID and no duplicate should be reversible, meaning that knowing the dummy ID I should be able to get the real ID through some program include some form of randomization Can any please help provide some potential approaches I could use? thank you
... View more