ullmark/hashids.net
A small .NET package to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.
C#MIT
Issues
- 3
Same id generated for different integers
#95 opened by csicso - 3
Same hash different integers
#96 opened by johnseabi - 1
Decode null string thows NullReferenceException
#93 opened by ellull - 4
Negative long values throw an exception
#18 opened by sheitmann - 2
Is this lib still being maintained?
#92 opened by meciasbueno - 1
Valid use-case for library?
#91 opened by celluj34 - 2
Website seems down
#90 opened by maxxie85 - 1
Regarding HashidsNet
#89 opened by Reethuch - 5
- 4
- 3
Json support?
#87 opened by domagojmedo - 6
- 1
- 4
- 1
How use id with Guid/UUID/Sequential Guid
#81 opened by lucasteles - 7
Attempting to Decode short strings results in incorrect exceptions being produced
#75 opened by crmeadowcroft - 1
How do I get HashIDs of a specific length?
#79 opened by sujayvsarma - 2
- 1
- 1
Using multiple options for encoding/decoding
#74 opened by Maxmyd - 8
Bug on long encoding with 16 alphabet chars
#64 opened by GihanSoft - 2
Using a similar salt produces same Encoding/Decoding with a large salt size.
#24 opened by craigmccauley - 2
- 4
- 1
- 0
- 9
HashIds.net does not work in Azure Functions
#44 opened by royalghost - 4
Documentation - Salt maximum size
#36 opened by amurilo - 23
Thread safety
#29 opened by Exocomp - 5
- 2
Decoding fails with custom separators
#35 opened by cesarsouza - 4
Return specific length of Hashid
#31 opened by NickStavrou-Net - 0
RegexParseException on new Hashids(..) sometimes using salt and alphabet which both contain dash(-)
#27 opened by he1a2s0 - 2
- 9
- 9
alphabet must contain at least 4 unique characters
#20 opened by bichtv - 2
- 1
Thread safe
#25 opened by suhrab - 2
- 7
- 6
CoreCLR Support
#17 opened by bchavez - 1
Incorrect value when decoding hex
#14 opened by valantonini - 4
- 11
Support for long
#7 opened by nripendra - 2
The package Nuget for the framework .NET 4.0 is compile with the framework 4.5
#10 opened by Sinouplen - 2
- 0
Implement the 0.3 algorithm.
#3 opened by ullmark