hashids
Version:
Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.
39 lines (35 loc) • 1.04 kB
text/typescript
export const customParamsHex = [
[
'grekpy53r2pjxwyjkl9aw0k3t5la1b8d5r1ex9bgeqmy93eata0eq0',
0xf_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ff_ffn,
],
[
'edjrkn9m6o69s0ewnq5lqanqsmk6loayorlohwd963r53e63xmml29',
0xf_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_00_0fn,
],
]
export const customParams = [
[
'pm823wg6d1wea8521xa69635n16kl902pw',
[827_364_827_638_428_762_424n, 0x41_04_98_01_92_83_09_80_83n],
],
]
export const customSaltNumbers = [98_798_792_847_928_479_238_794_827_394n]
export const defaultParams = [
[
'N95VW0Lo06rQBvJDOE2BVvREP86AqvYN4O9g9p',
[
477_403_272_705_935_116_501_026_000_258_123_167_279_827_766_377_741_679_591_424n,
],
],
[
'Nxg09EA2O86Q42n7JDVpTNoC4l',
[1_000_000_000_000_000_000_000_000_000_000n, 100, 100],
],
[
'pm73zwE83gAw8ME82P1l8JQk3gxA05nmLxWq7RnQ',
[
6_582_018_229_284_824_168_619_876_730_229_402_019_930_943_462_534_319_453_394_436_095n,
],
],
]