Show HN: Efficient integer ID obfuscation(github.com)6 points·by marco1·10 ปีที่แล้ว·2 commentsgithub.comShow HN: Efficient integer ID obfuscationhttps://github.com/delight-im/PHP-IDs?hn=2016-10-072 commentsPost comment[–]nwrk·10 ปีที่แล้วreplyNice, there is also HashIds [1] with implementation in many languages[1] http://hashids.org/[–]marco1·10 ปีที่แล้วreplyThanks!Please note that the presented solution is both more efficient and more "secure" (i.e. "obscure", which is all we want here). It turns sequential IDs into non-sequential IDs, in addition to converting the base for use of a larger alphabet.
[1] http://hashids.org/