hashids-tsql
hashids-tsql copied to clipboard
A TSQL port for hashids.org.
Results
1
hashids-tsql issues
Sort by
recently updated
recently updated
newest added
If you remove the salt and use a custom alphabet with min hash length the resulting hash does not match other languages/libraries. Expected SQL settings ``` DECLARE @salt nvarchar(255) =...