Here is a Vine video with id of hWZu0igHA2p. How can I add this functionality of unique obfuscated id without any database changes or breaking a lot of code by overriding id method
Asked
Active
Viewed 959 times
1 Answers
1
Check out http://www.hashids.org/
That will let you generate unique alphanumeric codes based off of the primary key in your database. You can seed it with a secret salt so that it's only reversable by you.

spike
- 9,794
- 9
- 54
- 85